zcxxlshirley
Results
2
comments of
zcxxlshirley
I also meeting for the same problem. Have U solved it?THX!
> log_file = open('/'.join( [tb.path,'train','log.txt'] ) , 'w' ) > 24 > ---> 25 train_img_list = open(config.train['train_img_list'],'r').read().split('\n') > 26 train_img_list.pop() > 27 val_img_list = open(config.train['val_img_list'],'r').read().split('\n') > > FileNotFoundError: [Errno 2]...