Tessellate-Imaging / monk_v1

Monk is a low code Deep Learning tool and a unified wrapper for Computer Vision.
Apache License 2.0
582 stars 215 forks source link

AttributeError: 'tensorflow.python.framework.ops.EagerTensor' object has no attribute 'assign' #81

Open abhishakvarshney opened 4 years ago

abhishakvarshney commented 4 years ago

I am getting error while training: plt.Train()

AttributeError: 'tensorflow.python.framework.ops.EagerTensor' object has no attribute 'assign'

on dataset: Wheat Prediction Dataset

abhi-kumar commented 4 years ago

Hi, please check if you are using tf 2; when using tf2 downgrade to version 2.0.0 and keras to 2.3.5