shajie17

Results 7 comments of shajie17

@jmuyjl Have you solved it? I

@sainisanjay I use tensorflow(cpu)0.12,tensorlayers==1.8,and replace the RNNLayer of TensorLayer Library with the tensorlayer-rnnlayer.py.

@Zzmc sorry,I can't download ResNet-50-model.caffemodel.Can you gave me?Thank you.

@heefe92 @fregulationn I meet a problem. When I run the train.py file after I modified the config.py file,there is a AttributerError:module 'model' has no attribute 'resnet101'. Does this model come...

感谢您的回复, 是在ECO.yaml中的这一层吧? attrs: {kernel_d: 1, kernel_h: 7, kernel_w: 7, stride: 1, mode: ave} expr: global_pool

I meet the same problem,Have you solved this problem? Does this model come from torchvision.models..resnet101 or the author's own definition? in model.py? Can you helpe me?Thank you