-
Im getting this error while trying to run the code.
```
Traceback (most recent call last):
File "/Users/user/Downloads/hands-annotation-master/examples/ca.py", line 2, in
from keras_retin…
-
Thanks for your work!
May I hava a question about pretrained pose-resnet backbone setting?
Whan I check pose_resnet50_panoptic.pth.tar, its number of the joints is 18.
However, the number of CO…
-
Can xilinx provide support for Alveo U250 board to run Pytorch ResNet 18 quantized model?
-
try
```
python train_imagenet.py --ngpu 4 --workers 20 --arch resnet --depth 50 --epochs 100 --batch-size 256 --lr 0.1 --att-type BAM --prefix RESNET50_IMAGENET_BAM ./data/ImageNet
```
showing err…
-
Thank you for your Resnet implementation with MxNet. This is a good example especially for beginner.
I still follow this project and follow the train steps for imagenet. We want to reproduce your res…
ghost updated
5 years ago
-
### 🐛 Describe the bug
**🐛 Bug**
- cuDNN error on Torch 1.6.0 with CUDA 10.1 when running on a 1080Ti with 512.15 Nvidia drivers.
- cuDNN error on Torch 1.11.0 with CUDA 11.3 when running on a 1080…
-
用自己的数据集训练完成后尝试运行eval.py,发现报错
Traceback (most recent call last):
File "eval.py", line 193, in
main()
File "eval.py", line 79, in main
Eval(experiment, experiment_args, cmd=args, verbo…
-
I prune resnet_20 at cifar_10 by ChannelPrunedLearner, but I reader `original_model.ckpt`, `pruned_model.ckpt` and `best_model.ckpt`, the size of weight is same. `origin val` is the size of weight in …
-
I have ran 'main_supcon.py'. Parameter: CIFAR-100 resnet-18, other parameters have no change. Then I ran 'main_linear' to test resnet-18's accuracy(Load the encoder weights previously trained in 'ma…
-
![image](https://github.com/Vincentzyx/DouZero_For_HLDDZ_FullAuto/assets/101323354/8ce28f12-c5ee-4947-beff-a657cf95f448)
此页面一点击就报错退出
pygame 2.5.2 (SDL 2.28.3, Python 3.9.18)
Hello from the pygame c…