Open ydennisy opened 3 years ago
1 can be safely ignored: in general, Keras encourages its users to use functional models for multi-input layers, but there is nothing wrong with doing so.
I'll have a PR that may help with (2) and (3). I'll ping this thread when merged.
Hi!
First big thanks on this project - seems very nice so far!
Just a quick one, I am seeing 3 warning when following the examples from the tutorials, they do not seem to affect the model in any obvious way, but I think it would be good to get them fixed up:
1. Layers in a Sequential model should only have a single input tensor
2. dtype of the source tensor
3. Gradients do not exist for variables
If I get to the bottom of any of these issues I will be sure to report / PR.
Cheers!