-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtrain.sh
More file actions
16 lines (13 loc) · 720 Bytes
/
train.sh
File metadata and controls
16 lines (13 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ========== Train with 3-view multiscopic mode ============
CUDA_VISIBLE_DEVICES=0,1 python fuse.py \
--trainpath='dataset/TRAIN/' \
--testpath='dataset/TEST/' \
--evalpath='dataset/EVAL/' \
--learning_rate=1e-4 \
--batch_size=4 \
--epochs=1000 \
--maxdisp=60 \
# ========== Train with 5-view multiscopic mode ============
# CUDA_VISIBLE_DEVICES=0,1 python fuse_4cost.py
# ========== Train with 2-view stereo mode ==============
# CUDA_VISIBLE_DEVICES=0,1 python fuse_1cost.py