beacon-biosignals / LighthouseFlux.jl

An adapter package that implements Lighthouse's framework interface for Flux
MIT License
1 stars 1 forks source link

Prepare to open-source repository #15

Closed hannahilea closed 3 years ago

hannahilea commented 3 years ago

Implement much of tracking issue #14

Task list pre-merge:

hannahilea commented 3 years ago

Okay, so I'm testing on Julia versions 1.3 and 1.4. Why not 1.5? a) As of right now, we are building a private project with v1.4, so we need to make sure that's supported until we update that project. b) In v1.5, the rng seed that facilitate our learn!() tests is no longer valid. The correct solution is serializing out the test input so that we don't depend on a rng that could break for different Julia versions. I've filed that as #18.