npy2ckpt icon indicating copy to clipboard operation
npy2ckpt copied to clipboard

Convert deep learning models from .npy format to .ckpt format

Results 2 npy2ckpt issues
Sort by recently updated
recently updated
newest added

Hello Author, I get the following error. .conv(3, 3, 512, 1, 1, relu=False, name='conv4_2') AttributeError: 'OpenPoseNet' object has no attribute 'prelu' Thank you

When I tried to convert `BVLC_Reference_CaffeNet`, `BVLC_AlexNet`, `BVLC_Reference_RCNN_ILSVRC13`, `Xception`, the error message will pop out as the title. How can I deal with this situation?