Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to obtain training and test set? #17

Closed
atulapra opened this issue Aug 2, 2017 · 8 comments
Closed

How to obtain training and test set? #17

atulapra opened this issue Aug 2, 2017 · 8 comments

Comments

@atulapra
Copy link

atulapra commented Aug 2, 2017

I have executed the cvs_to_numpy.py code after downloading fer2013.csv from https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge/data.

Now, it creates two files:
data_kike.npy and labels_kike.npy.

From this, please tell me how to get the 4 files:

  • data_set_fer2013.npy
  • data_labels_fer2013.npy
  • test_set_fer2013.npy
  • test_labels_fer2013.npy
@denismakogon
Copy link

I assume validation data should be obtained here http://www.socsci.ru.nl:8180/RaFD2/RaFD.
But data_kike.npy and labels_kike.npy are data_set_fer2013.npy data_labels_fer2013.npy.

@NikAndrush
Copy link

@atulapra how you fixed your problem?

@atulapra
Copy link
Author

@NikAndrush I did not train the model. I used pre-trained weights I found elsewhere.

@jingyugao
Copy link

@atulapra Does the pre-trained weights work well? It seems not very good in my computer

@denismakogon
Copy link

@Gaodlike with my pretrained model efficiency is nearly 75-80%

@innagorda
Copy link

@atulapra can you send any link? I can't find(

@atulapra
Copy link
Author

@innagorda You can find the model files in my repo here.

@atulapra
Copy link
Author

Issue solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants