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

Online phase tutorial #158

Merged
merged 58 commits into from
Jul 1, 2024
Merged

Online phase tutorial #158

merged 58 commits into from
Jul 1, 2024

Conversation

benedict-96
Copy link
Collaborator

@benedict-96 benedict-96 commented Jun 27, 2024

Added a script for using a transformer neural network in the online phase together with a symplectic autoencoder. In the process I added some extra routines for the data loader to make mapping between various input formats more convenient.
There was also a minor changes in global_sections.jl to make the manifold optimizers work again on gpu.

In utils.jl I further added two Consts QPT and QPOAT to make dealing with data of $(q,p)$ type easier.

I further removed the v1.8 tests. Those failed since the last compat helper pr.

Copy link

codecov bot commented Jun 27, 2024

Codecov Report

Attention: Patch coverage is 40.19608% with 61 lines in your changes missing coverage. Please review.

Project coverage is 69.23%. Comparing base (85b97ac) to head (d991dac).

Files Patch % Lines
src/data_loader/data_loader.jl 0.00% 38 Missing ⚠️
src/arrays/skew_symmetric.jl 72.22% 5 Missing ⚠️
src/architectures/transformer_integrator.jl 0.00% 4 Missing ⚠️
src/layers/bias_layer.jl 0.00% 4 Missing ⚠️
src/loss/losses.jl 33.33% 4 Missing ⚠️
src/architectures/sympnet.jl 0.00% 3 Missing ⚠️
src/layers/sympnets.jl 75.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
- Coverage   70.04%   69.23%   -0.82%     
==========================================
  Files         122      122              
  Lines        3539     3614      +75     
==========================================
+ Hits         2479     2502      +23     
- Misses       1060     1112      +52     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@benedict-96 benedict-96 requested a review from michakraus June 28, 2024 07:17
@michakraus michakraus merged commit 2457f99 into main Jul 1, 2024
11 of 13 checks passed
@michakraus michakraus deleted the online_phase_tutorial branch July 1, 2024 11:40
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