theislab / scgen

Single cell perturbation prediction
https://scgen.readthedocs.io
GNU General Public License v3.0
260 stars 52 forks source link

AttributeError: module 'tensorflow' has no attribute 'placeholder' #37

Closed anjugopinath closed 3 years ago

anjugopinath commented 3 years ago

loss.py", line 209, in getRealObservables loadRealObservs = tf.placeholder(tf.bool, name='OBSERVS_GATE') AttributeError: module 'tensorflow' has no attribute 'placeholder'

OS: Ubuntu Tensorflow Version : 1.15 python version : 3.6.1

anjugopinath commented 3 years ago

Is it possible to get it working with TF version 1.15?

M0hammadL commented 3 years ago

Hi we released the new pytorch version please use this new version.

Mo