-
Notifications
You must be signed in to change notification settings - Fork 41
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
Train a baseline classifier #279
Comments
Class balance: Network - vgg16 122658933ee9_19_38_2018_12_17.txt Network - vgg16 |
What exactly did you do in the pretrain.py case? |
Also, could you try using rmsprop instead of sgd? |
Actually, both, to compare exactly their results. |
I set
Will do. |
OK. So, pretrain.py is meant to only pretrain the network. In theory, we should first pretrain with pretrain.py, then use the pretrained model to run train.py. |
Ahh, I was thinking that this might be the case. Now it makes sense why there was no .txt file, etc. |
This explains it all: The goal of the classifier in the pretrain case is to detect when two screenshots belong to the same website. |
Indeed it does, thanks! |
Class balance: Network - vgg16 tensorflow-1-vm_21_49_2018_12_20.txt Network - vgg16 |
@marco-c I also performed hyper-parameter optimization with random search, and Hyperband. The best configuration found was via random search: Network - vgg16 |
Not bad! We should improve the labeling to have better/more precise results |
We need to find some good options for the classifier to reach a baseline acceptable accuracy:
We can start with the RMSProp optimizer.
The text was updated successfully, but these errors were encountered: