Skip to content

Commit

Permalink
re-export load
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Feb 16, 2018
1 parent c62350b commit 4eaa8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Metalhead.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Metalhead

using Flux, Images

export VGG19
export load, VGG19

const imagenet_classes = split(String(read(joinpath(@__DIR__, "..", "imagenet_classes.txt"))),
"\n", keep = false)
Expand Down

0 comments on commit 4eaa8aa

Please sign in to comment.