Giter VIP home page Giter VIP logo

supervised_infogan's Introduction

Hi there ๐Ÿ‘‹

My name is Namjoo Kim, and I am the CEO of QUARKONIX PTE.,LTD. in Singapore.

  • ๐Ÿ˜„ I was the leader of Klaybay CIC at Krust in Seoul, Korea.
  • ๐Ÿ”ญ I was the former CTO of Kakao brain.
  • ๐ŸŒฑ I was currently learning Javascript, python, Solidity language.
  • ๐Ÿ’™ I love collaborating with developers, engineers and researchers.
  • ๐Ÿ˜„ My current interest is Blockchain and Machine learning.

Namju's GitHub stats

supervised_infogan's People

Contributors

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

supervised_infogan's Issues

TensorFlow >= 1.0 compatibility

Hi.

Since TensorFlow API has been chanced, such as

# legacy: tf.concat(concat_dim, values)
tf.concat(values, axis) 

so this program return below error messages.

TypeError: Expected int32, got list containing Tensor of type '_Message' instead.

So, if you use >= 1.0 version of TensorFlow, you should change concat code.
For example,

# train.py line 69: 
# legacy: xx = tf.concat(0, [x, gen])
xx = tf.concat([x, gen], axis=0)

Why use label information?

As far as I know, GAN is designed for unsupervised learning. Is the use of the label information making GAN meaningless?
Thanks.

train.py line35 has error

when I run train.py, it shows the error message: "TypeError: Expected int32, got list containing Tensors of type '_Message' instead."
I'm wonder what's the problem is?
I didn't modify any code, just run the downloaded package.

Could you help me with this problem?

Hi, @buriburisuri Thank you very much with this project, it is very interesting!!!
However, I have a problem to understand this line here generator loss. Could you explain the disc.sg_reuse(input=gen).sg_bce(target=y) .
I have check your code in sugartensor, but it seems to be too hard to understand

Thank you again for sharing this project

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.