Training and predicting on concated datasets #5892
anthonysirico
started this conversation in
General
Replies: 1 comment
-
You might want to run with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So i create the big dataset, then split it into separate ones and zeros to create a "known" set to simulate the data that has the ground truth information, and the "unknown" set that does not.
From the known set, I create 2 sets, ones and zeros:
Then build balanced training and validation from that concat it using torch.
I train, on the known, and predict the unknown. The predictions all produce zero!
Now in past experiments where I just training on the dataset by creating the training, val, and test from that, and achieve very good accuracy scores. But as soon as I started doing it this way with concat, its no longer working. Any ideas? If you need to see more code let me know.
Beta Was this translation helpful? Give feedback.
All reactions