carpedm20 / carpedm20/simulated-unsupervised-tensorflow
zeros_initializer() error
Open
- Dominant language
- Python
- Stars
- 575
- Forks
- 143
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm just using tensorflow for my first time so I don't know why it happens.
Anyway, when trying your code with a fresh installed tensorflow 0.12.1 I get this error:
TypeError: zeros_initializer() takes at least 1 argument (1 given)
inside the layers.py file.
I fixed the error substituting biases_initializer=tf.zeros_initializer(dtype=tf.float32) with
biases_initializer=tf.zeros_initializer
As suggested by an user here for a similar issue [#5742](//github.com/tensorflow/tensorflow/issues/5742)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.