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

What is the label format of the cifar-10 dataset? #138

Open
wangfuguii opened this issue Apr 24, 2023 · 1 comment
Open

What is the label format of the cifar-10 dataset? #138

wangfuguii opened this issue Apr 24, 2023 · 1 comment

Comments

@wangfuguii
Copy link

Hello,
I tried to modify the cifar-10 image dataset into the ECG dataset MIT through the official moco demo code to do the transfer learning of comparative learning.
My current problem is that the moco demo is a packaged cifar10 dataset library that is directly imported. I need to upload the MIT dataset locally, but I don’t know what format the label file of the packaged cifar-10 dataset library is in, because The code provided by the demo only uses data, so I can only get the format of the data but not the format of the label file of the cifar-10 dataset. I have saved the ecg data and labels of the MIT dataset into two .npy arrays, and made corresponding modifications according to the data format in the demo, but I don't know what format the label file of the original cifar-10 dataset should be?
Could someone please help me solve this problem and tell me what is the format of the label of the demo packaged cifar-10 dataset library? Looking forward to it and thank you for your help!

@solauky
Copy link

solauky commented Apr 24, 2023 via email

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

2 participants