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

Volume preserving transformer #136

Merged
merged 23 commits into from
Apr 23, 2024
Merged

Conversation

benedict-96
Copy link
Collaborator

Added the VolumePreservingTransformer architecture. There are also some related tests and a routine map_to_cpu which can map neural networks from gpu to cpu.

Copy link

codecov bot commented Apr 22, 2024

Codecov Report

Attention: Patch coverage is 12.50000% with 28 lines in your changes are missing coverage. Please review.

Project coverage is 67.37%. Comparing base (f503866) to head (a3d5a06).

Files Patch % Lines
src/map_to_cpu.jl 0.00% 17 Missing ⚠️
src/architectures/volume_preserving_transformer.jl 0.00% 9 Missing ⚠️
src/layers/manifold_layer.jl 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
+ Coverage   64.30%   67.37%   +3.06%     
==========================================
  Files         117      116       -1     
  Lines        3314     3169     -145     
==========================================
+ Hits         2131     2135       +4     
+ Misses       1183     1034     -149     

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

@michakraus michakraus merged commit 45908cc into main Apr 23, 2024
16 of 18 checks passed
@michakraus michakraus deleted the volume_preserving_transformer branch April 23, 2024 17:33
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