-
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?
-
Dear All,
I am having an issue with the attack-navigator, exporting (saving) layer functionality. I create myself a new layer from scratch -> Enterprise ATTACK
I will enable the Show IDs in…
futik updated
1 month ago
-
When I try resuming from the pretrained model weight I get an error
This is what I am running:
`python cifar.py -a preresnet --depth 110 --epochs 3 --schedule 81 122 --gamma 0.1 --wd 1e-4 --checkpoi…
-
My Python version: 3.8.12 / 3.8.13
My Pytorch version: 1.8.2 / 1.10.1
Run the following code:
```
from torchvision import models
from thop.profile import profile
import torch
net = models.r…
-
Ran into this problem trying to implement a `copy` function for an OptiGraph, and it might be related to the way backends are set up. In the following code, the aggregated graph backend does not corre…
-
Hi,
Thank you for sharing code!
I write a simple code for testing an image:
import mmcv
from mmcv.parallel import MMDataParallel, collate, scatter
from mmcv.runner import load…
-
Hi Mr. Zhang:
When I test pre-trained model on MINC-2500 using:
``python main.py --dataset minc --model deepten --nclass 23 --resume deepten_minc.pth --eval``,
I got the following errors:
```
=> …
-
### Instructions
I tried to check for finding duplicate images on local dataset. However, I am facing the following issue.
### System information
- **OS Platform and Distribution (e.g., L…
-
Hello! When I try to instantiate the trained model this way:
```
atType = ['self-attention', 'self_relation-attention'][0]
model = networks.resnet18_at(at_type=atType)
model.load_sta…
-
I am grateful for your works first. I get some problems when I load pretrained model file to R(2+1)D model. I used this command:
```
python main.py --root_path ../ --video_path ucf101_videos/jpg --a…