fpn.pytorch
fpn.pytorch copied to clipboard
No such file or directory:log
Hi, I am encountered with a problem.
Here is the relevant feedback :
Called with args:
Namespace(batch_size=4, checkepoch=1, checkpoint=0, checkpoint_interval=10000, checksession=1, class_agnostic=False, cuda=True, dataset='pascal_voc', disp_interval=100, lr=0.01, lr_decay_gamma=0.1, lr_decay_step=10, lscale=False, mGPUs=True, max_epochs=20, net='res101', num_workers=0, optimizer='sgd', resume=False, save_dir='/DATACENTER2/qyj/fpn.pytorch-master/models', session=1, start_epoch=1, use_tfboard=False)
Traceback (most recent call last):
File "trainval_net.py", line 167, in
I found that in the code it has these lines: if args.use_tfboard: from model.utils.logger import Logger # Set the logger logger = Logger('./logs')
logging.basicConfig(filename="logs/"+args.net+""+args.dataset+""+str(args.session)+".log", filemode='w', level=logging.DEBUG) logging.info(str(datetime.now()))
I really appreciate for your help.
I have solved the problem. Thank you. You can close the issue BTW, would you mind help me solve the problem https://github.com/jwyang/fpn.pytorch/issues/25#issue-356315817 which is similar to https://github.com/jwyang/fpn.pytorch/issues/13#issue-331048159
you have to built a folder named "logs" ,I met this issue,too
Can you tell me how you solved this problem? I met the same one.