apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.75k stars 6.8k forks source link

resnet #7307

Closed niluanwudidadi closed 6 years ago

niluanwudidadi commented 7 years ago

For bugs or installation issues, please provide the following information. The more information you provide, the more likely people will be able to help you.

Environment info

Operating System: ubuntu 16.04 Compiler: gcc 5.4 Package used (Python/R/Scala/Julia):

MXNet version: 0.10.1 Or if installed from source:

MXNet commit hash (git rev-parse HEAD):

If you are using python package, please provide

Python version and distribution:

If you are using R package, please provide

R sessionInfo():

Is there are resnet base pretrained model, such as vgg_reduced?

edmBernard commented 7 years ago

you can check this python script to download pre-trained model : https://github.com/apache/incubator-mxnet/blob/master/example/image-classification/common/modelzoo.py

thirdwing commented 7 years ago

@niluanwudidadi You can find pretrained models from http://data.dmlc.ml/models/

szha commented 6 years ago

This issue is closed due to lack of activity in the last 90 days. Feel free to ping me to reopen if this is still an active issue. Thanks! Also, do please check out our forum (and Chinese version) for general "how-to" questions.