-
After passing incorrect input to predict function, I have to scale down and up the model in
order to predict again.
I think the exceptions from predict function should be caught and logged, but th…
-
Hello @antingshen
I have been training ResNet-50 from scratch using your train_val file, but my training is overfitting to an extent that my training accuracy is 100% (both top1 and top5), where a…
ghost updated
6 years ago
-
Hi,
I have completed all the steps but at last it revert back with this error
Running forward
+ CUDA_VISIBLE_DEVICES=0 python demo.py --batch_size_v 80 --num_workers 4 --forward_save_path demo/…
-
from config import TF_MODELS_PATH
ImportError: cannot import name 'TF_MODELS_PATH' from 'config' (D:\python3.7\lib\site-packages\config\__init__.py)
what's the mean of TF_MODELS_PATH? I can't find…
-
ssaru updated
4 years ago
-
When I train my coco-style dataset by use : bash train_coco.sh
then the errors as follows:
Namespace(backbone='resnet', base_size=513, batch_size=4, checkname='deeplab-resnet', crop_size=513,…
-
### OpenVINO Version
2024.3.0
### Operating System
Windows System
### Device used for inference
GPU
### Framework
None
### Model used
Mask R-CNN
### Issue description
…
-
Hi. I would like to really appreciate your work. I have implemented you paper in PyTorch and now I am trying to reproduce your paper results in (Table 1). May I ask you to tell me what are the default…
-
- Continue random walk on ResNets - to understand how to train them properly. There is definitely somewhere problem I cannot see :(
- Pooling: AVG-pooling caffenet Generalizing Pooling Functions in Co…
-
## 🐛 Bug
When running the add_embedding example provided in the official [documentation](https://pytorch.org/docs/stable/tensorboard.html#torch.utils.tensorboard.writer.SummaryWriter.add_embedding)…