Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Training error without augmentation #215

Closed
Soorya19Pradeep opened this issue Mar 24, 2023 · 1 comment
Closed

Training error without augmentation #215

Soorya19Pradeep opened this issue Mar 24, 2023 · 1 comment
Assignees
Labels
bug Something isn't working training training and evaluating the models

Comments

@Soorya19Pradeep
Copy link
Contributor

The following error appears when augmentations are removed from config file for training 2.5D model.

File "/home/soorya.pradeep/microDL/micro_dl/training/training.py", line 146, in generate_dataloaders
    torch_data_container = ds.TorchDatasetContainer(
  File "/home/soorya.pradeep/microDL/micro_dl/input/dataset.py", line 75, in __init__
    ) = gp_utils.multi_zarr_source(
  File "/home/soorya.pradeep/microDL/micro_dl/utils/gunpowder_utils.py", line 287, in multi_zarr_source
    train_idx = int(len(all_sources) * data_split["train"])
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

@Soorya19Pradeep Soorya19Pradeep added bug Something isn't working training training and evaluating the models labels Mar 24, 2023
@ziw-liu
Copy link
Contributor

ziw-liu commented Apr 21, 2023

This problem is specific to gunpowder. Closing in favor of #220.

@ziw-liu ziw-liu closed this as completed Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working training training and evaluating the models
Projects
None yet
Development

No branches or pull requests

3 participants