-
Notifications
You must be signed in to change notification settings - Fork 28
Per-parameter Learning Rate (PPLR) Implementation, Tensor Decomposition Models, and Tomography Updates #213
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
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
2148679
Added k-planes model
cedriclim1 c299ca8
Added PPLR stuff
cedriclim1 9ac27a9
object_models optimization setting is working well. Only thing that n…
cedriclim1 5f40d5a
Optimizing, set_optimizer is just default to Adam now, probably need …
cedriclim1 7f51dc5
KPlanes Tilted claude implementation, need to talk to Corneel. Things…
cedriclim1 af140be
Added TV loss for PPLR models, I don't like this solution though will…
cedriclim1 04bd1dc
Merge branch 'electronmicroscopy:dev' into optmixin_pplr
cedriclim1 73c0d30
object_models.py now has tv_loss for both KPlanes and INR architectur…
cedriclim1 35157fb
KPlanes with R9+SVD parameterization, everything seems to be working …
cedriclim1 1c89ad5
Everything seems to be working; only things to do is to take a look a…
cedriclim1 4215d6e
New TV loss function
cedriclim1 aebf801
TV volume -- needs significant refactoring everywhere
cedriclim1 2579847
DDP Fixes for PPLR stuff
cedriclim1 a59baac
Changes
cedriclim1 251f3fb
Reorganizing tensor decomposition methods. Defined a new TensorDecomp…
cedriclim1 e33fec1
Removed some the _unwrap dependencies. Added ObjectTensorDecomp on to…
cedriclim1 15bdcd4
Revamped model_base.py to cover type-hinting stuff. KPlanes has a set…
cedriclim1 0c71a5d
Final changes prior to draft PR
cedriclim1 99fdd88
Fixed typo
cedriclim1 4a44826
Small change to set_optimizer in OptimizerMixin to allow for dictiona…
cedriclim1 ede9d56
Pretraining warning on ObjectTensorDecomp
cedriclim1 dc0b5f0
Doing some refactoring, adding reconstruction context to help with ty…
cedriclim1 01456ed
Working on ObjectPixelated implementing ctx
cedriclim1 a061845
Added pyrightconfig.json to gitignore, PrivateImportUsage error annoying
cedriclim1 23cfd72
ObjectINR implemented
cedriclim1 fb07d14
Claude OptimizerMixin changes to account for different optimizable pa…
cedriclim1 6678c43
Moved ReconContext, changed get_optimization_parameters in dataset_mo…
cedriclim1 9a96415
Small changes
cedriclim1 e444164
Merge branch 'dev' of github.com:electronmicroscopy/quantem into optm…
cedriclim1 8ecd3c7
converting ptycho models to work with new PPLR
arthurmccray adcc26d
Created a BaseContext class - totally optional, not sure if anyone us…
cedriclim1 044f446
Merge branch 'optmixin_pplr' of github.com:electronmicroscopy/quantem…
cedriclim1 af33b96
Removed import in constraints.py
cedriclim1 03da610
PPLR description changed to multi-parameter optimization
cedriclim1 a62295c
SO3 Rotations paper citation in SO3params.py
cedriclim1 e222512
Type-hinting fix in So3params
cedriclim1 91d6056
Load parameters added .to(self.device)
cedriclim1 f37ca9f
Volume added to reconstruction context
cedriclim1 8072fa6
Citations for the kplanes models
cedriclim1 eafca0c
Explanation in object_models.py for different types of tv loss.
cedriclim1 e4c8dbe
Refactor type hinting in _unwrap function to use cast for improved ty…
cedriclim1 136a65f
Some type-hinting fix for Contexts
cedriclim1 990f35d
SO3Params switched to static methods.
cedriclim1 c56994a
Fixed optimizer_params using hidden variable in set_optimizer
cedriclim1 4b8ca47
Added more description to the ReconstructionContext
cedriclim1 1bc1739
Standardized optimizer params with new normalization to always output…
cedriclim1 21944c4
Standardized optimizer params with new normalization to always output…
cedriclim1 e11e49e
Fixed some bugs with DEFAULT_OPTIMIZER_KEY not being instantiated in …
cedriclim1 b2e9e15
Working version, standardized optimizer_mixin.py
cedriclim1 bf19e60
Removed .md and .html files
cedriclim1 91642a8
Major changes per Claude's detailed report on what I actually impleme…
cedriclim1 c5f8b37
Warnings to no optimizations on PtychographyDatasetBase.
cedriclim1 15f22b9
fixing OptimizerParamsType refactor, and changing SchedulerParamsType…
arthurmccray 14a1463
Tomography tests, and bug-fix on get_optimization_parameters in Tomog…
cedriclim1 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
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
Empty file.
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.