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

add googlenet results? #4

Open
hengck23 opened this issue Aug 11, 2016 · 6 comments
Open

add googlenet results? #4

hengck23 opened this issue Aug 11, 2016 · 6 comments

Comments

@hengck23
Copy link

Thank you very much for the results. Is there any plan to add results of gogglenet v1,v2,v3,v4? or even squeeze and caffenet (alexnet with lrn layer replaced)?

@ottolu
Copy link

ottolu commented Aug 11, 2016

+1.

I think GoogleNet is still very well used in many cases.
It would be great if Justin could bring them in.

@jcjohnson
Copy link
Owner

CaffeNet would be pretty easy to add since it can be loaded into torch with loadcaffe.

GoogLeNet v1 is doable using soumith/inception.torch and v3 from Moodstocks/inception-v3.torch; I'm not aware of any Torch port of v2 or v4.

I will try and add these benchmarks this weekend.

@vimalthilak
Copy link

@jcjohnson Have you had a chance to benchmark Inception v1 (GoogLeNet) and Inception v3? I'm looking forward to your results if/when they become available. Thanks

@jcjohnson
Copy link
Owner

@vimalthilak GoogleNet v1 is easy, but I ran into a snag with v3; they don't provide dumped weights and their weight-dumping script depends on TensorFlow; I opened an issue but haven't gotten a response (Moodstocks/inception-v3.torch#7).

I wasted several hours trying to build TensorFlow from source to support CUDA 8.0 RC so I could use my Pascal Titan X, but couldn't get it to work and gave up.

If someone can provide the dumped weights for GoogLeNet v3 then I can add both benchmarks tomorrow.

@jcjohnson
Copy link
Owner

@vimalthilak I've added Inception-v1 results.

@lymhust
Copy link

lymhust commented May 24, 2017

@jcjohnson
Hi, I have the dumped Torch file of inception v3 (https://drive.google.com/drive/folders/0B-XjOBwS-l8sRXRxRW45U3kybjQ). Hope that you can add it as the benchmark.

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

No branches or pull requests

5 participants