PSPNet-Keras-tensorflow icon indicating copy to clipboard operation
PSPNet-Keras-tensorflow copied to clipboard

.npy weigths

Open amlarraz opened this issue 7 years ago • 2 comments

Hey! Thanks for yoor work @Vladkryvoruchko , somebody have new links to dowload the weights in .npy format?? I want to train the net from a pretrained model and the function set_npy_weights seems that only works with .npy files, beacuse if you use the .h5 or .json that can be downloaded using the README links the code throws the error: ValueError: You called set_weights(weights) on layer "conv1_1_3x3_s2_bn" with a weight list of length 1, but the layer was expecting 4 weights. Provided weights: [<HDF5 group "/conv1_1_3x3_s2_bn" (1 members)>]..`

Thanks in advance!

amlarraz avatar Jun 19 '18 16:06 amlarraz

https://www.dropbox.com/s/slzgd07ijcyl45b/pspnet50_ade20k.npy?dl=0 https://www.dropbox.com/s/gdtjzjkox999xpg/pspnet101_cityscapes.npy?dl=0 https://www.dropbox.com/s/ff6hdkhxz8h5si1/pspnet101_voc2012.npy?dl=0

jmtatsch avatar Jul 10 '18 18:07 jmtatsch

Hey! Many thanks @jmtatsch !

amlarraz avatar Jul 11 '18 15:07 amlarraz