-
If I wanted to use one of the larger wespeaker models - say 293 - would I just download the .pt file and point to it in the config.yaml?
-
Hi there! Congratulations on your publication. I'm getting the following error when trying to run test.py. Can you kindly guide me what am I doing wrong here?
RuntimeError: Error(s) in loading st…
-
Hi, I have trained the model using the SCAN GitHub and generated two models under the scan and self-label directory as instructed in the SCAN GitHub. When I use those models to run main_ruc_cifar10.py…
-
RuntimeError: Error(s) in loading state_dict for FOTSModel:
Missing key(s) in state_dict: "sharedConv.backbone.conv1.weight", "sharedConv.backbone.bn1.weight", "sharedConv.backbone.bn1.bias", "share…
-
Pretrained models other than "res18ynetsyncGN-VC24-RGB2LAB_iter_100000.pth" are not able to be loaded.
NW architectures seems to be different from implemented in "models" to saved in checkpoint files…
-
I am re-implementing grad-cam algorithms for slowfast model, following the gradcam demo provided by MMAction2 (MMAction2 GradCAM utils only).
Here are my codes.
```
%cd /content/mmaction2
…
-
**Is your feature request related to a problem? Please describe.**
I'm looking for a way to visualize the information flow of a network in terms of nested module names. I.e. if we extract torch mod…
-
Hi, I need to use 3d-restnet-18 model pre-trained on Kinetics-400. And you have provided the old pre-trained models. But you have said 'However, some modifications are required to use the old pre-trai…
-
Great work. I have tried to train a NYUD joint network using default settings provided in the repo. The model is saved as checkpoint.pth.tar.
However, when running the inference using one of the n…
-
I ran eval_cub.sh with model=DeepLab50_2branch
and got the following error:
```File "evaluate_cub.py", line 135, in main
model.load_state_dict(torch.load(args.restore_from))
File "/local…