You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your question. NASLib does not natively support custom datasets, so we added this as a feature.
We've created a class at naslib/utils/custom_dataset.py which allows you to use your own dataset. An example of how to use this class can be found at examples/custom_data.py. You can also find a code snippet from this example below:
Hi, I'd like to use NASLib with my own dataset. Is there an option to do that?
The text was updated successfully, but these errors were encountered: