-
Hi, thank you for your excellent work. Could you please release the pretrained models for us to conduct some quick testing?
-
**Bug Description**
I was trying to load the model using torch.hub.load and I was facing the issue where the .load_from_checkpoint class method cannot be called on an instance. I believe this fix s…
-
Running app.py on Windows gives this error
```
[14:56:53] Load appearance_feature_extractor from D:\Tests\JoyVASA\JoyVASA\pretrained_weights\liveportrait\base_models\appearance_feature_extractor.p…
-
Hello, I'm currently interested in cooperative MARL with a large number of agents. I'm trying to use the `battle` environment to test some ideas and I want to use a fixed AI opponent to bypass the sel…
-
There are some same problems when saving quanted model , coding is here:
if args.save_model:
model.save_pretrained(args.save_model)
tokenizer.save_pretrained(args.save_model)
Could you please prov…
-
I noticed the article's 3D backbone is pretrained model like resnet, I wonder if the model is pretrained independently on other datasets like kinetics400 and the used in YOWOv3 directly? I mean, how t…
-
Hello, where can I download pretrained models?
-
In https://github.com/shufangxun/LLaVA-MoD/blob/main/docs/TRAIN_EVAL.md, you provide the instruction for training the teacher model. If possible, could you provide the checkpoint of trained teacher mo…
-
I tried to train with code, but the model I trained couldn't get close to the results of the paper. Can you provide the pretrained model files you trained?
-
Hi,
Changelog for release 0.1.4 states: "add checkpoints instanovo.pt trained on HC-PT, and instanovo_yeast.pt fine-tuned on nine-species excluding yeast."
After checking the vocab/residues for…