Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

How can I retrain this resnet network? #183

Open
bemoregt opened this issue Jun 28, 2017 · 1 comment
Open

How can I retrain this resnet network? #183

bemoregt opened this issue Jun 28, 2017 · 1 comment

Comments

@bemoregt
Copy link

Hi, @zpao @iassael @maraoz @achao @gfosco

How can I retrain this resnet network?
I dont kow below option's meaning ...

cmd:option('-retrain',     'none', 'provide path to model to retrain with')
cmd:option('-optimState',  'none', 'provide path to an optimState to reload from')

Thanks in advances ~

@pconway11
Copy link

-retrain specifies the model you want to retrain..you must download it first
-optimState would only be used if resuming training. but its not needed. you can use -resume and provide the same path you use for -save

th main.lua -retrain -depth 50 -data -resetClassifier true -nClasses -save

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants