linux命令行

#开局命令

bash

 conda activate checkb

 nohup python examples/train.py -m cheng2020-attn -d/home/user3/compressai/examples/data2 --epochs 400 -lr 1e-4 --batch-size 8 --cuda&

 nohup python train.py -d /home/user3/compressai/examples/data2   --cuda &

  nohup python __main__.py /home/user3/compressai/examples/data2 -a tinylic --cuda  -p  /home/user3/chenlong/TinyLIC-main/examples/checkpoint.pth.tar  dataset  

 

nohup  python __main__.py  checkpoint  /home/user3/compressai/examples/data2  -a tinylic -c ans --cuda --half --entropy-estimation -v   -p  /home/user3/chenlong/TinyLIC-main/examples/checkpoint.pth.tar

 #选定训练数据

python codec.py encode /home/user3/compressai/examples/image

python codec.py decode binlk

 nvidia-smi 

kill -s 9 22314

#杀进程

 

posted @ 2023-12-20 17:07  浪矢-CL  阅读(3)  评论(0编辑  收藏  举报