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

Increase test coverage (by removing zombie files) and added struct DataLoader #61

Merged
merged 7 commits into from
Aug 30, 2023

Conversation

benedict-96
Copy link
Collaborator

@benedict-96 benedict-96 commented Aug 29, 2023

I have moved the folder orthogonalization_procedures from src to legacy. This is because I'm not sure anymore if an implementation of symplectic Householder makes much sense (the "orthogonalization" is done on a non-compact set as opposed to regular Householder and is therefore very unstable). For symplectic autoencoders we are exclusively relying on PSDLayers now, which are much easier to train and generalize (almost) as well, so optimization on the symplectic Stiefel manifold is no longer required (only on the regular Stiefel manifold).

I have also created a new struct DataLoader, that for now only has a single constructor, but should eventually work with all our data formats (HDF5, GeometricEnsemble, etc). There's also a small test for it.

@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Merging #61 (febea10) into main (10c13fd) will increase coverage by 10.24%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main      #61       +/-   ##
===========================================
+ Coverage   49.08%   59.32%   +10.24%     
===========================================
  Files         101       96        -5     
  Lines        2785     2358      -427     
===========================================
+ Hits         1367     1399       +32     
+ Misses       1418      959      -459     
Files Changed Coverage Δ
src/GeometricMachineLearning.jl 100.00% <ø> (ø)
src/data_loader/data_loader.jl 100.00% <100.00%> (ø)
src/data_loader/tensor_assign.jl 80.76% <100.00%> (+39.38%) ⬆️

... and 5 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@michakraus michakraus merged commit d36e32a into main Aug 30, 2023
15 checks passed
@michakraus michakraus deleted the increase_test_coverage branch August 30, 2023 01:59
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.

2 participants