Skip to content

Instantly share code, notes, and snippets.

@Karts27

Karts27/intro.py Secret

Last active September 14, 2021 09:34
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 Karts27/27f6e7255b20bf88eb0819c591c32734 to your computer and use it in GitHub Desktop.
Save Karts27/27f6e7255b20bf88eb0819c591c32734 to your computer and use it in GitHub Desktop.
#Loading the data file using pandas library
train=pd.read_csv('csvTrainImages 13440x1024.csv')
test=pd.read_csv('csvTestImages 3360x1024.csv')
train_label=pd.read_csv('csvTrainLabel 13440x1.csv')
test_label=pd.read_csv('csvTestLabel 3360x1.csv')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment