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
Currently, the majority of the package's size comes from the example datasets. Rather than including the data with the package, we should include functions for easily fetching the data from a remote server.
It's possible this will only be feasible once oAuth is implemented on Synapse, sometime in late 2019. We can include oAuth tokens with the package giving users programmatic access to the file handles of the example datasets.
Sample data loading is already done this way in Keras. See, for example, keras.datasets.cifar10.load_data.
The text was updated successfully, but these errors were encountered:
Currently, the majority of the package's size comes from the example datasets. Rather than including the data with the package, we should include functions for easily fetching the data from a remote server.
It's possible this will only be feasible once oAuth is implemented on Synapse, sometime in late 2019. We can include oAuth tokens with the package giving users programmatic access to the file handles of the example datasets.
Sample data loading is already done this way in Keras. See, for example,
keras.datasets.cifar10.load_data
.The text was updated successfully, but these errors were encountered: