Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

BatchRenormalization / ROR Removal #421

Closed
wants to merge 9 commits into from

Conversation

titu1994
Copy link
Contributor

@titu1994 titu1994 commented Feb 3, 2019

Remove BatchRenormalization, Residual-of-Residual Networks application and related tests

@titu1994
Copy link
Contributor Author

titu1994 commented Feb 3, 2019

@gabrieldemarmiesse As per comments in #415

@titu1994
Copy link
Contributor Author

titu1994 commented Feb 3, 2019

@gabrieldemarmiesse Tests passing finally.

Copy link
Contributor

@gabrieldemarmiesse gabrieldemarmiesse left a 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'
}

Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor Author

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.

Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

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?

Copy link
Contributor Author

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.

@titu1994
Copy link
Contributor Author

titu1994 commented Feb 4, 2019

Closed via #424

@titu1994 titu1994 closed this Feb 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants