Rajendran Tamilarasan
Rajendran Tamilarasan
Change the vocab_size to 89736 in params.py file and start train again. Hope this will help
I am using the below version since I had some problem with torchvision 0.2.0. torch==1.1.0 torchvision==0.2.2 Additional info: I ran my training by using the below requirements in Ubuntu 16.04....
If I use torchvision 0.2.0 and torch==1.0.1 I get the following error. ``` warn("The default mode, 'constant', will be changed to 'reflect' in " 0 Traceback (most recent call last):...
It worked for me after I changed the name in denseNet_localization.py **module.densenet121.features.denseblock4.denselayer16.conv.2** to **module.densenet121.features.denseblock4.denselayer16.conv2** And I had some package version issues as well.
Hi Tang, I am able to generate the bound_box.txt file after I execute the denseNet_localization.pyfile. how to visualize the bound box text file into the input image? as you mentioned...