🎉 First commit
This commit is contained in:
commit
24c9c92eab
6 changed files with 11134 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
.ipynb_checkpoints/
|
||||||
|
data/
|
||||||
|
lightning_logs/
|
||||||
|
*.pt
|
||||||
|
*.onnx
|
12
LICENSE
Normal file
12
LICENSE
Normal 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
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Pytorch templates
|
||||||
|
|
||||||
|
Basic experiments with PyTorch, for future reference.
|
928
lightning.ipynb
Normal file
928
lightning.ipynb
Normal file
File diff suppressed because one or more lines are too long
9764
optuna-lightning.ipynb
Normal file
9764
optuna-lightning.ipynb
Normal file
File diff suppressed because one or more lines are too long
422
pure-torch.ipynb
Normal file
422
pure-torch.ipynb
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue