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
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Please add my repository that allows users to load a COVID19 dataset (either binary or non-binary) and create a data loader for it in PyTorch.
frompt_datasetsimportload_dataset, create_dataloadertrain_data, test_data=load_dataset(
"binary_covid",
preprocessed_covidx=True,
preprocessing_bsize=256,
image_size=64
)
# this is ready for use in a PyTorch model trainingtrain_loader=create_dataloader(train_data, batch_size=256)
The library can be installed via pip: pip install pt-datasets.
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Please add my repository that allows users to load a COVID19 dataset (either binary or non-binary) and create a data loader for it in PyTorch.
The library can be installed via pip:
pip install pt-datasets
.The text was updated successfully, but these errors were encountered: