Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve performance for reinterpret_ #46

Merged
merged 1 commit into from
Jun 12, 2019

Conversation

KristofferC
Copy link
Member

julia> @time Metalhead.weights("vgg19.bson")
  2.330473 seconds (1.91 M allocations: 1.164 GiB, 7.87% gc time)

Fixes #45

@MikeInnes
Copy link
Collaborator

Nice one!

I have no idea why we need this, so it'd be good to investigate that more in #38, but I'm glad we can at least fix the most glaring issue.

@MikeInnes MikeInnes merged commit 95dc736 into JuliaIO:master Jun 12, 2019
@KristofferC KristofferC deleted the kc/perf branch June 14, 2019 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loading VGG19 weights is quite slow
2 participants