- Notifications
You must be signed in to change notification settings - Fork109
Add support for tensorflow together with ODL#972
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
70 commits Select commitHold shift + click to select a range
3387656
ENH: Add (initial) support for tensorflow interconnectivity
adler-j3ab822b
ENH: Add more tensorflow examples
adler-j83c27e4
ENH: Improve handling of shapes of tensorflow layers
adler-jb4b4a20
ENH: Add more tensorflow examples
adler-j8d500aa
ENH: Optimizations to the tensorflow interface
adler-jfaef60f
ENH: Improved CNN gradient tomography
adler-jc28586f
ENH: Support variable size input for tensorflow
adler-j8b0efdd
ENH: Improved cnn gradient example
adler-j428087c
ENH: Improvements to the CNN tensorflow example
adler-j787eb99
BUG: Fix bug with derivative of tensorflow operators
adler-j4ee1f9b
ENH: Allow non-differentialbe operators in tensorflow
adler-j7a3a86b
ENH: Add odl.contrib for less-than-optimal code
adler-j8817c05
ENH: Add TensorflowSpace
adler-j96ed70c
BUG: Fix bug with default LinearSpace.zeros
adler-j8a61714
ENH: Improvements to tensorflow support
adler-j7977ff0
ENH: Minor performance optimization to douglas rachford solver
adler-j2e7cc2a
ENH: Add name and name scopes to tf space
adler-je332854
ENH: Add (initial) support for tensorflow interconnectivity
adler-j8dba85c
ENH: Add more tensorflow examples
adler-j2586f50
ENH: Improve handling of shapes of tensorflow layers
adler-j70fe54f
ENH: Add more tensorflow examples
adler-j7c7943b
ENH: Optimizations to the tensorflow interface
adler-jccc8220
ENH: Improved CNN gradient tomography
adler-j921fe33
ENH: Support variable size input for tensorflow
adler-jce186b5
ENH: Improved cnn gradient example
adler-jbf896c2
ENH: Improvements to the CNN tensorflow example
adler-j4a34da3
BUG: Fix bug with derivative of tensorflow operators
adler-jb241453
ENH: Allow non-differentialbe operators in tensorflow
adler-j21fb1e1
ENH: Add odl.contrib for less-than-optimal code
adler-j4241f0b
ENH: Add TensorflowSpace
adler-j148a8ec
ENH: Add name and name scopes to tf space
adler-j0c3f2d3
tmp
adler-jcb67901
ENH: Add derivative of gradient of l1 norm
adler-j5a78b97
ENH: Enable functionals with tensorflow
adler-j03c3f34
BUG: Fix bug with tensorflow layer gradient with fixed sizes
adler-jac977a3
API: Change shape of tensors returned from functionals with tensorflow
adler-j762aa11
ENH: Improve doc of tensorflow layer
adler-j6809e11
ENH: Fix bug with astra cuda in case of several callers
adler-jfdd41dd
ENH: Improve doc and add name scopes to tensorflow
adler-jdaf7d83
MAINT: Bug fixes and test improvements
adler-j889430d
ENH: Change ellipse_phantom to use radians
adler-j0a09fb8
ENH: Fix return dtypes in tensorflow space
adler-j616d914
ENH: Remove unncessary warning when calling matplotlib.pause
adler-ja619f4c
MAINT: Move tensorflow examples to contrib folder
adler-j5baaee6
ENH: Improve doc of tensorflow support
adler-jb2ab020
ENH: Improve doc of tensorflow
adler-j283031a
ENH: Further enhancements to tensorflow doc
adler-jef163ca
ENH: Add util/statistics with MSE and PSNR calculators
adler-jfb336c7
MAINT: Doc fixes to MSE
adler-jc9ef813
MAINT: Cleanup tensorflow examples
adler-j1fe5ab2
API: Change shape of productspace and add asarray
adler-jba647fd
ENH: Add estimate_noise
adler-j188d9dd
ENH: Add option to normalize PSNR
adler-j34f11fc
ENH: Add ADAM solver, see #984
adler-j7722357
MAINT: Clean up tensorflow package structure
adler-jf4028b8
MAINT: fix bugs with tensorflow
adler-jb563410
MAINT: Bug fixes for product space
adler-ja25a575
ENH: Add TensorflowOperator
adler-j8809225
MAINT: Improve tensorflow examples
adler-je6db7e0
DOC: Remove overview_functionality stub
adler-jc397833
MAINT: Doc improvements to adam solver
adler-j6d06488
MAINT: Improve doc of ProductSpace.element.__array__
adler-jc7e0ca5
ENH: Add zscore
adler-j38e3ab6
ENH: Add util/statistics to contrib/fom
adler-j0acdc3c
MAINT: Update licence of contrib/tensorflow
adler-j1737e0e
DOC: Add readme to contrib/tensorflow
adler-j127814e
MAINT: imporovements to contrib/tensorflow
adler-ja97fcd5
TST: Add rudimentary test for tensorflow
adler-je870da8
MAINT: Minor improvements to tensorflow
adler-j9923fda
MAINT: Minor style fixes
adler-jFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
BUG: Fix bug with default LinearSpace.zeros
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit96ed70c865406ee178fc6d9b2d47860ab40b6cca
There are no files selected for viewing
2 changes: 1 addition & 1 deletionodl/set/space.py
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
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.