Spaces:
Running
Running
File size: 519 Bytes
710e818 6f7cc86 710e818 6f7cc86 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 29 30 31 32 33 |
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"
export data_fn="./data/102_grab_all_data.npy"
# bash scripts_demo/train_grab_pointset_points_dyn_s1.sh
export cuda_ids="0"
# CUDA_VISIBLE_DEVICES=${cuda_ids}
python ${trainer} --mode ${mode} --conf ${conf_root}/${conf} --case ${data_case} --data_fn=${data_fn}
|