vicoslab / mixed-segdec-net-comind2021

Official PyTorch implementation for "Mixed supervision for surface-defect detection: from weakly to fully supervised learning"
Other
290 stars 89 forks source link

Modified config.py to fix variable name. #13

Closed Yangly0 closed 3 years ago

Yangly0 commented 3 years ago

# if args.ON_DEMAND_READ is not None: self.TRAIN_NUM = args.ON_DEMAND_READ if args.ON_DEMAND_READ is not None: self.ON_DEMAND_READ = args.ON_DEMAND_READ # if args.REPRODUCIBLE_RUN is not None: self.TRAIN_NUM= args.REPRODUCIBLE_RUN if args.REPRODUCIBLE_RUN is not None: self.REPRODUCIBLE_RUN = args.REPRODUCIBLE_RUN # if args.MEMORY_FIT is not None: self.TRAIN_NUM = args.MEMORY_FIT if args.MEMORY_FIT is not None: self.MEMORY_FIT = args.MEMORY_FIT