Giter Club home page Giter Club logo

Comments (1)

lovettchris avatar lovettchris commented on July 17, 2024

CNTK is an older Microsoft training framework. Are you planning to use CNTK or are you planning on using Pytorch? If you are using Pytorch you do not need CNTK to work. You can build ELL without support for CNTK and then the test will skip it. Simply pass -D CNTK=OFF on the cmake command line. If you really are planning to use CNTK and you are building ell with -D CNTK=ON, can you tell me if this test passes for you?

c:\git\ELL\build>ctest . --build-config release -R cntk

Where did you get the vgg.py file? I'm familiar with this pytorch version:

https://github.com/pytorch/vision/raw/master/torchvision/models/vgg.py

As described in our importing tutorial. But this is not a CNTK model. That tutorial has 3 independent (unrelated) sections, the first shows importing CNTK, the second a Darknet model, and the third an ONNX model (vgg.py). Using ONNX requires building ELL using cmake option -D ONNX=ON.

from ell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.