Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit b914b4d3 authored by tekin_g's avatar tekin_g
Browse files

-

parent 71c278b1
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,4 @@
#SBATCH --output=RLN.out # Define your output file
#SBATCH --error=RLN.err # Define your error file
module purge
module load cuda/10.0.130
srun apptainer run --nv --bind /data/user/tekin_g/rln0_data/data:/data /data/user/tekin_g/rln0.sif --mode TR #1. replace /data/user/tekin_g/rln0_data with your data path. 2. arguments after .sif are passed to the python file.
\ No newline at end of file
srun apptainer exec --nv --bind rln2:/data rln_tf2_empty.sif python /data/RLN_single_TF2.py #1. replace /data/user/tekin_g/rln0_data with your data path. 2. arguments after .sif are passed to the python file.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment