Giter VIP home page Giter VIP logo

csgm's People

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

csgm's Issues

utils

hello,when i was running your code I could not find the “mnist_utils“,could you tell me that how could i find it?

Not an issue, but a question

Hi, I am interested in replicating your work for my domain area. Could you point out the code where the generator is frozen, and the latent vector is optimized? Thank you.

Error in the code

here is the problem, when I run the demos, each returns
Traceback (most recent call last):
File "./src/compressed_sensing.py", line 177, in
main(HPARAMS)
File "./src/compressed_sensing.py", line 19, in main
xs_dict = model_input(hparams)
File "/home/feiht/csgm/src/mnist_input.py", line 56, in model_input
mnist = input_data.read_data_sets('./data/mnist', one_hot=True)
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/util/deprecation.py", line 306, in new_func
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/tensorflow/contrib/learn/python/learn/datasets/mnist.py", line 262, in read_data_sets
train_images = extract_images(f)
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/util/deprecation.py", line 306, in new_func
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/tensorflow/contrib/learn/python/learn/datasets/mnist.py", line 62, in extract_images
magic = _read32(bytestream)
File "/usr/local/lib/python2.7/dist-packages/tensorflow/contrib/learn/python/learn/datasets/mnist.py", line 43, in _read32
return numpy.frombuffer(bytestream.read(4), dtype=dt)[0]
IndexError: index 0 is out of bounds for axis 0 with size 0

why is it, thank you!

Question about the loss function

I don't understand why you use ||AG(z)-y|| as the loss function instead of using ||G(z)-x|| which makes more sense to me. I intuitively feel that multiplying A with x will lose lots of information. Looking forward to your explanation. Thanks!

question about the lose function in your paper and code

hello,I want to consult with about your loss function for vae and GAN. In your paper , the loss function is ||AG(Z) - y||^2,but you used 'tf.matmul(x_hat_batch, A, name='y_hat_batch') ' to finish the funtion, but this code means ||G(Z)A - y|| ^ 2, there is no influence for the fuction,isn't it? I really hope to hear from you soon. Thank you very much!

Optimizer params need to get reinitialized

In the dcgan_estimator(hparams) function of celebA_estimators.py, shouldn't the global_step variable and other variables of AdamOptimizer get reinitialized in each call of the nested estimator(A_val, y_batch_val, hparams) function?

question about "python ./src/main.py"

The file includes " python ./src/main.py", whereas "main.py" is not found in file "src". Would you mind assisting me with this question? thank you very much.

Exact Version Numbers of Dependencies to Execute the Example Code

I would like to replicate your results, but the API of some of the dependencies has changed, thus some of the examples do not work. It would help a lot if you could post a version number for each of the dependencies, where all examples are guaranteed to run as expected.

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.