xscjun

Results 5 comments of xscjun

> Hi xscjun, > > That is very confusing. I am investigating by trying to recreate the issue. So far I am unable to re-create the issue in Colab. >...

> Glad you were able to get it working. I am wondering what the cause is; I did all my testing in Python 3. I can't get it working in...

> I noticed Colab has Python 3.6.8 by default, so perhaps there is something off about 3.7. > > Are you able to recreate the issue in Colab? Is the...

> > I add a mobilenet.py as GETTING_STARTED.md said , and modify the config ,but I can't run the training, how can I train the foveabox with mobilenet,please ? >...

I have the same error,if I switch the lines 96,97 loss_c = loss_c.view(num, -1) loss_c[pos] = 0 in multibox_loss.py, this error disappear. But come with another error : "File "/home/.../ssd.pytorch/layers/modules/multibox_loss.py",...