mxnet-model-gallery
mxnet-model-gallery copied to clipboard
Pre-trained Models of DMLC Project
Hi all! I would be interested in classify just few of all the labels (seashore, lakeshore and alp). How could I go through this, maybe modifying one of the already...
I can not find pretrained model of inception-v4 and inception-resnet-v2 here. I think it is proper to add them here. Does anyone have one?
Could you please help in creating features (output at the end of Convolution layers and before MLP) using pre-trained network for smaller images? I am working with images of 11*11...
Hi there, I appreciate the pretrained model shared on links. However, I want to try adjustments on these models, so surgery on `symbol.json` does not seem like the proper way....
Hi, Can you detail how to convert the inception-v3 model from tensorflow to mxnet format. Regards, Ramya
The Inception-BN Network in mxnet-model-gallery needs to be updated: 1. The inception-bn.tar.gz contains the old model that doesn't work any more. 2. imagenet-1k-inception-bn.md doesn't contain information about the file 'mean_224.nd'(in...
It seems that the URL for VGG model is not correct in the description. The model is located at http://www.mxnet.io/models/imagenet/vgg/ instead of http://data.dmlc.ml/mxnet/models/imagenet/vgg
The URL for the model is not correct, it has been corrected now.
#Hi, I got an **RuntimeError: prob_label is not presented** when I run [http://mxnet.io/tutorials/python/predict_imagenet.html](Example : Predict with pretrained model) with pretrained model [https://github.com/dmlc/mxnet-model-gallery/blob/master/imagenet-1k-nin.md](NIN). first , I load pretrained model follow the...
Hi, Apart from this imagenet Model trained on all the 21k synsets, are there any other models that have done the same ? for example ResNet with 21k+ classes trained...