I have tried to use a nested model and get a JavaScript exception when loading the model
Error: [Model] Layer Sequential specified in model configuration is not implemented!
The model is made of a layer prepended to another model. Unfortunately it is quite a bit trickier to prepend than append layers. Will this be supported soon, or should we work on a python-based way for unraveling nested models
I have tried to use a nested model and get a JavaScript exception when loading the model
The model is made of a layer prepended to another model. Unfortunately it is quite a bit trickier to prepend than append layers. Will this be supported soon, or should we work on a python-based way for unraveling nested models