pytorch-ssd
pytorch-ssd copied to clipboard
run problem
sorry, i cloned your code and ran test.py , but i got the problem
Finished loading model!
Testing image 1/4952....
/home/hqt/PycharmProjects/pytorch-ssd-master/ssd.py:101: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument.
self.softmax(conf.view(-1, self.num_classes)), # conf preds
Traceback (most recent call last):
File "/home/hqt/PycharmProjects/pytorch-ssd-master/test.py", line 91, in
but i ran train.py ,i got this message:
File "/home/hqt/PycharmProjects/pytorch-ssd-master/train.py", line 257, in
so ,could you help me solve this problem, thank you!
I think your pytorch-version is 0.4, please try 0.3