-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid layer name: module.densenet121.features.denseblock4.denselayer16.conv.2 #8
Comments
Do you use Pytorch==0.2.0 and torchvision==0.2.0 ? |
I am using the below version since I had some problem with torchvision 0.2.0. torch==1.1.0 Additional info: python== 3.5.6 cycler==0.10.0 |
If I use torchvision 0.2.0 and torch==1.0.1 I get the following error.
So I have upgraded torchvision to 0.2.2. and torch==1.1.0. and my train went successful. When I try to run denseNet_localization.py file then I got the above error. |
Ok, so it seems that the errors are just caused by the different version of packages. |
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 in ground-truth label (red) and its prediction (blue).
Thanks in advance..
Please assist me on this..
…Sent from my iPhone
On 28-May-2019, at 17:57, T.H. Tang ***@***.***> wrote:
It seem that the errors are just caused by the different version of packages.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I changed I'm using
|
have you solved this problem? I'm facing the same issue. |
|
Hello @rajdeinno how did u solve this error please healp me in this regard. |
check this. |
@rajdeinno hello sir after generating BB file how you print BB on that image with heatmap of that image? |
Hi,
I got the below error while running denseNet_localization.py file.
any help would be really appriciated.. Thanks in advance..
The text was updated successfully, but these errors were encountered: