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
I usually keep all or many steps of embeddings I've trained.
I have them in subfolders, in the embeddings folder.
It would be very useful to have embedding steps in a single zip-file.
Steps now have suffixes -10.pt, -20.pt, -30.pt ...and so on.
It would be very neat to be able to load/choose embeddings with some syntax maybe similar to this:
Example:
When prompting, one could use something like this: myembeddingname{20}
I this case the step 20 would be used. It would be very easy to use these, if one could use arrow keys + some modifier key (similar to setting weights) to browse different versions inside the zip-file. Otherwise, by default system could use the version with highest number found in the zip-file of the embedding.
This would make embedding folder a lot cleaner and storage/sharing too would be easier.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Could this be possible?
I usually keep all or many steps of embeddings I've trained.
I have them in subfolders, in the embeddings folder.
It would be very useful to have embedding steps in a single zip-file.
Steps now have suffixes -10.pt, -20.pt, -30.pt ...and so on.
It would be very neat to be able to load/choose embeddings with some syntax maybe similar to this:
Example:
When prompting, one could use something like this: myembeddingname{20}
I this case the step 20 would be used. It would be very easy to use these, if one could use arrow keys + some modifier key (similar to setting weights) to browse different versions inside the zip-file. Otherwise, by default system could use the version with highest number found in the zip-file of the embedding.
This would make embedding folder a lot cleaner and storage/sharing too would be easier.
Beta Was this translation helpful? Give feedback.
All reactions