-
Hello, I would like to ask according to your code, where can I get the feature map output of the radar backbone? And if I annotate freeze, does it mean that the camera branch and radar branch are trai…
-
When I run this command: python model_main_tf2.py --model_dir=models/my_ssd_resnet50_v1_fpn --pipeline_config_path=models/my_ssd_resnet50_v1_fpn/pipeline.config
Then following errors results which …
-
### 🐛 Describe the bug
RuntimeError: NVML_SUCCESS == r INTERNAL ASSERT FAILED at "/opt/conda/conda-bld/pytorch_1695392020201/work/c10/cuda/CUDACachingAllocator.cpp":1154, please report a bug to PyTor…
-
I use tf 1.14 、GeForce RTX 2080 Ti to train Retinanet.But this training is too slow.Is there a problem with my data?I am not sure.
- [I0710 09:58:11.515571 140230248699648 basic_session_run_hooks.py…
-
### 🐛 Describe the bug
torch.export of ResNet with dynamic height fails due to constraint violation -- apparently it wants the height to be even.
Here is an example repro
```
import torch
fro…
-
When I trained model, the memory always gets even larger with the epochs, and then out of memory, even I only use 200 images. Does anyone have solutions?
-
F:\GitHub\ssq\venv\Scripts\python.exe "D:\Program Files\JetBrains\PyCharm 2020.1\plugins\python\helpers\pydev\pydevconsole.py" --mode=client --port=2435
import sys; print('Python %s on %s' % (sys.ver…
-
Hi Jiahui,
Thanks for the great work. I'm trying to reproduce AutoSlim for CIFAR-10 (Table 2).
Could you please provide a detailed hyperparameter you used for it?
I'm able to train the baseline…
-
hi, when i use EAST to detect other objects such as ship, i find so many problems. When training my own data, which python version should i use(2 o r 3).
![img_1](https://user-images.githubuserconten…
-
## 🐛 Bug
when using distributed with pretrained model, backprop seems to error out due to inplace modification.
## To Reproduce
I have converted a repo: https://github.com/talreiss/Mean-Shift…