CRSLab icon indicating copy to clipboard operation
CRSLab copied to clipboard

can't use cpu,maybe something wrong in config.py

Open leonyan18 opened this issue 2 years ago • 0 comments

in my opinion,I think maybe there is some problem in CRSLab/crslab/config/config.py 37 # gpu os.environ['CUDA_VISIBLE_DEVICES'] = gpu self.opt['gpu'] = [i for i in range(len(gpu.split(',')))] if gpu=-1,self.opt['gpu'] will be [0]

leonyan18 avatar Jan 15 '22 01:01 leonyan18