-
Notifications
You must be signed in to change notification settings - Fork 208
[ENH] Starting Self Supervised Model with first example #2385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Thank you for contributing to
|
…self-sup-start
For some reason after the fix @MatthewMiddlehurst its raisins this FAILED aeon/testing/tests/test_all_estimators.py::test_all_estimators[check_fit_updates_state_and_cloning(estimator=TRILITE(backbone_network=FCNNetwork(n_layers=1,n_filters=2,kernel_size=2),latent_space_dim=2,n_epochs=3),datatype=EqualLengthUnivariate-Classification-numpy3D)] - AssertionError: Estimator TRILITE should not change or mutate the parameter backbone_network from FCNNetwork(n_layers=1, n_filters=2, kernel_size=2) to FCNNetwork(n_layers=1, n_filters=2, kernel_size=2) during fit. Even though its not being overridden in fit |
@hadifawaz1999 do you want this to be an experimental module? |
yes of course as it might change a lot, but i wasn't sure where should i commit a change to mention that |
add it to readme and somehwere else, dont it for imbalance here #2498 |
Adding the SSL submodule in transformations collection with no base class for now, adding more examples i will see if a base is needed
Started by adding TRILITE first example
Usage: