-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Darknet shortcut support for new fork #410
Labels
Comments
@HagegeR, can you create a fix and submit a PR. |
@lutzroeder I'm not sure how to do it really, how do you get multiple inputs in there: Line 204 in a2c18fc
|
@HagegeR, check a few lines down for |
So, basically, I tried that: |
@lutzroeder hi, is this ok? |
lutzroeder
added a commit
that referenced
this issue
Jan 17, 2020
lutzroeder
added a commit
that referenced
this issue
Jan 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @lutzroeder ,
I think that the
from
parameter is not implemented correctly.A correct implementation is detailed here : AlexeyAB/darknet#4662
I'm not sure that #335 is completely correct: from what I understand by the code, only
[scale_channel]
implement partially the from attribute,[shortcut]
and[sam]
layer should implement it too.thanks for your help lately with the darknet implementation!
The text was updated successfully, but these errors were encountered: