Created
October 7, 2019 18:22
-
-
Save monogenea/43d3303dcb0b0b215407ac6c1e74f179 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Takes approx. 15min | |
trainData <- extract_feature("train/", width, height) | |
# Takes slightly less | |
testData <- extract_feature("test1/", width, height, labelsExist = F) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment