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

Rewrite docs for dissertation #170

Merged
merged 260 commits into from
Sep 26, 2024
Merged

Rewrite docs for dissertation #170

merged 260 commits into from
Sep 26, 2024

Conversation

benedict-96
Copy link
Collaborator

This pull requests includes all the changes made to produce the docs used in the dissertation.

Restored old convert_vector_of_tuples_to_matrix function as @views doesn't work here.

Deleted double occurance of file.

Took into account that StandardTransformerIntegrator has now field seq_length.
Fixed appendix problem.

Added references.
Added information on publications that emerged as a result of developing gml.
Fixed iterate for the case n_points = 0.
Fixed wrong references.
Copy link

codecov bot commented Sep 26, 2024

Codecov Report

Attention: Patch coverage is 64.28571% with 65 lines in your changes missing coverage. Please review.

Project coverage is 67.94%. Comparing base (20bddd6) to head (fd663b9).
Report is 261 commits behind head on main.

Files with missing lines Patch % Lines
src/architectures/volume_preserving_feedforward.jl 0.00% 17 Missing ⚠️
src/data_loader/data_loader.jl 18.18% 9 Missing ⚠️
src/arrays/poisson_tensor.jl 78.12% 7 Missing ⚠️
src/architectures/sympnet.jl 25.00% 6 Missing ⚠️
src/layers/resnet.jl 14.28% 6 Missing ⚠️
src/architectures/transformer_integrator.jl 33.33% 4 Missing ⚠️
src/layers/multi_head_attention.jl 33.33% 4 Missing ⚠️
src/architectures/autoencoder.jl 0.00% 2 Missing ⚠️
src/architectures/resnet.jl 0.00% 2 Missing ⚠️
src/optimizers/manifold_related/retractions.jl 75.00% 2 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #170      +/-   ##
==========================================
- Coverage   68.14%   67.94%   -0.20%     
==========================================
  Files         122      122              
  Lines        3667     3716      +49     
==========================================
+ Hits         2499     2525      +26     
- Misses       1168     1191      +23     
Flag Coverage Δ
67.94% <64.28%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@michakraus michakraus merged commit 8136bbd into main Sep 26, 2024
11 of 13 checks passed
@michakraus michakraus deleted the rewrite_docs_for_dissertation branch September 26, 2024 13:29
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