Falcatrua
Results
2
comments of
Falcatrua
It seems to be an issue with the sparse=True in the Input layer. There are 2 possible solutions: 1. Remove the sparse=True argument in the Input layer (var named G)....
It looks like you have already converted to tf.SparseTensor before passing to the convert function. I'm sharing a gist with the whole training code: https://gist.github.com/Falcatrua/fc4ed4d2cb33f08acf54bdf12c45d641 Check if it works for...