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

Implemented SqueezeNet #37

Closed
wants to merge 7 commits into from
Closed

Conversation

Ghost---Shadow
Copy link

The implemented SqueezeNet model is 2MB in size because tensorflow uses 32bit floats. The forward pass is .72 GFLOPs. This would really help people who have a less beefier PC.

I dont remember which car I trained on because I had to keep changing them as the AI kept crashing them.
1
It seems to like to drive up the mountain in the same place where your model liked to drive up too.
2
It did ok-ish in a tunnel although I did not give it any training data on tunnels.
3
All training data was shot in midday. It did not have a noticable drop in performance as the sun started to set.
4
The training on 45MB dataset (1000 epochs, 64 batch size) took about 15 mins on my 930MX.

@Ghost---Shadow
Copy link
Author

I used DeepDream to see what the activations are picking up but there seems to be no visible/interesting patterns.

total_13
Layer 14
total_14
Layer 15

@Sentdex
Copy link
Owner

Sentdex commented May 25, 2017

Oh wow, I forgot about deepdream. I'm going to keep this PR open til I apply deep dream to my latest models. We should definitely include deepdream in the standard code just to see what the network is seeing.

@Ghost---Shadow
Copy link
Author

I did not change any of your files. Except the .gitignore so there should not be any merge conflicts any time soon.

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.

3 participants