GYE19970220

Results 5 comments of GYE19970220

对的,就是猫的概率,只要把以上代码改为`probability = t.nn.functional.softmax(score,dim=1)[:,1].detach().tolist()`就可以啦

> main文件中的#coding:utf8 修改为 #coding:utf-8 thank you

> 大家好! > 我成功地训练了我的模型并评估了KITTI结果。当我开始使用kittiviewer在bev / rgb / 3dpointcloud区域中可视化结果时,遇到了一个问题,即我无法在服务器和本地计算机之间建立正确的连接。我已经阅读了README的kittiviewer部分,但没有在服务器上运行哪个步骤,或者在我的计算机上运行了哪个步骤。 > 我所知道的是,我应该使用SSH登录服务器。但是不知道该怎么做。 > > 非常感谢你们能帮助我建立连接。 @gujiaqivadin **second.pytorch version 1.5.1** 1.run `python backend.py main --port=xxxx` in your server. ![image](https://user-images.githubusercontent.com/42958175/96820801-4cea4b00-1459-11eb-9597-2f903aab6d1f.png) 2.run `python -m http.server`...

same error,any answers?