nhy17-thu

Results 5 comments of nhy17-thu

Update: I've tried roll back `neuralnet-pytorch`'s version to `1c78fe366a6af605385d58dd460ebbb96c1e71f6` as mentioned in previous issues, but the same error still appears and stopped me from testing.

Similarly, when I commented out this line, another similar error occurred: > File "test.py", line 47, in test_each_category mon.clear_scalar_stats(file_cat + '/test chamfer') AttributeError: 'Monitor' object has no attribute 'clear_scalar_stats' In...

> Hi @nhy17-thu . > Please change [line 45](https://github.com/justanhduc/graphx-conv/blob/235dd255901ad9e6024f2a0ca1b80435b2fc7e68/src/test.py#L45) to > > ``` > mon.iter = 0 > ``` > > and [line 46](https://github.com/justanhduc/graphx-conv/blob/235dd255901ad9e6024f2a0ca1b80435b2fc7e68/src/test.py#L46) to > > ``` > mon.clear_num_stats(file_cat...

> You can change [this line](https://github.com/justanhduc/graphx-conv/blob/235dd255901ad9e6024f2a0ca1b80435b2fc7e68/src/test.py#L49) to > > ``` > for itt, batch in mon.iter_batch(enumerate(test_loader)): > ``` > > and delete [this line](https://github.com/justanhduc/graphx-conv/blob/235dd255901ad9e6024f2a0ca1b80435b2fc7e68/src/test.py#L60). > `02691156/test-chamfer.jpg` is the test error...

> Hi @nhy17-thu. Could you please try using absolute link in the config file? It should be something like `//graphx-conv/src/results/ICCV-lowrankgraphx-conv-up-final/run-1`. Hi, I indeed was using the absolute link in the...