jiheeyang

Results 2 comments of jiheeyang

This is the configuration .yml file for training . I changed GPUS, datasets, and sample_prob in configs/v1.yml. ``` ARGS: tab: 'V1_hrnet' dataset: 'mpiinf,coco,mpii,lsp,muco,crowdpose' GPUS: 0,1, distributed_training: False model_version: 1 pretrain:...

Thank you. I reduced `sample_prob `for` lsp,mpii`. So more epochs are processed, but the same error occurs. I modified a part of the code `dataset/image_base.py.` I modified `2` to `1`...