gwl
gwl
> > After "no module named torch._c' problem,I got a new error. > > `ImportError: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.26 not found ` > > Then I listed all the dependencies in...
> > We again check the `WSDDN pretrained-model` and make sure no wrong. `cls_score_net.weight` is actually a [20,4096] tensor. You should check > > [Collaborative-Learning-for-Weakly-Supervised-Object-Detection/lib/nets/vgg16.py](https://github.com/Sunarker/Collaborative-Learning-for-Weakly-Supervised-Object-Detection/blob/4bd0df739b8bc3c50cc8cdfed905caaae0b12b06/lib/nets/vgg16.py#L26) > > Line 26 in...
> > @Jngwl I guess it's because of your GPU memory. Maybe it need more than 16 gb for resnet. Sorry, I didn't try resnet after that. > > Hello!...