SandeepKrMishra / GraphNeuranNetworkClassification

1 stars 0 forks source link

requirtment #1

Open zhangt369 opened 4 years ago

zhangt369 commented 4 years ago

Can you tell me the version of stellargraph and tensorflow?

zhangt369 commented 4 years ago

I can not solve this problem. AttributeError Traceback (most recent call last)

in ----> 1 x_inp, x_out = base_model.build() 2 #prediction = layers.Dense(units=1, activation="sigmoid")(x_out) ~\Miniconda3\lib\site-packages\stellargraph\layer\gcn.py in build(self, multiplicity) ~\Miniconda3\lib\site-packages\stellargraph\layer\gcn.py in __call__(self, x) ~\AppData\Roaming\Python\Python37\site-packages\tensorflow_core\python\keras\engine\base_layer.py in __call__(self, inputs, *args, **kwargs) ~\AppData\Roaming\Python\Python37\site-packages\tensorflow_core\python\autograph\impl\api.py in wrapper(*args, **kwargs) AttributeError: in converted code: C:\Users\zhangt\Miniconda3\lib\site-packages\stellargraph\layer\misc.py:93 call * output = tf.SparseTensor( AttributeError: module 'tensorflow' has no attribute 'SparseTensor'
SandeepKrMishra commented 4 years ago

@zhangt369 I have used following versions: Pyhton:3.7 Keras: 2.2.4 tensorflow: 1.15.0 Stellargraph: 0.10.0