You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, author:
If I want to use Crop size 512, in evaluate function, col += int(grid * 2 / 3) and row += int(grid * 2 / 3) in sliding_window, this 2/3 will cause code error because of non-integer division, how much will the author suggest to set?
The text was updated successfully, but these errors were encountered:
Hello, author:
If I want to use Crop size 512, in evaluate function, col += int(grid * 2 / 3) and row += int(grid * 2 / 3) in sliding_window, this 2/3 will cause code error because of non-integer division, how much will the author suggest to set?
The text was updated successfully, but these errors were encountered: