Coder Social home page Coder Social logo

Comments (4)

EderSantana avatar EderSantana commented on June 4, 2024

it is super resource intensive yes. I saw elsewhere that Keras does a lot of memory leaks. I used to have a tensorflow only implementation that seemed lighter. But it was less convenient, that was why I opted for Keras in the release.

from research.

sunny1986 avatar sunny1986 commented on June 4, 2024

@kamal94 : Were you able to resolve that issue? I am having the same problem and my train fails sometimes on epoch 1/200 or 2/200 and never goes beyond that. Any suggestions??

from research.

zhaohuaqing1993 avatar zhaohuaqing1993 commented on June 4, 2024

how do you train the train_generative_model.py autoencoder successfully ,i meet some difficuty , have to doing somehting in code?

from research.

pandamax avatar pandamax commented on June 4, 2024

Have you solved this issue? I am having the same problem and my train fails sometimes on epoch 10/200 or 40/200 and never goes beyond that. Any suggestions?
Traceback (most recent call last):
File "./train_generative_model.py", line 168, in
nb_epoch=args.epoch, verbose=1, saver=saver
File "./train_generative_model.py", line 84, in train_model
z, x = next(generator)
File "./train_generative_model.py", line 31, in gen
X = cleanup(tup)
File "/home/deep-learning/research-master/models/transition.py", line 34, in cleanup
X = X/127.5 - 1.
MemoryError

from research.

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.