-
Notifications
You must be signed in to change notification settings - Fork 517
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
Redirect logs based on env var #1474
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, thanks for improving that!
I left a small comment, if you can have a look
Concerning the non-commercial use license, it is only for YOLONAS pre-trained weights.
All the code, but also other models pre-trained weights are under the Apache License.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just found a small thing to change, but after that I'm good with merging it
@jnccd looks like your PR contains unsigned commits. Can you please fix that (instruction) and then we would be happy to continue merging your PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just as @BloodAxe said if you can fix the signed commit issue
I overread that I needed to verify my commits, but I followed the instructions and force pushed the verified squashed commit 👍 |
(cherry picked from commit 8798744)
Fixes #1455
This works fine based on local tests.
I also read the Licenses.
From my understanding the LICENSE.YOLONAS.md only refers to the model itself and code close to it and not the entire repo, but feel free to correct me.