Skip to content
Snippets Groups Projects
Select Git revision
  • Issue_61
  • develop default
  • 102-Utest
  • 96-method_i
  • 89-str_to_array
  • 91-output
  • master
  • 87-method-d-swallowed-obstacles
  • feature_trajectory_correction
  • Issue_63
  • refactor_SteadyState
  • v0.8.3
  • v0.8.2
  • v0.8.1
  • v0.8
  • v0.7
  • v0.6
17 results

SubRoom.h

Blame
  • submit_job_juron_python2.sh 329 B
    #!/usr/bin/env bash
    
    #BSUB -q normal
    #BSUB -W 10
    #BSUB -n 1
    #BSUB -R "span[ptile=1]"
    #BSUB -gpu "num=1"
    #BSUB -e "error.%J.er"
    #BSUB -o "output_%J.out"
    #BSUB -J CAFFE_LENET_PYTHON
    
    # Load the Python and Caffe modules
    module load python/2.7.14
    module load caffe/1.0-gcc_5.4.0-cuda_10.0.130
    
    # Train LeNet
    python -u train_lenet.py