Commit 8529a93
Add multiobjective solver and regularized training (#783)
* Add multiobjective solver and regularized training
* Add example for multiobjective training
* Add jacobian regularizer and SAM
* update license headers
* add api draft for multiobjective training
* add all necessary modules to run the complete xcebra pipeline
* add notebooks to reproduce xcebra pipeline
* add first working notebook
* add notebook with hybrid learning
* add notebook with creation of synthetic data
* add notebook with hybrid training
* add plot with R2 for different parts of the embedding
* add new API
* update api wrapper with more checks and messages
* add tests and notebook with new api
* merge xcebra into attribution
* separate xcebra dataset from cebra
* some minor refactoring of cebra dataset
* separate xcebra loader from cebra
* remove xcebra distributions from cebra
* minor refactoring with distributions
* separate xcebra criterions from cebra
* minor refactoring on criterion
* separate xcebra models/criterions/layers from cebra
* refactoring multiobjective
* more refactoring...
* separate xcebra solvers from cebra
* more refactoring
* move xcebra to its own package
* move more files into xcebra package
* more files and remove changes with the registry
* remove unncessary import
* add folder structure
* move back distributions
* add missing init
* remove wrong init
* make loader and dataset run with new imports
* making it run!
* make attribution run
* Run pre-commit
* move xcebra repo one level up
* update gitignore and add __init__ from data
* add init to distributions
* add correct init for attribution pacakge
* add correct init for model package
* fix remaining imports
* fix tests
* add examples back to xcebra repo
* update imports from graphs_xcebra
* add setup.py to create a package
* update imports of graph_xcebra
* update notebooks
* Formatting code for submission
Co-authored-by: Rodrigo Gonzalez <[email protected]>
* move test into xcebra
* Add README
* move distributions back to main package
* clean up examples
* adapt tests
* Add LICENSE
* add train/eval notebook again
* add notebook with clean results
* rm synthetic data
* change name from xcebra to regcl
* change names of modules and adapt imports
* change name from graphs_xcebra to synthetic_data
* Integrate into CEBRA
* Fix remaining imports and make notebook runnable
* Add dependencies, add version flag
* Remove synthetic data files
* reset dockerfile, move vmf
* apply pre-commit
* Update notice
* add some docstrings
* Apply license headers
* add new scd notebook
* add notebook with scd
---------
Co-authored-by: Steffen Schneider <[email protected]>1 parent a79c2de commit 8529a93
File tree
31 files changed
+3963
-144
lines changed- cebra
- attribution
- datasets
- data
- models
- solver
- examples
- tests
31 files changed
+3963
-144
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments