Skip to content

Instantly share code, notes, and snippets.

@alstat
Last active March 6, 2018 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alstat/b7a1128f193148eee4078e85e1c623ab to your computer and use it in GitHub Desktop.
Save alstat/b7a1128f193148eee4078e85e1c623ab to your computer and use it in GitHub Desktop.
size(x_train) # (32, 32, 3, 50000)
size(y_train_coarse) # (50000,)
size(y_train_fine) # (50000,)
typeof(x_train)  # Array{FixedPointNumbers.Normed{UInt8,8},4}
typeof(y_train_coarse) # Array{Int64,1}
typeof(y_train_fine) # Array{Int64,1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment