You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

bscc-run.sh 350 B

12345678910111213141516171819
  1. #!/bin/bash
  2. module load anaconda/2020.11
  3. module load cuda/10.2
  4. module load cudnn/8.1.1.33_CUDA10.2
  5. #conda create --name py37 python=3.7
  6. source activate py37
  7. cd run
  8. cd machineLearningScaffold
  9. #pip install -r requirements.txt
  10. python main.py
  11. #sbatch --gpus=1 ./bscc-run.sh
  12. #当前作业ID: 67417
  13. #查询作业: parajobs 取消作业: scancel ID

基于pytorch lightning的机器学习模板, 用于对机器学习算法进行训练, 验证, 测试等, 目前实现了神经网路, 深度学习, k折交叉, 自动保存训练信息等.

Contributors (1)