-
Notifications
You must be signed in to change notification settings - Fork 123
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
Custom dataset functionality #42
Comments
@DmitryKey I'm not sure where the actual dimensionality reduction happens in #43? It seems that you just needed to place the entry into What is the pipeline that you had in mind that could improve the process? |
@maumueller there is no implementation for dim reduction step -- it is done elsewhere, in a separate neural network produced by my team peer. In order for me to try this new dataset, with reduced dimensionality, I need to treat it as a 7th dataset, if this makes sense. Because it will have different dtype compared to original (non reduced) and different (lower) number of dimensions. So I was thinking that in addition to changing |
… dim reduced dataset
I need to implement a custom dataset and its handling and been thinking about the easiest way to approach it.
I've implemented something half-way through it that kept me going and allowed to plug-in a custom dataset -- in fact it is a dataset derived from BIGANN by reducing dimensionality using a neural network.
I will show the code of what I needed to change and happy to discuss this further!
The text was updated successfully, but these errors were encountered: