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

How to train network from scratch? #60

Closed
shahinsaleh opened this issue May 11, 2020 · 1 comment
Closed

How to train network from scratch? #60

shahinsaleh opened this issue May 11, 2020 · 1 comment

Comments

@shahinsaleh
Copy link

Hello,

I want to train you network from scratch and not from the pre-trained "Small" and "Large" models.

Could you please describe how to do that since I want to compare the effects of data augmentation vs dropout vs no augmentation & no dropout?

Thank you!

@haydengunraj
Copy link
Collaborator

You can use the metagraph files for the pre-trained models and comment out the line(s) where the pre-trained weights are loaded. For example, in train_tf.py you would comment out line 83: saver.restore(sess, os.path.join(args.weightspath, args.ckptname)).

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

3 participants