Liang
Liang
File "/opt/conda/lib/python3.10/site-packages/torch/nn/modules/linear.py", line 114, in forward return F.linear(input, self.weight, self.bias) torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 496.00 MiB. GPU 0 has a total capacty of 14.75 GiB of...
### Do I need to modify the configuration file when running the demo script? I encountered this error ``` python demo.py --config-file .\configs\VLDet_OVCOCO_CLIP_R50_1x_caption.yaml --input .\heatmap_inputs\000000059598.jpg --output .\demo_outputs\ --vocabulary coco --opts...
Is the RPN in the model trainable? Is it class-agnostic? How does it learn?
### I encountered this problem when running the following script ``` python demo.py --config-file .\configs\CoDet_OVCOCO_R50_1x.yaml --input ..\VLDet\heatmap_inputs\000000059598.jpg --output .\demo_outputs\ --vocabulary co co --opts MODEL.WEIGHTS .\models\CoDet_OVCOCO_R50_1x..pth ``` ``` Traceback (most recent...