NOTE: This repository is no longer maintained or used. All model weights are now ported to the FluxML Huggingface Org.
Pre-trained model weight artifacts for Metalhead.jl.
- Add the BSON file (e.g.
vgg19.bson
) to theweights/
directory. The filename will determine the name of the artifact. - Run
include("build.jl"); build(version)
whereversion
is the version string (e.g.build("0.1.0")
). - Upload the contents of
build/
to the releases page on Github (each.tar.gz
is a separate artifact). Remember to set the version number correctly. For example,build/vgg19-0.1.0.tar.gz
should be downloadable athttps://github.com/darsnack/MetalheadWeights/releases/download/v0.1.0/vgg19-0.1.0.tar.gz
.
Copy the contents of Artifacts.toml
to your project. You can use each artifact using the artifact"..."
syntax (e.g. artifact"vgg19"
). The artifacts are lazy downloaded on first use.