Giter Site home page Giter Site logo

hourout / gan-keras Goto Github PK

View Code? Open in Web Editor NEW
32.0 32.0 11.0 107 KB

tensorflow2.x implementations of Generative Adversarial Networks.

Python 100.00%
deep-learning gan gan-keras generative-adversarial-networks keras keras-implementations neural-networks tensorflow-gan

gan-keras's People

Contributors

hourout 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  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gan-keras's Issues

SGAN error

Hello, I am trying to run the SGAN code, but on the first step of training the discriminator, an error pops up saying AttributeError: 'list' object has no attribute 'keys'. Would you happen to know anything about it? Running Tensorflow 2.4. Tell me if you need more details, sorry if it is not clear enough.

In DCGAN got error

when I run this code in the line 66 to 70 I got many errors.(note that I'm not professional at tensorflow and I want a DCGAN program to run, not to learn). first please say in the line 66 to 70 :dataset = (tf.data.Dataset.list_files('./faces/*.jpg') .map(lambda x: (tf.cast(tf.image.decode_jpeg(tf.read_file(x)), tf.float64)/127.5-1, tf.ones(1, tf.int32))) .batch(batch_size) .repeat())

I have these questions:

  1. Should I change the './faces/*.jpg' in (tf.data.Dataset.list_files('./faces/*.jpg') to my dataset address?
  2. I have '.npy' dataset (which contain a RGB values of each pixel of each picture in numpy array) what should I do?(what parts should be changed?)

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.