congrads 1.0.3__tar.gz → 1.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {congrads-1.0.3 → congrads-1.0.5}/.gitlab-ci.yml +1 -1
- {congrads-1.0.3 → congrads-1.0.5}/.readthedocs.yaml +0 -1
- {congrads-1.0.3 → congrads-1.0.5}/PKG-INFO +1 -1
- {congrads-1.0.3 → congrads-1.0.5}/congrads.egg-info/PKG-INFO +1 -1
- {congrads-1.0.3 → congrads-1.0.5}/.gitignore +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/.pylintrc +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/.vscode/extensions.json +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/.vscode/settings.json +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/LICENSE +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/README.md +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads/__init__.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads/checkpoints.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads/constraints.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads/core.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads/datasets.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads/descriptor.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads/metrics.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads/networks.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads/transformations.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads/utils.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads.egg-info/SOURCES.txt +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads.egg-info/dependency_links.txt +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads.egg-info/requires.txt +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/congrads.egg-info/top_level.txt +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/Makefile +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/_static/VanBaelen2023.bib +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/_static/congrads_export.png +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/_static/congrads_export.svg +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/_static/congrads_favicon.png +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/_static/congrads_favicon.svg +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/_static/convergence_illustration.gif +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/api.rst +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/concepts.rst +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/conf.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/index.rst +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/make.bat +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/requirements.in +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/requirements.txt +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/docs/start.rst +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/examples/BiasCorrection.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/examples/FamilyIncome.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/examples/NoisySines.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/notebooks/BiasCorrection.ipynb +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/notebooks/FamilyIncome.ipynb +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/pyproject.toml +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/setup.cfg +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/tests/congrads/test_utils.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/tests/examples/test_BiasCorrection.py +0 -0
- {congrads-1.0.3 → congrads-1.0.5}/tests/examples/test_FamilyIncome.py +0 -0
|
@@ -91,7 +91,7 @@ sync:
|
|
|
91
91
|
- git clone git@github.com:ML-KULeuven/congrads.git ~/congrads-github/
|
|
92
92
|
|
|
93
93
|
# 5. Install rsync and copy files from GitLab repository to GitHub repo, including hidden files
|
|
94
|
-
- rsync -
|
|
94
|
+
- rsync -avh --delete --exclude='.git' --exclude='.gitlab-ci.yml' --exclude='dist' --exclude='public' ./ ~/congrads-github/
|
|
95
95
|
|
|
96
96
|
# 6. Stage, commit and tag the files
|
|
97
97
|
- cd ~/congrads-github/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: congrads
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Summary: A toolbox for using Constraint Guided Gradient Descent when training neural networks.
|
|
5
5
|
Author-email: Wout Rombouts <wout.rombouts@kuleuven.be>, Quinten Van Baelen <quinten.vanbaelen@kuleuven.be>, Peter Karsmakers <peter.karsmakers@kuleuven.be>
|
|
6
6
|
License: Copyright 2024 DTAI - KU Leuven
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: congrads
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Summary: A toolbox for using Constraint Guided Gradient Descent when training neural networks.
|
|
5
5
|
Author-email: Wout Rombouts <wout.rombouts@kuleuven.be>, Quinten Van Baelen <quinten.vanbaelen@kuleuven.be>, Peter Karsmakers <peter.karsmakers@kuleuven.be>
|
|
6
6
|
License: Copyright 2024 DTAI - KU Leuven
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|