Skip to content
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

serialize Neural VT weights and samples in a single HDF5 file #383

Closed
Qazalbash opened this issue Nov 21, 2024 · 0 comments
Closed

serialize Neural VT weights and samples in a single HDF5 file #383

Qazalbash opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Qazalbash
Copy link
Member

We can serialize the weights of Neural VT and the samples gathered from that VT into one HDF5 file. This enhancement will allow us to use one file for two purposes. We must update the load_vt and save_model methods in the NeuralVT class.

@Qazalbash Qazalbash added the enhancement New feature or request label Nov 21, 2024
@Qazalbash Qazalbash self-assigned this Nov 21, 2024
Qazalbash added a commit that referenced this issue Nov 25, 2024
* feat: refactor model save/load functions to use h5py and remove hyperparameters

* feat: update samples_from_vt script to support HDF5 input/output and save model weights

* feat: update CI workflow to trigger on all branches and paths for Python files

* Revert "feat: update CI workflow to trigger on all branches and paths for Python files"

This reverts commit 4a54338.

* feat: enhance type hints and validation in train_regressor function

* feat: add utility functions for model handling and data processing

* feat: convenience class `NeuralVT`

* feat: update documentation and exports for gwkokab.vts module

* feat: refactor samples_from_vt.py to utilize NeuralVT for model handling

* refactor: `Parameter` class as a dataclass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant