-
Notifications
You must be signed in to change notification settings - Fork 19
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
added eval ipynb #14
added eval ipynb #14
Conversation
dev-requirements.txt
Outdated
@@ -0,0 +1,2 @@ | |||
jupyter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to created conda env instead. It is more convenient and there you can use a Python 3. Just put the same into the enviromnet.yml
file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
This pull request introduces 2 alerts when merging 44de9c1 into d4111bf - view on LGTM.com new alerts:
Comment posted by LGTM.com |
@@ -0,0 +1,13 @@ | |||
import tensorflow as tf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is no longer exist in master
. I suggest just move eval.ipynb
and environment.yaml
to a new branch, started from the current master
branch. It seems like your branch is merged with the old SSD Classifier branch that is not currently in master.
This pull request introduces 2 alerts when merging 5b5002d into e9f99fe - view on LGTM.com new alerts:
Comment posted by LGTM.com |
Added a jupyter notebook to visualize data, and do sanity check for trained models.
This is not ready to be merged yet.
I am including it first because it may be helpful to some of you who wants to evaluate your trained DL models.
If you want to run it with @Elgeweily 's ssd_classifier model, merge his PR branch in here.
HOW DO I SET UP VALIDATION DATASET
Now to get the validation set on your own:
mv dataset-sdcnd-capstone/data ../validation