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
Presently both the static and dynamic injections in the layer states and layer outputs respectively are an all or one feature i.e. either all the layers can be chosen for injection (Mode: multiple in YAML file) or one layer can be randomly chosen for injection (Mode: single in YAML file).
Add support for user to specify what k layers to inject (where k = {k1, k2, k3, .. kn} and every ki is an integer between [1, n] where n is the total number of layers in the model).
For static or layer states injection, it is straight forward to do.
Presently both the static and dynamic injections in the layer states and layer outputs respectively are an all or one feature i.e. either all the layers can be chosen for injection (
Mode: multiplein YAML file) or one layer can be randomly chosen for injection (Mode: singlein YAML file).Add support for user to specify what k layers to inject (where k = {k1, k2, k3, .. kn} and every ki is an integer between [1, n] where n is the total number of layers in the model).