-
Notifications
You must be signed in to change notification settings - Fork 118
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
what's y_cls & y_cls[i,T]? #9
Comments
@MuseCP have you worked it out? I have no idea how to create y_cls too |
yes you need write a dataloeader yourself. return values are input,groundtruth,and a 1xn tensor contains class imformation。n is class num,1 is the label has the class and 0 is not
| |
翟墨
邮箱:[email protected]
|
签名由 网易邮箱大师 定制
On 04/01/2019 19:27, 1535315854 wrote:
@MuseCP have you worked it out? I have no idea how to create y_cls too
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@MuseCP Thanks, I have written the dataloader yesterday. I also changed a few lines to make the code run. The problem I am facing now is how to evaluate the results? Do I have to write the evaluate code by myself too? |
yes I write the code myself too
| |
翟墨
邮箱:[email protected]
|
签名由 网易邮箱大师 定制
On 04/02/2019 10:14, 1535315854 wrote:
@MuseCP Thanks, I have written the dataloader yesterday. I also changed a few lines to make the code run. The problem I am facing now is how to evaluate the results? Do I have to write the evaluate code by myself too?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@MuseCP So what's your model performance? Could you please share your evaluate code? Thanks a lot! |
i did not write the evaluate part,only output the final result
| |
翟墨
邮箱:[email protected]
|
签名由 网易邮箱大师 定制
On 04/02/2019 10:25, 1535315854 wrote:
@MuseCP So what's your model performance? Could you please share your evaluate code? Thanks a lot!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
can someone show me the DataLoader? I don't know how to creat y_cls
The text was updated successfully, but these errors were encountered: