zaidalyafeai / ml-projects

Implementation of web friendly ML models using TensorFlow.js. pix2pix, face segmentation, fast style transfer and many more ...
MIT License
647 stars 254 forks source link

Not working tensorflowjs_converter #21

Closed andrecpc closed 4 years ago

andrecpc commented 4 years ago

image Good day! Thank you very much for your hard work. I worked following the instructions https://github.com/zaidalyafeai/zaidalyafeai.github.io/tree/master/pix2pix and the script https://colab.research.google.com/github/zaidalyafeai/zaidalyafeai.github.io/blob/master/pix2pix/tf_pix2pix.ipynb And everything was fine until I got to the point of converting the keras model. I also followed your recommendations, but get the error: AttributeError: 'EnumTypeWrapper' object has no attribute 'DT_FLOAT'

Maybe you know what the reason is? Thank you!