We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DataframeDataset
Hi, The dataframe dataset has already been merged into burn and is demonstrated in burns book:
But I cannot find it in burn's docs and examples, where is it ?
The text was updated successfully, but these errors were encountered:
Hello,
The code is separated in differents crates. You Can find the dataset crate under the crates folder: https://github.com/tracel-ai/burn/tree/main/crates%2Fburn-dataset.
You can find an example of the InMemDataset:
I don't know if there are more examples
Sorry, something went wrong.
Right now there are no examples which make use of the DataframeDataset (which is under the dataframe feature flag for the dataset module).
dataframe
I agree that it would be nice to have at least a snippet for its usage. I'll convert this issue to track this addition.
Yeah it'd be great if we have example. Meanwhile you can see some basic tests:
https://github.com/tracel-ai/burn/blob/main/crates/burn-dataset/src/dataset/dataframe.rs
BTW, the API is available via a dataframe feature flag.
No branches or pull requests
Hi,
The dataframe dataset has already been merged into burn and is demonstrated in burns book:
But I cannot find it in burn's docs and examples, where is it ?
The text was updated successfully, but these errors were encountered: