Skip to content
Snippets Groups Projects
Select Git revision
  • 0273a0a2e71808d856f47fd275c3e6470bc12cc6
  • master default protected
  • staggered-max
  • unifed-object
  • no_Amalgamated
  • standard_stb
  • parallel_doc_fix
  • release_0.9.3
  • cmake_mpich_tests
  • update_install
  • external_VORO
  • cmake_add_soversion
  • iterative_method
  • cmake_install
  • fixes_042023
  • tensor_max
  • personal/schulz3/tensor_max
  • releases/v0.9
  • ForceBasedDevel
  • refactor
  • feature/simple_test_cases
  • v0.9.3
  • v0.9.2
  • v0.9.1
  • v0.9.0
  • v0.9.0-rc2
26 results

ALL_Tensor.hpp

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