Closed erwangccc closed 2 years ago
These two are warnings, not errors, and do not affect training and testing. The first warning can be eliminated by specifying the dimension:
outputs = F.softmax(outputs_l[-1], dim=1)
The second warning occurs when true positives + false positives = 0.
The test results can be found in results/hci_clf_test/test_datav3_rgbd_32_crop.log
There is error occurring when running train and test scripts.
It looks like the model inference nothing for the test data. My config: