Issue with loading modules.json file
#2
by
Seanie-lee
- opened
Hi, I had trouble loading the model because of the changes in modules.json. @bwang0911
Seems like deleting this part causes the problem. If I add this part to mouldes.json, then I can load the model. I am using sentence-transformers version 2.2.2.
{
"idx": 2,
"name": "2",
"path": "2_Normalize",
"type": "sentence_transformers.models.Normalize"
}
hi
@Seanie-lee
yes i made a stupid mistake: forget to delete the :
in the modules.json. Not it should have been fixed. thanks!
bwang0911
changed discussion status to
closed