Aneri Sheth

Results 4 comments of Aneri Sheth

This error needs to be solved the following way: 1) Check your numpy version first using python -c "import numpy; print(numpy.__version__)" 2) If it is higher than 1.16.0, uninstall numpy...

> RuntimeError: Given groups=1, weight of size 32 32 3 3, expected input[1, 256, 48, 48] to have 32 channels, but got 256 channels instead. > > Debug the forward...

Do the following to avoid the semaphore error: 1) Write the following piece of code in the beginning of the .py file you are debugging. `import multiprocessing multiprocessing.set_start_method('spawn', True) `...

> Thanks a lot for your greak work! > Did you calculate the mAP of the model? I haven't seen any code about that so I wonder how you measure...