We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 size and have fairly large dataset of about 300K images.
Following example in following link: http://mxnet.io/tutorials/r/classifyRealImageWithPretrainedModel.html
Problem is here net requires images of size 224*224.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 size and have fairly large dataset of about 300K images.
Following example in following link: http://mxnet.io/tutorials/r/classifyRealImageWithPretrainedModel.html
Problem is here net requires images of size 224*224.
The text was updated successfully, but these errors were encountered: