zkmkarlsruhe / ofxTensorFlow2

TensorFlow 2 AI/ML library wrapper for openFrameworks
Other
109 stars 16 forks source link

converting models #7

Closed natxopedreira closed 2 years ago

natxopedreira commented 3 years ago

Hello

Im trying to convert some neural style models im using on python. I have those model in checkpoints

If i understand correctly (sure is not the case) i need to run the checkpoint2SavedModel.py to set the input layer size to expected size and get the model in savedModel format

Problem is that i get a very extrange result and sure you have more experience than me on those so maybe you can give me some clues on what im doing wrong

Screenshot-2021-07-09-11-07-21

Thanks!

natxopedreira commented 2 years ago

i think is because the models was created on tf1 and moving to tf2 format must did something wrong in the conversion