print("Error: transformer num patches error. Parameter transformer_num_patches_xy should be set to (input_width/32) = {} and (input_height/32) = {}".format(int(input_width/32),int(input_height/32)))
sys.exit(1)
ifnot(transformer_patchsize==1):
print("Error: transformer patchsize error. Parameter transformer_patchsizeshould set to 1")