Downloads · 30 days
0
FluxML/densenet161
densenet161 is a machine learning model from FluxML. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
DenseNet161 model ported from torchvision for use with Metalhead.jl. The scripts for creating this file can be found at this gist.
Downloads · 30 days
0
Access
Public
Updated Aug 4, 2022
Repo size
97.2 MB
Likes
0
Public
Click a slice to open those files.
.gz48.6 MB · 100%
From the Hugging Face model README
DenseNet161 model ported from torchvision for use with Metalhead.jl. The scripts for creating this file can be found at this gist.
To use this model in Julia, add the Metalhead.jl package to your environment. Then execute:
using Metalhead
model = DenseNet(161; pretrain = true)