🎉 First commit

This commit is contained in:
Nicolas Rojas 2025-05-29 20:18:21 -05:00
commit 24c9c92eab
Signed by: nicolas
SSH key fingerprint: SHA256:gi4v1tDcXHbV+fkvqqs9b5rkFlo4Q9DHXp90MifkZK0
6 changed files with 11134 additions and 0 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
.ipynb_checkpoints/
data/
lightning_logs/
*.pt
*.onnx

12
LICENSE Normal file
View file

@ -0,0 +1,12 @@
Copyright (C) 2025 by Nicolas Rojas mail@nicolasrojas.me
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# Pytorch templates
Basic experiments with PyTorch, for future reference.

928
lightning.ipynb Normal file

File diff suppressed because one or more lines are too long

9764
optuna-lightning.ipynb Normal file

File diff suppressed because one or more lines are too long

422
pure-torch.ipynb Normal file

File diff suppressed because one or more lines are too long