Showing
3 changed files
with
17 additions
and
0 deletions
Training/3.bat
0 → 100644
1 | +set root=C:\Users\user\anaconda3 | ||
2 | +call %root%\Scripts\activate.bat %root% | ||
3 | + | ||
4 | +call conda env list | ||
5 | +call conda activate mlc | ||
6 | +call cd C:\Users\user\Documents\KHU\compressai | ||
7 | +call python examples/train3.py -d ../Data/ --epochs 150 -lr 1e-4 --batch-size 16 --cuda --save --checkpoint checkpoint3.pth.tar | ||
8 | + | ||
9 | +pause | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
Training/6.bat
0 → 100644
1 | +set root=C:\Users\user\anaconda3 | ||
2 | +call %root%\Scripts\activate.bat %root% | ||
3 | + | ||
4 | +call conda env list | ||
5 | +call conda activate mlc | ||
6 | +call cd C:\Users\user\Documents\KHU\compressai | ||
7 | +call python examples/train6.py -d ../Data/ --epochs 40 -lr 1e-4 --batch-size 16 --cuda --save --checkpoint checkpoint_best_loss6.pth.tar | ||
8 | +pause | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
Training/train3.py
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment