AlienChen commited on
Commit
7478278
·
verified ·
1 Parent(s): 3a005aa

Update scripts/moo.sh

Browse files
Files changed (1) hide show
  1. scripts/moo.sh +2 -2
scripts/moo.sh CHANGED
@@ -1,7 +1,7 @@
1
- export CUDA_VISIBLE_DEVICES=7
2
 
3
  python -u moo.py \
4
- --output_file '/scratch/pranamlab/tong/MOG-DFM/collaboration/FFX_test.csv' \
5
  --length 10 \
6
  --n_batches 600 \
7
  --weights 1 1 1 4 4 2 \
 
1
+ export CUDA_VISIBLE_DEVICES=0
2
 
3
  python -u moo.py \
4
+ --output_file './samples.csv' \
5
  --length 10 \
6
  --n_batches 600 \
7
  --weights 1 1 1 4 4 2 \