Closed Azn9 closed 4 years ago
I'm glad someone still knows this after I abandoned it for 6 months!! Maybe it is related to tensorflow updates during these days, let me test it
and i'm still being emailed about issues
Seems that the problem is because they changed the structure of tf.losses.* to use a class instead of plain function, since tensorflow v1.13 probably
Yep I've just tested with an old version of tensorflow (1.10.0) and it's working !
(pip install tensorflow==1.10.0
)
Thanks for your help, hoping this will help people with the same issue !
Glad I could help.
any chance on updating this? older versions of tensorflow arent available on python 3.7 and it would be nice to be able to use this with the latest vers : 0
Install python 3.6 ? ¯_(ツ)_/¯
I'm trying to update this right now. New tensorflow in fact changed the algorithm a lot, it seems to convert all functions to a computational graph instead of calling directly, which caused problems to this
Currently I got the code to work in TF 2.0, but it has memory leak problems, where after a few groups it will go out of memory
it works!!!!11
Since it works I have closed the issue a year and a half later
and i'm STILL getting emailed about issues
Hey ! I've got that error on step 07 on the code after "Now we can train the model!" :