首页 > 其他分享 >dekr的cfg的出处

dekr的cfg的出处

时间:2023-02-01 18:44:06浏览次数:52  
标签:lib dekr 出处 cfg config True DIR


from yacs.config import CfgNode as CN


_C = CN()

_C.OUTPUT_DIR = ''
_C.NAME = 'regression'
_C.LOG_DIR = ''
_C.DATA_DIR = ''
_C.GPUS = (0,)
_C.WORKERS = 4
_C.PRINT_FREQ = 20
_C.AUTO_RESUME = False
_C.PIN_MEMORY = True
_C.RANK = 0
_C.VERBOSE = True
_C.DIST_BACKEND = 'nccl'
_C.MULTIPROCESSING_DISTRIBUTED = True

 

 

标签:lib,dekr,出处,cfg,config,True,DIR
From: https://www.cnblogs.com/hahaah/p/17083860.html

相关文章