Closed
Conversation
Sync with master tensorflow on upstream
Merge main branch to local branch
Update after losses merge
Fix Javadoc errors (tensorflow#152)
pull type def
Change float attributes to double
Collaborator
|
Hi @JimClarke5 , looks like there is now a conflict in this PR. Also, is there any preference of order for review between this PR and the Regularizers #198 ? Oh, and there is also Learning Rates #106 , which has been sitting there for awhile now |
Contributor
Author
|
@karllessard Constraints and Regularizers should be independent of each other and all other framework packages. I’ll check the conflict. |
Contributor
Author
|
Closing this PT to link to a new branch built off the latest master checkin. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added Constraints classes.
I could not do RadialConstraint because it requires lambda and while_loop support.