Giter Club home page Giter Club logo

Comments (2)

swyoon avatar swyoon commented on July 30, 2024

보고해주신 에러를 해결하여 업로드해두었습니다. cifar와 mnist에 대해서 training이 돌아가는 것을 확인하였습니다.

  1. 해당 keyword argument들을 지웠습니다.
  2. OmegaConf의 최신 버젼(2.1.0)에서 key가 없는 경우의 정책이 바뀌어서 발생하는 에러였습니다. 기존에 제가 사용하던OmegaConf 버젼(2.0.6)에서는 key가 없으면 그냥 None을 반환했었습니다.

학습하는 부분을 제가 꼼꼼히 보지 못해서 죄송합니다. 다른 문제점이나 질문 있으면 언제든지 알려주세요.

=======

I have fixed the reported problems. The training code now works for MNIST and CIFAR-10 without errors.

  1. I have deleted the keyword arguments.
  2. The error is due to the changed behavior of OmegaConf for missing keys in the newest version (2,1.0). In the version I used, OmegaConf simply returns None when there was no matched key.

Thank you for reporting the issue. Please let me know if there is another problem or question.

Have a nice day!

from normalized-autoencoders.

GaengSu avatar GaengSu commented on July 30, 2024

보고해주신 에러를 해결하여 업로드해두었습니다. cifar와 mnist에 대해서 training이 돌아가는 것을 확인하였습니다.

  1. 해당 keyword argument들을 지웠습니다.
  2. OmegaConf의 최신 버젼(2.1.0)에서 key가 없는 경우의 정책이 바뀌어서 발생하는 에러였습니다. 기존에 제가 사용하던OmegaConf 버젼(2.0.6)에서는 key가 없으면 그냥 None을 반환했었습니다.

학습하는 부분을 제가 꼼꼼히 보지 못해서 죄송합니다. 다른 문제점이나 질문 있으면 언제든지 알려주세요.

=======

I have fixed the reported problems. The training code now works for MNIST and CIFAR-10 without errors.

  1. I have deleted the keyword arguments.
  2. The error is due to the changed behavior of OmegaConf for missing keys in the newest version (2,1.0). In the version I used, OmegaConf simply returns None when there was no matched key.

Thank you for reporting the issue. Please let me know if there is another problem or question.

Have a nice day!

@swyoon

안녕하세요. 저번에 말씀드린 부분 중 일부가 수정이 되지 않은 것 같습니다.
train.py 57 line의 clip_grad와 nae.py 39 line의 small_lr_D 부분은 아직 남아있는데, yml파일에는 두 keyword가 존재하지 않아 run이 안되고 있습니다.

from normalized-autoencoders.

Related Issues (12)

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.