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

Comments in yolo_tiny_net.py #63

Open
wants to merge 1 commit into
base: python2.7
Choose a base branch
from

Conversation

Fju
Copy link

@Fju Fju commented Oct 21, 2018

When I looked through this fascinating project as a machine learning and tensorflow noob, I tried to add comments for myself in order to understand what's going on. I'd like to share those comments, so that other folks can profit from them as well.
Tell me if I should do it for yolo_net.py as well.

By the way, I also added a .gitignore file since it should be avoided that commits contain someone's training checkpoints or *.pyc files.

Have a nice day!

I added comments that explain how the loss is calculated in the `yolo_tiny_net.py` file. A `.gitignore` was added to avoid commiting model checkpoints or `*.pyc` files.
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.

1 participant