mirror of https://github.com/JDAI-CV/DCL.git
Update config.py
parent
6203db874e
commit
b946c9a7ab
|
@ -109,6 +109,8 @@ class LoadConfig(object):
|
||||||
self.swap_num = args.swap_num
|
self.swap_num = args.swap_num
|
||||||
|
|
||||||
self.save_dir = './net_model'
|
self.save_dir = './net_model'
|
||||||
|
if not os.path.exists(self.save_dir):
|
||||||
|
os.mkdir(self.save_dir)
|
||||||
self.backbone = args.backbone
|
self.backbone = args.backbone
|
||||||
|
|
||||||
self.use_dcl = True
|
self.use_dcl = True
|
||||||
|
|
Loading…
Reference in New Issue