Skip to content

Commit

Permalink
Update conda activation
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhu committed Oct 17, 2022
1 parent b16d88e commit 73324a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run/data_collect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data_collect () {
python -u data_collect.py --config-name data_collect carla_sh_path=${CARLA_PATH} dataset_root=${DATASET_ROOT} port=${PORT}
}

eval "$(conda shell.bash hook)"
source ~/miniconda3/etc/profile.d/conda.sh
conda activate mile

# Remove checkpoint files
Expand Down
2 changes: 1 addition & 1 deletion run/evaluate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ evaluate () {
python -u evaluate.py --config-name evaluate carla_sh_path=${CARLA_PATH} agent.mile.ckpt=$path port=${PORT}
}

eval "$(conda shell.bash hook)"
source ~/miniconda3/etc/profile.d/conda.sh
conda activate mile

# remove checkpoint files
Expand Down

0 comments on commit 73324a4

Please sign in to comment.