Replies: 1 comment 1 reply
-
|
Oh! Never mind. I am stupid. Just change the shuffle variable. Yikes! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I want to get output of an intermediate layer for individual test examples to pass to UMAP. I have managed to get the output, but I am unsure of the index of the data point the output corresponds to. I am using DisjointLoader to load my test data (variable name data_test created using the Dataset function).
If using loader_test = DisjointLoader(data_test), will the nth output I record correspond to the nth entry in data_test, or is the data shuffled when passed to DisjointLoader?
I sincerely appreciate any help!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions