Coder Social home page Coder Social logo

Comments (10)

moniDLpro avatar moniDLpro commented on August 15, 2024 3

How should it work with tf version 1.3? It is not even working with version 1.2.1!
tensorflow/tensorflow#1021
With the provided model, only batch sizes of 1 are working.

from improved-gan.

ptirupat avatar ptirupat commented on August 15, 2024

I have the same exact issue. I tried Tensorflow version 1.5 and 1.6 and it is same in both the cases. Really appreciate your help in resolving this.

from improved-gan.

alexanderhanboli avatar alexanderhanboli commented on August 15, 2024

I have the same issue.

from improved-gan.

kritiagg avatar kritiagg commented on August 15, 2024

Any updates on this issue?

from improved-gan.

HMJiangGatech avatar HMJiangGatech commented on August 15, 2024

An old version of tensorflow works.

from improved-gan.

kritiagg avatar kritiagg commented on August 15, 2024

Yes, tf version 1.3 works.

from improved-gan.

IPNUISTlegal avatar IPNUISTlegal commented on August 15, 2024

how to fix this issue with tf version 1.8 ?
thks

from improved-gan.

djsutherland avatar djsutherland commented on August 15, 2024

tf.contrib.gan.eval has functions that work in recent tensorflows.

Changing o._shape = ... to o.set_shape(...), as in #31, doesn't seem to have worked, because set_shape merges shape information instead of overriding it: tensorflow/tensorflow#5680 (comment)

from improved-gan.

gargrohin avatar gargrohin commented on August 15, 2024

Any updates on how to solve this? Or any alternatives?

from improved-gan.

Kilichbek avatar Kilichbek commented on August 15, 2024

Hi, Everyone
for those who still have a problem, please, make sure that images have a channel-last format (h x w x 3). I hope it may help ...
I had the same problem, I confused Pytorch with Tensorflow format.

from improved-gan.

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.