文件名称:matlabfreqz代码-routine-command:存放常用linux命令
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-24 07:10:21
系统开源
matlab freqz代码 routine-command 常用linux命令 查看当前登录用户:w 查看显卡使用情况:nvidia-smi 指定显卡:CUDA_VISIBLE_DEVICES=0 python your_file.py 挂起进程:nohup /root/start.sh > output.txt & 挂起进程训练模型:CUDA_VISIBLE_DEVICES=1 nohup python networkTraining.py Config.ini 0 > ./training_results/1_19_training.txt & 利用训练好的权重分割: CUDA_VISIBLE_DEVICES=1 nohup python networkSegmentation.py FCN_Segmentation.ini /home/haorui/plaque/FCN3D/outputFiles/FCN_Test_Fold_1_16_1/Networks/FCN_Epoch36 > ./segmenting_results/1_16_testing_add.txt & 查看当
【文件预览】:
routine-command-master
----MATLAB_DSP(630B)
----README.md(3KB)