-
Notifications
You must be signed in to change notification settings - Fork 214
Add Losses #129
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
Merged
Merged
Add Losses #129
Changes from 4 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c57a2e7
Merge pull request #3 from tensorflow/master
JimClarke5 9cc2675
Initial checkin to rebase to Initialziers to pick up changes to ndarr…
JimClarke5 2508f5e
Initial Checkin for losses
JimClarke5 17e96b5
Fix reshape in sparseCategoricalCrossentropy()
JimClarke5 ee1c48a
Apply various fixes to JavaDoc
JimClarke5 287c96e
Change Tuple to LossTuple
JimClarke5 642069c
Repair JavaDOx
JimClarke5 249b651
Fixed AllAxis to hanlde dynamic shape when static shape rank is unknown.
JimClarke5 794cfdc
change method name allAxis to allAxes
JimClarke5 fb26c59
change private method binaryCrossentropy to binaryCrossentropyHelper
JimClarke5 928ef06
Fixed squeezeOrExpandDimensions to make sure the updated labels, pred…
JimClarke5 2bc54dd
Fix JavaDoc,
JimClarke5 951443b
Fix unused imports and add @SuppressWarnings("unchecked") for casts.
JimClarke5 ebac9e8
Add copyright
JimClarke5 d8f3254
Add CastHelper and used that for all casts
JimClarke5 02573b5
Fix JavaDoc, change snake case to camel case.
JimClarke5 0bf49fe
Change class LossesImpl to LossesHelper
JimClarke5 0eae9ee
Remove commented out JavaDoc
JimClarke5 b211937
Changed method name from smoothLabelsBinaryX to smoothBinaryLabels,
JimClarke5 3e0669e
Fixed JavaDoc for labelSmoothing
JimClarke5 914f16f
Fixed JavaDoc to change label_smoothing to labelSmoothing.
JimClarke5 7eefbb7
Fix formatting
JimClarke5 b87ad16
replace label_smoothing with labelSmoothing.
JimClarke5 c43cd21
Add copyright to test cases
JimClarke5 4d9fd24
Fix copyright to attribute TensorFlow Authors.
JimClarke5 d56d8d9
Fix typo on broadcast in JavaDoc
JimClarke5 744e324
Fix typo on broadcast in JavaDoc
JimClarke5 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.