chainer-simple-fast-rnn icon indicating copy to clipboard operation
chainer-simple-fast-rnn copied to clipboard

Chainer's simple implementation of fast R-CNN

Results 2 chainer-simple-fast-rnn issues
Sort by recently updated
recently updated
newest added

help me fix error File "forward.py", line 168, in cls_score, bbox_pred = vgg_model(x,rois) File "C:\Users\pvdung\Desktop\faster rcnn\chainer-simple-fast-rnn\vgg.py", line 62, in __call__ h = F.dropout(F.relu(self.fc6(h)), train=train, ratio=0.5) File "C:\Users\pvdung\AppData\Local\Continuum\anaconda3\lib\site-packages\chainer\functions\noise\dropout.py", line 163, in...

(tensorflow_p36) ubuntu@ip-172-31-25-141:~/gitcode/test/chainer-simple-fast-rnn$ python downoad_model.py Traceback (most recent call last): File "downoad_model.py", line 6, in urllib.urlretrieve(url,filename) AttributeError: module 'urllib' has no attribute 'urlretrieve' (tensorflow_p36) ubuntu@ip-172-31-25-141:~/gitcode/test/chainer-simple-fast-rnn$ vi downoad_model.py (tensorflow_p36) ubuntu@ip-172-31-25-141:~/gitcode/test/chainer-simple-fast-rnn$ python downoad_model.py...