zhangqianhui / Self-Supervised-GANs

Tensorflow Implementation for paper "self-supervised generative adversarial networks"
Apache License 2.0
39 stars 4 forks source link

Dockerfile #1

Open mrciolino opened 5 years ago

mrciolino commented 5 years ago

Could you upload a docker file with the correct environment? I am having trouble reproducing the correct environment to run the code.

xcc13 commented 4 years ago

Could you upload a docker file with the correct environment? I am having trouble reproducing the correct environment to run the code.

What's the problem occured to you? I am trying to reproduce the code too.But I am getting an error when trying to call the train function: TypeError: 'Tensor' object is not iterable.

I have no idea. 头秃。

zhangqianhui commented 4 years ago

I would try

xcc13 commented 4 years ago

I would try

Thanks a lot. But, sorry, I made a mistake yesterday. Actually, the error is: when trying to build the model: File "H:\Code\Self-Supervised-GANs-master\ops.py", line 23, in conv2d w = tf.getvariable('w', shape=[kernel, kernel, input.get_shape()[-1], output_dim], TypeError: 'TensorShape' object is not callable Thank you!