-
I am getting this error in the next line of code:
```
learn = unet_learner(dls, xresnet34, metrics=[Dice(),JaccardCoeff()],wd=1e-2,
pretrained=True,normalize=True, config=con…
-
As is showed below, my training ends with Segmentation fault, Could someone tell me why ?
(MaskTrackRCNN) [lijie@yq01-gpu-255-126-19-00 MaskTrackRCNN-master]$ python3 tools/train.py configs/masktra…
-
我期望的是模型在中间某层layer的特征输出,通过这些特征我可以计算与其它图片的相似度
-
## Description
Feature to allow passing argument overrides when loading models. Such argument overrides may, for example, allow changing default threshold for translators or adjust other parameters. …
-
We are training our own dataset with retinanet 50,we changed the data annotation into pickle just like illustrated in custom.py, the data type of bbox and labels is int32, sicnce we don't have ignore…
-
**Bug description**
Everytime I run "python ../convai_evaluation.py --eval_type hits@1" it throws an error.
**Reproduction steps**
```
git clone https://github.com/huggingface/transfer-learning…
ghost updated
4 years ago
-
Hello, thanks for your great work! However, when I run the test code
`python ./tools/test_recognizer.py ./configs/ucf101/tsn_rgb_bninception.py ./data_tools/ucf101/modelzoo/tsn_2d_rgb_bninception_s…
-
I ran:
!python tools/test_recognizer.py configs/ucf101/tsn_rgb_bninception.py modelzoo/tsn_2d_rgb_bninception_seg3_f1s1_b32_g8-98160339.pth
Output(Error):
Traceback (most recent call last):
Fi…
-
What can cause this error when running a train?
```
2020-07-21 22:28:09,337 INFO: Loading RRDBNet model from ./experiments/pretrained_models/RRDB_PSNR_x4.pth.
Traceback (most recent call last):
…
-
Hi,
I downloaded Kinetics (validation split only) with the provided crawler and since I also had problems with decord and raw video testing, I extracted the rgb rawframes.
I tested both one of the p…