Spaces:
Running
Running
File size: 491 Bytes
710e818 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
export PYTHONPATH=.
export data_case=hand_test_routine_2_light_color_wtime_active_passive
export trainer=exp_runner_stage_1.py
export mode="train_point_set"
export conf=dyn_grab_pointset_points_dyn_s1.conf
export conf_root="./confs_new"
# bash scripts_new/train_grab_pointset_points_dyn_s1.sh
export cuda_ids="0"
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python CUDA_VISIBLE_DEVICES=${cuda_ids} python ${trainer} --mode ${mode} --conf ${conf_root}/${conf} --case ${data_case}
|