choiseungmi

update training code

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
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
This diff is collapsed. Click to expand it.