-
Notifications
You must be signed in to change notification settings - Fork 323
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
Revision callbacks.data_monitor
#848
base: master
Are you sure you want to change the base?
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.
Hey there! Sorry, it took so long, however, review is here 😂. Overall it looks very good, take a look at few of my comments. Btw, two tests are failing on old torchvision because of UserWarning
originating from LitMnist
.
E UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:180.)
I think we can safely ignore this
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.
Hi, original author here :))
LGTM
Hi @luca-medeiros, do you plan to continue on this PR? Thanks ⚡ |
@luca-medeiros how is it going here? 🐰 |
for more information, see https://pre-commit.ci
@luca-medeiros seems that calls are completely missing:
|
@Borda |
going to make release 0.7.0 today and then we can continue with improvements, lets sync on Slack 🐿️ |
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 don't want to be seeing this in my list of reviews anymore, so, I'm approving :D
How are you guys doing?
What does this PR do?
Part of #839
Minor changes only. Readability, small performance improvement, typehints
Feedback is welcomed 😃
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃