Skip to content

v0.3.0#35

Merged
nbereux merged 19 commits intodevelopfrom
parser_update
Apr 2, 2025
Merged

v0.3.0#35
nbereux merged 19 commits intodevelopfrom
parser_update

Conversation

@nbereux
Copy link
Contributor

@nbereux nbereux commented Mar 19, 2025

Do #34

This was linked to issues Mar 19, 2025
@codecov-commenter
Copy link

codecov-commenter commented Mar 19, 2025

Codecov Report

Attention: Patch coverage is 94.73684% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
rbms/dataset/dataset_class.py 92.30% 1 Missing ⚠️
rbms/dataset/parser.py 0.00% 1 Missing ⚠️
rbms/parser.py 85.71% 1 Missing ⚠️
Files with missing lines Coverage Δ
rbms/dataset/__init__.py 90.69% <100.00%> (ø)
rbms/dataset/load_h5.py 45.94% <100.00%> (-14.06%) ⬇️
rbms/io.py 100.00% <100.00%> (ø)
rbms/potts_bernoulli/classes.py 96.62% <ø> (-0.08%) ⬇️
rbms/potts_bernoulli/implement.py 100.00% <100.00%> (ø)
rbms/scripts/train_rbm.py 54.54% <100.00%> (-3.04%) ⬇️
rbms/training/pcd.py 98.21% <100.00%> (+0.29%) ⬆️
rbms/training/utils.py 95.52% <100.00%> (+0.28%) ⬆️
rbms/utils.py 92.17% <100.00%> (ø)
rbms/dataset/dataset_class.py 79.16% <92.30%> (+4.16%) ⬆️
... and 2 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nbereux
Copy link
Contributor Author

nbereux commented Apr 2, 2025

This pull request was enhanced to do v0.3.0
The breaking change is how the dataset is split. Now by default, a random seed will be used and saved in the model in order to be able to restore the training.

@nbereux nbereux changed the title Parser update v0.3.0 Apr 2, 2025
@nbereux
Copy link
Contributor Author

nbereux commented Apr 2, 2025

Also the documentation should go in a distinct repository

@nbereux nbereux merged commit 246338a into develop Apr 2, 2025
7 checks passed
@nbereux nbereux deleted the parser_update branch April 2, 2025 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Parser default args when restoring training Seed split dataset

2 participants