-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add data loader for spam dataset with tests and documentation #1224
base: main
Are you sure you want to change the base?
Conversation
Maybe this PR fits better in https://github.com/mlverse/torchdatasets (I am not the maintainer though, so maybe @dfalbel has a different opinion) |
Thank you, The instructions on
https://github.com/rstats-gsoc/gsoc2025/wiki/torchvision-in-R-improvements
were not clear as it didn't state which repository to fork. Sorry for the
trouble
…On Mon, Dec 30, 2024 at 4:30 PM Sebastian Fischer ***@***.***> wrote:
Maybe this PR is more appropriate in
https://github.com/mlverse/torchdatasets (I am not an official maintainer
though, so maybe @dfalbel <https://github.com/dfalbel> has a different
opinion)
—
Reply to this email directly, view it on GitHub
<#1224 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAG3KFGJPFS5WVRFLPA4YUL2IERTPAVCNFSM6AAAAABUL2E7EWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRVGMZDQMBWHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello @Prateek0xeo, Many thanks for this contribution ! @sebffischer is right, the perfect place for your P.R. is torchdatasets. |
Sure!
…On Thu, 2 Jan, 2025, 23:24 cregouby, ***@***.***> wrote:
Hello @Prateek0xeo <https://github.com/Prateek0xeo>,
Many thanks for this contribution !
@sebffischer <https://github.com/sebffischer> is right, the perfect place
for your P.R. is torchdatasets <https://github.com/mlverse/torchdatasets>.
Would you be kind enough to make the same P.R. in torchdatasets/pulls
<https://github.com/mlverse/torchdatasets/pulls> ?
—
Reply to this email directly, view it on GitHub
<#1224 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAG3KFDC7MV3BC5ZGXSDUG32IV4MFAVCNFSM6AAAAABUL2E7EWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRYGE2TCMRWGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I have completed all the tests. Can I start contributing to torchvision
mlverse/torchvision#104 by implementing datasets
from pytorch https://pytorch.org/vision/stable/datasets.html ?
…On Thu, Jan 2, 2025 at 11:24 PM cregouby ***@***.***> wrote:
Hello @Prateek0xeo <https://github.com/Prateek0xeo>,
Many thanks for this contribution !
@sebffischer <https://github.com/sebffischer> is right, the perfect place
for your P.R. is torchdatasets <https://github.com/mlverse/torchdatasets>.
Would you be kind enough to make the same P.R. in torchdatasets/pulls
<https://github.com/mlverse/torchdatasets/pulls> ?
—
Reply to this email directly, view it on GitHub
<#1224 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAG3KFDC7MV3BC5ZGXSDUG32IV4MFAVCNFSM6AAAAABUL2E7EWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRYGE2TCMRWGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you for pinning @sebffischer , I am already in touch with @cregouby and working on a eurosat dataloader mlverse/torchvision#122 (comment) |
This PR adds a new data loader for the spam dataset. The data loader allows users to load the dataset directly into torch for training and testing machine learning models.
Changes Made:
spam_dataset
totorch/datasets
.Issues encountered: