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
However, in some use case like architecture search, we want to define model parameter like number of layer, depth etc. in config.
In this situation, we also need these parameter in inference. So I think we should keep these parameter in file.
The question is, what we can do in this situation? Are there more sophisticated solution than just write custom code to serialize these parameters on our own?