Closed treesturn closed 1 year ago
Thanks for your attention. The pose_train.yaml is used for training,you could use this config for finetuning
Hi thanks for the prompt reply! I have few questions: 1) What is the difference between the output config config.yaml file and pose_sample,yaml? 2) How do i use the output config file for finetuning, is there an example command?
thanks!
Hi
TORCH_DISTRIBUTED_DEBUG=DETAIL accelerate launch \
--multi_gpu --num_processes=8 --gpu_ids '0,1,2,3,4,5,6,7' \
train_followyourpose.py \
--config="configs/pose_train.yaml"
``` run
is the output config file from running the Training code :
supposed to be used in the Inference code?:
the output config.yaml file doesnt seem to look like the pose_sample.yaml file that is supposed to be used in the Inference code.