We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just a head's up: the code example at https://github.com/UKPLab/sentence-transformers/blob/master/examples/unsupervised_learning/TSDAE/README.md and the script https://github.com/UKPLab/sentence-transformers/blob/master/examples/unsupervised_learning/TSDAE/train_tsdae_from_file.py no longer run, because of the deprecated method model.fit. They do run with model.old_fit, for now.
model.fit
model.old_fit
The text was updated successfully, but these errors were encountered:
Hello!
Thank you for the reminder. #3137 by @JINO-ROHIT and myself resolves this. I'll merge it soon, but you can already try out those scripts.
I used it to train:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Just a head's up: the code example at https://github.com/UKPLab/sentence-transformers/blob/master/examples/unsupervised_learning/TSDAE/README.md and the script https://github.com/UKPLab/sentence-transformers/blob/master/examples/unsupervised_learning/TSDAE/train_tsdae_from_file.py no longer run, because of the deprecated method
model.fit
. They do run withmodel.old_fit
, for now.The text was updated successfully, but these errors were encountered: