forked from Alexanders101/SPANet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update train script for newer torch and lightning versions.
- Loading branch information
1 parent
8c2605b
commit 37ebdfd
Showing
7 changed files
with
96 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -244,4 +244,4 @@ ipython_config.py | |
# pytorch-lightning output | ||
*_logs/ | ||
*_output/ | ||
!/environment/ | ||
environment/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: spanet | ||
|
||
channels: | ||
- pytorch | ||
- nvidia/label/cuda-11.8.0 | ||
- conda-forge | ||
- nodefaults | ||
|
||
dependencies: | ||
- python=3.10.* | ||
- conda | ||
- pip | ||
- cuda-toolkit | ||
|
||
- numpy=1.24 | ||
- sympy | ||
- scikit-learn | ||
- numba | ||
- opt_einsum | ||
- h5py | ||
- cytoolz | ||
|
||
- pytorch=2.0.1 | ||
- pytorch-lightning=2.0.7 | ||
- pytorch-cuda=11.8 | ||
- torchvision | ||
- torchaudio | ||
|
||
- tensorboard | ||
- tensorboardx | ||
|
||
- jupyterlab | ||
- seaborn | ||
- rich |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters