TianjinYellow / UGTs-LoG

This is the official code for UGTs.
13 stars 0 forks source link

--train_mode normal #2

Closed LouiValley closed 1 year ago

LouiValley commented 1 year ago

parser.add_argument('--train_mode',type=str,default='normal',choices=['score_only','normal']) Does normal mode mean training a dense network with trained weights as baselines?

TianjinYellow commented 1 year ago

Yes.