Code Monkey home page Code Monkey logo

Comments (9)

aladdinpersson avatar aladdinpersson commented on May 24, 2024

Yeah sorry, I didn't push the latest version that I was working with. It should work now

from machine-learning-collection.

extremety1989 avatar extremety1989 commented on May 24, 2024

thanks !

from machine-learning-collection.

extremety1989 avatar extremety1989 commented on May 24, 2024

@aladdinpersson now i got RuntimeError: CUDA out of memory. i have Intel core i7 NvidiaGeoforce 940 mx CUDA 11.1

from machine-learning-collection.

aladdinpersson avatar aladdinpersson commented on May 24, 2024

Change the image size in config file from 128 to something lower like 4/8/16

from machine-learning-collection.

extremety1989 avatar extremety1989 commented on May 24, 2024

@aladdinpersson that's strange even with image size 4 it does output same error. Maybe a bug in (Pytorch pip windows 10 version) ?

from machine-learning-collection.

aladdinpersson avatar aladdinpersson commented on May 24, 2024

From my understanding your gpu only has 2gb of vram which is probably the reason. You can try to reduce the number of channels in the config file and see if that works. Since we're creating all the conv layers etc for up to 1024x1024 generation you do need to have some vram because the parameters will be on the GPU. I haven't done any extensive tests but it runs on my GTX 1060 with 6gb vram

from machine-learning-collection.

extremety1989 avatar extremety1989 commented on May 24, 2024

4gb of vram ,but it is okey, i will go on colab . Thanks!

from machine-learning-collection.

extremety1989 avatar extremety1989 commented on May 24, 2024

@aladdinpersson sorry for bothering but in my colab i get this error:

RuntimeError: Given transposed=1, weight of size [100, 256, 4, 4], expected input[8, 256, 1, 1] to have 100 channels, but got 256 channels instead

from machine-learning-collection.

extremety1989 avatar extremety1989 commented on May 24, 2024

well i fixed it with Z_DIM = 256

from machine-learning-collection.

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.