111

    start_x_lr = np.random.randint(low=0, high=(size_lr_x - size_lr) + 1) if size_lr_x > size_lr else 0
start_x_lr = np.random.randint(low=0, high=(size_lr_x - size_lr) + 1) if size_lr_x > size_lr else 0
TypeError: '>' not supported between instances of 'int' and 'NoneType'

 

posted @ 2024-07-03 10:28  helloWorldhelloWorld  阅读(5)  评论(0编辑  收藏  举报