LuxDL / Lux.jl

Elegant & Performant Scientific Machine Learning in Julia
https://lux.csail.mit.edu/
MIT License
487 stars 58 forks source link

Add field access syntax to Chain #619

Closed Sleort closed 5 months ago

Sleort commented 5 months ago

Make it possible to use model.layer_i syntax when model isa Chain; as discussed in #617.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 81.23%. Comparing base (d94f947) to head (a2b6a12).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #619 +/- ## ========================================== - Coverage 87.86% 81.23% -6.63% ========================================== Files 42 42 Lines 2176 2180 +4 ========================================== - Hits 1912 1771 -141 - Misses 264 409 +145 ```

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

Sleort commented 5 months ago

Better? :slightly_smiling_face: