YoHo
YoHo
In this case, you should use the python which you compile in '**cmake ..**' step. For me, when I use python3.6 to compile, then I get the lib file: **pyopenpose.cpython-36m-x86_64-linux-gnu.so**,...
> > In this case, you should use the python which you compile in '**cmake ..**' step. > > For me, when I use python3.6 to compile, then I get...
Question 6: 1. The two dataset_pipeline is related to the **_workflow: [['train', 5], ['val', 1]]_** , it means that the validation will be performed after every five training iterations during...