“4be0b9cb797e8cc93d676c3abb8f10da24cf013a”上不存在“data_backup/1.leetcode/1544-整理字符串/solution.md”
  • X
    Fix --job=test · 66520f8b
    xuwei06 提交于
    When the define_py_data_sources2 has both train_list and test_list,
    for job=test, the trainer will create both dataProvider_ and testDataProvider_.
    But dataProvider_ is not used. This causes SIGSEGV at finishAsync() because asyncLoader_ is not created.
    
    Change-Id: If579f715f80a70ebc795094792c3436bfa0f5746
    66520f8b
DataProvider.h 13.6 KB