Ximing Yang
Results
2
comments of
Ximing Yang
Changing line 64-65 in cnf.py to follow will help in my situation: ```python atol = self.atol #[self.atol] * 3 rtol = self.rtol #[self.rtol] * 3 ``` It seems that the...
I downloaded the data from https://shapenet.cs.stanford.edu/iccv17/. It seems no batch of data has ever been fed into the model, as no lines are output between different epochs. So please check...