Closed sanersbug closed 5 years ago
How to understand the parameter as follow in your code??
parser.add_argument('-fold', type=int, help='fold', default=1)
please read this paper: https://arxiv.org/abs/1709.03410
Thanks a lot @MSiam
How to understand the parameter as follow in your code??
parser.add_argument('-fold', type=int, help='fold', default=1)