-
Notifications
You must be signed in to change notification settings - Fork 653
Conversation
@gabrieldemarmiesse As per comments in #415 |
@gabrieldemarmiesse Tests passing finally. |
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.
Thanks for the PR. Looks good, but we'll need to make the diff smaller.
'get_variable_shape', | ||
'Constraint' | ||
} | ||
|
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.
It seems that the diff is big because you are changing an invisible character. Are you modifying the lines endings by any chance?
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.
Odd. Let me see what's going on here.
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.
Hmm PyCharm cant seem to fix it. I set it to use Unix line endings and redid the commit, but it seems it isnt being corrected.
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.
weird, my pycharm doesn't do this. Are you on windows?
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.
Yes im on Windows. That might be the cause.
Edit: Tried to fix it with another commit using Unix line endings inside PyCharm, but it doesnt seem to make a difference for some reason. The other commits show no such issues.
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'm on windows with WSL and my pycharm doesn't do that. Weird. If you have notepad++ it does a really good job at changing line endings, much better than pycharm for this. Can you try?
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.
No change. How odd. Never experienced such an issue prior to this any commit. Notepad ++ changed to Unix Line encodings as well, but git registers this as a full change for some reason.
Closed via #424 |
Remove BatchRenormalization, Residual-of-Residual Networks application and related tests