You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more difficult than I thought, I'll leave it for later.
FTR, currently a network works fine if it has different parameters with duplicate IDs. The problem is when a network is serialized to a dict/JSON then all duplicates get replaced by the first parameters object.
The following should raise an error because two different
TransformerParameters
objects with the same ID are used in the same networkThe text was updated successfully, but these errors were encountered: