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
@vpratz You can check the behavior on the allow-networks branch. It just means that when the user passes subnet_kwargs to a model where it is not required (e.g. FlowMatching, but not CouplingFlow), they will get a warning that they should instantiate the network directly themselves. Other _kwargs are currently unaffected, such as optimal_transport_kwargs.
This has been fundamentally limited by serialization, which should become much simpler with #342.
The idea is that we want to move from this:
to this:
Advantages:
Disadvantages:
The text was updated successfully, but these errors were encountered: