Liqimai

Results 5 comments of Liqimai

> 这些数字代表的是什么意思呢?我一开始以为是图片名称的id,但是它与mlc返回的tag做loss,这些数字是什么含义? I think they are the ground truth "tags", as mentioned in the paper.

@sytelus Is there any update on this issue? I want to disable collisions between multiple vehicles but keep collisions with the environment, so that I can simulate tons of cars...

I can run it now but the test accuracy is only 45%. The configuration I used is: ``` 'dataset' : 'nell.0.001', 'model' : 'gcn', 'learning_rate' : 0.01, 'epochs' : 200,...

I forked your code and modified a lot. My modified version only has 45% accuracy. When I used your original program with above code snippet, it turned out about 60%...

Thanks. This really helps, especially with dense rewards design!