huyng / tensorflow-vgg

Re-implementation of VGG Network in tensorflow
MIT License
72 stars 51 forks source link

MetricsLogger references instead of StatLogger #3

Open tkbartel opened 7 years ago

tkbartel commented 7 years ago

Line 77 in train_model_simple.py: log = tools.MetricsLogger(train_log_fpath)

Also line 57 in train_model_parallel.py: log = tools.MetricsLogger(train_log_fpath)

wilsoncai1992 commented 7 years ago

+1