Skip to content

Commit

Permalink
train: Create dir
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojob committed Oct 3, 2024
1 parent f35ffdd commit 0eedcf4
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/pr_train_networks.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ config_relative=$config_path/test_train_relative.json
pip install -e .

# RADAR TRAINING (depth prior + 2 output channels)
python3 scripts/train.py \
python3 scripts/train/train.py \
--checkpoints $checkpoints \
--config $config_radar \
--datasets $datasets \
Expand All @@ -27,7 +27,7 @@ else
fi

# RGB TRAINING (no depth prior + 1 output channel)
python3 scripts/train.py \
python3 scripts/train/train.py \
--checkpoints $checkpoints \
--config $config_metric \
--datasets $datasets \
Expand All @@ -41,7 +41,7 @@ else
fi

# Relative RGB TRAINING (no depth prior + 1 output channel)
python3 scripts/train.py \
python3 scripts/train/train.py \
--checkpoints $checkpoints \
--config $config_relative \
--datasets $datasets \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0eedcf4

Please sign in to comment.