"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "c028e416d907b01bc1efad429065aedbf79f73e9"
[textual_inversion] Add an option for only saving the embeddings (#781)
[textual_inversion] Add an option to only save embeddings Add an command line option --only_save_embeds to the example script, for not saving the full model. Then only the learned embeddings are saved, which can be added to the original model at runtime in a similar way as they are created in the training script. Saving the full model is forced when --push_to_hub is used. (Implements #759)
Showing
Please register or sign in to comment