Surya
Results
2
issues of
Surya
Currently model with `TorchModuleWrapper` fails to save with the following error. `UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 64: invalid start byte ` I have tried with different...
size:S
awaiting review
I think there seems a bug in functional model. Case-1: When inputs=outputs for the model construction but training different output shape: Training success ``` import keras from keras import layers...
type:Bug