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
Given the newfound prominence of several neural approaches that go beyond the W2 / ICNN case, we are currently refactoring the neural part of OTT-JAX. This is going to break a few of the notebooks in the main branch.
TODO includes:
Move the Monge gap NB / GW NB dataset loading parts there, to have simpler NBs.
Add back the quadratic layer earlier in the computational graph for ICNN.
Add PICNN
Switch to an iterator that returns 4 dictionaries, rather than 4 data matrices, to accommodate for conditional FGW settings where various feature spaces are handled.
The text was updated successfully, but these errors were encountered:
Given the newfound prominence of several neural approaches that go beyond the W2 / ICNN case, we are currently refactoring the
neural
part of OTT-JAX. This is going to break a few of the notebooks in themain
branch.TODO includes:
The text was updated successfully, but these errors were encountered: