Skip to content

Conversation

AhmetCanSolak
Copy link
Collaborator

Currently, default patch_size value is 64 and the mechanism to determine ideal patch_size is not get executed unless you intentionally pass None to patch_size argument. This PR basically changes the default patch_size value to None and factors out certain code pieces into more modular methods.

@AhmetCanSolak AhmetCanSolak self-assigned this Jun 14, 2022
@AhmetCanSolak
Copy link
Collaborator Author

Found a bug: it was currently not possible to pass a multi-dimensional patch_size value. Added a fix for this in this PR also. Now it is possible to pass your custom multi-dimensional value for patch_size.

@AhmetCanSolak AhmetCanSolak merged commit 62db702 into royerlab:master Jun 14, 2022
@AhmetCanSolak AhmetCanSolak deleted the it-cnn-default-patch-size-value-change branch June 14, 2022 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant