-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
More than two labels. #157
Comments
Take a look at the file data_helpers.py You can add a new method, where you read in your own data. Then turn your labels into 1-hot encoded form and return it. In eval.py change code to call your own new method. Something like
In eval.py, find this and replace with your new method:
|
Is this enough ? Do I need to change the definition of the model? |
Hi,
I'm new to this. I have 7 different types of data for my dataset. I'm not sure what to change in eval.py to load my dataset?
The text was updated successfully, but these errors were encountered: