slimgroup / InvertibleNetworks.jl

A Julia framework for invertible neural networks
MIT License
152 stars 23 forks source link

change vers and add cudnn dep #107

Closed rafaelorozco closed 4 months ago

rafaelorozco commented 5 months ago

Package install was failing on Julia 1.10 on a couple of local machines. After fixing versions to install without errors, cudnn appears to be added as dependency and basic primitieves such as conv would fallback to cpu causing a scalar indexing error. After adding cudnn as dependecy it is automatically installed and test suite passes locally on GPU julia 1.10

I dont know why the github actions machines didnt trigger this error since they test julia 1.10

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.21%. Comparing base (c1e544a) to head (a11600c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #107 +/- ## ========================================== - Coverage 89.28% 89.21% -0.08% ========================================== Files 34 34 Lines 2595 2595 ========================================== - Hits 2317 2315 -2 - Misses 278 280 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.