Unverified Commit d59077f4 authored by shaohua.zhang's avatar shaohua.zhang Committed by GitHub
Browse files

Update train.py

parent 0add8bde
...@@ -99,8 +99,6 @@ def main(): ...@@ -99,8 +99,6 @@ def main():
def test_reader(): def test_reader():
config = program.load_config(FLAGS.config)
program.merge_config(FLAGS.opt)
logger.info(config) logger.info(config)
train_reader = reader_main(config=config, mode="train") train_reader = reader_main(config=config, mode="train")
import time import time
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment