Skip to content

Commit 9480094

Browse files
author
Kazuya Erdos
committed
double frame
1 parent 2af7a57 commit 9480094

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

exEDSC.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
#SBATCH --partition=gpus
3+
#SBATCH --gres=gpu:8
4+
#SBATCH --output=output_file.log # Specify the output file
5+
6+
python3 run.py --model EDSC_m --model_state EDSC_m.ckpt --time 0.33 --out out1.png 2>&1
7+
python3 run.py --model EDSC_m --model_state EDSC_m.ckpt --time 0.66 --out out2.png 2>&1
8+

out.png

-405 KB
Binary file not shown.

out1.png

406 KB
Loading

out2.png

406 KB
Loading

output_file.log

Whitespace-only changes.

0 commit comments

Comments
 (0)