Skip to content
Harsh Agrawal edited this page Mar 9, 2017 · 8 revisions

This page serves as a list of models which have been tried to see if they are getting imported / exported correctly or not.

Models which are working

  • GoogleNet architecture:
    https://gist.github.com/jimmie33/7ea9f8ac0da259866b854460f4526034
    Tested by @anweshknayak

  • AlexNet architecture:
    https://github.com/BVLC/caffe/blob/master/models/bvlc_alexnet/deploy.prototxt
    Tested by @utsavgarg

  • VGG architecture:
    https://gist.github.com/utsavgarg/e3982498e9fb27d882cf877e7992ec9b
    Tested by @utsavgarg

  • SqueezeNet architecture:
    https://github.com/BVLC/caffe/wiki/Model-Zoo#squeezenet-alexnet-level-accuracy-with-50x-fewer-parameters
    Tested by @Omarito2412

  • RCNN architecture:
    https://github.com/BVLC/caffe/wiki/Model-Zoo#faster-r-cnn-towards-real-time-object-detection-with-region-proposal-networks
    Tested by @Omarito2412

  • Network in Network architecture:
    https://gist.github.com/utsavgarg/37262bb660fd76801af1d098c95ab978
    Tested by @utsavgarg

  • Inception:
    https://github.com/BVLC/caffe/wiki/Model-Zoo#inception-bn-full-imagenet-model
    Tested by @Omarito2412

  • Video2Text:
    https://github.com/BVLC/caffe/wiki/Model-Zoo#translating-videos-to-natural-language
    Tested by @Omarito2412

  • Cascaded FCN architecture:
    https://github.com/BVLC/caffe/wiki/Model-Zoo#cascaded-fully-convolutional-networks-for-biomedical-image-segmentation
    Tested by @utsavgarg

Models which are not working

If you find models that aren't working on our IDE. Please open an issue. We will try to help.

Clone this wiki locally