Skip to content

An adapter package that implements Lighthouse's framework interface for Flux

License

Notifications You must be signed in to change notification settings

beacon-biosignals/LighthouseFlux.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LighthouseFlux.jl

CI codecov Docs: stable Docs: development

LighthouseFlux provides a FluxClassifier wrapper that implements the Lighthouse AbstractClassifier interface, thus enabling Flux models to easily utilize Lighthouse's training/testing harness. Assuming your model obeys normal Flux model conventions, hooking it up to LighthouseFlux generally only requires a single method overload (LighthouseFlux.loss).

See this package's tests for example usage.

Installation

To install LighthouseFlux for development, run:

julia -e 'using Pkg; Pkg.develop(PackageSpec(url="https://github.com/beacon-biosignals/LighthouseFlux.jl"))'

This will install LighthouseFlux to the default package development directory, ~/.julia/dev/LighthouseFlux.

About

An adapter package that implements Lighthouse's framework interface for Flux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages