Giter Site home page Giter Site logo

Comments (2)

rickiepark avatar rickiepark commented on June 18, 2024

안녕하세요.
데이터 증식을 사용하지 않으면 훈련 세트를 conv_base에 통과시켜 특성을 뽑아 놓고 모델을 훈련하는 것이 효율적입니다. 데이터 증식은 반복마다 동적으로 새로운 이미지를 만들기 때문에 미리 특성을 뽑아 놓으려면 훈련 세트 개수만큼이 아니라 훈련 세트 x 에포크 횟수만큼 훈련 세트가 늘어나게 됩니다. 더욱이 케라스 콜백을 사용하여 조기종료를 사용하려면 얼만큼의 에포크만큼 수행할지도 사전에 정의하기 어렵습니다. 이런 이유들로 데이터 증식을 사용하는 경우에는 end-to-end로 수행하는 것이 일반적입니다.
fit 메서드와 fit_generator의 차이는 훈련 세트 매개변수로 파이썬 제너레이터를 사용하는 것입니다. 파이썬 제너레이터는 데이터가 필요할 때까지 연산을 지연시키는 효과가 있습니다. 주로 대량의 데이터를 한 번에 메모리에 올리지 않기 위해 많이 사용하죠. 제너레이터에 관한 설명은 제 블로그를 참고해 주세요(https://bit.ly/2KGrQxk).
더 궁금한 점이 있다면 알려 주세요. 감사합니다. :)

from deep-learning-with-python-notebooks.

rickiepark avatar rickiepark commented on June 18, 2024

이 이슈는 종결하겠습니다. 궁금한 점 있으면 다른 이슈를 올려 주세요. :)

from deep-learning-with-python-notebooks.

Related Issues (2)

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.