Skip to content

Instantly share code, notes, and snippets.

@shyamal18122000
Created August 28, 2021 21:13
Show Gist options
  • Save shyamal18122000/a7dc71f09a50c386303de95aa227e20d to your computer and use it in GitHub Desktop.
Save shyamal18122000/a7dc71f09a50c386303de95aa227e20d to your computer and use it in GitHub Desktop.
train_fashion_data = pd.read_csv("fashion-mnist_train.csv")
test_fashion_data = pd.read_csv("fashion-mnist_test.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment