Giter VIP home page Giter VIP logo

mlc2017-online's People

Contributors

daverim avatar hskang9 avatar huntrax11 avatar kimdwkimdw avatar machine-learning-challenge avatar myeongjoon avatar sanxiyn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mlc2017-online's Issues

[cartpole] NoSuchDisplayException

eval을 클라우드에서 실행시키면 NoSuchDisplayException이 발생합니다.

eval.py의 1번 라인에 있는 from pyglet.gl import *를 주석처리하면 문제없이 진행됩니다.

[cartpole] model save error

INFO:tensorflow:/tmp/kmlc_cartpole_train/model.ckpt-10 is not in all_model_checkpoint_paths. Manually adding it.

cartpole을 cloudML상에서 돌리는데 문제가 발생하네요.
model을 save하는 logic에 오류가 있지 않나 생각됩니다.

[cartpole] gym 설치 관련

cartpole 문제에서 gym 설치에 관한 사항에서 안내가 부족한 것 같습니다.
막 올라간 compute engine instance를 기준으로

$ sudo apt-get install cmake
$ sudo apt-get install swig
$ sudo apt-get install zlib1g-dev

이렇게 의존성 패키지를 설치해줘야 gym이 제대로 설치됩니다. 물론 위 패키지는 일반적으론 깔려있는 경우가 많지만, 처음 시작하는 구글 인스턴스의 경우 설치되어있지 않기 때문에 저 부분도 안내사항에 포함될 필요가 있다고 생각합니다.

in eval.py, IndexError: list index out of range

In cats_on_dogs baseline code, An error occurs during the execution of the command below

python eval.py --eval_data_pattern='/path/to/validation/files' --train_dir=/tmp/cvd_train --model=LogisticModel --run_once=True

error log>
image_id_batch = tf.get_collection("image_id_batch")[0]
IndexError: list index out of range

in my case, modifying this line to tf.get_collection("id_batch")[0] solves error

is this error ?

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.