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
{{ message }}
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
I don't think there's anything out-of-the-box for that. Though you should be able to build it yourself. The init_path argument in the config could be a good place to start: it's used to provide a checkpoint of a previous run which will be used to "warmstart" the new run. That old checkpoint must have the exact same entities as the new run though. However, you could try to manually alter a previous checkpoint to artificially insert some entities that weren't there, and give them a random embedding.
Even better would be to do this as part of your importing/exporting scripts. The scripts we provide don't do it AFAIK but you could modify them or write your own ones so that the importer looks up, for each entity, whether the previous exporter has stored an embedding for that entity, and if so it includes it into a "fake" checkpoint that can be passed to init_path.
Is there an easy way or framework that is used to
The text was updated successfully, but these errors were encountered: