Skip to content

Instantly share code, notes, and snippets.

@ResidentMario
Last active January 16, 2019 02:07
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 ResidentMario/0fd2fc571e32d995739f0e98b5bf1095 to your computer and use it in GitHub Desktop.
Save ResidentMario/0fd2fc571e32d995739f0e98b5bf1095 to your computer and use it in GitHub Desktop.
import t4
# define a package
p = (t4.Package()
.set("fashion-mnist_train.csv", "fashion-mnist_train.csv")
.set("clf.h5", "clf.h5"))
# persist it to storage
p.push("aleksey/fashion_mnist", dest="s3://quilt-example")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment