PSPNet-Keras-tensorflow
PSPNet-Keras-tensorflow copied to clipboard
.npy weigths
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!
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
Hey! Many thanks @jmtatsch !