Week two (Jun 5, 2023 - Jun 12, 2023)
This is the second week of my GSoC journey.
GSoC project
Tasks
- Finish prototype for Pytorch dataloader.
- Create the file
dataset_torch.py
that replacesdataset.py
. Whendataset_torch.py
is done, subsequent calls for instantiating the dataloader inmain.py
should be:cfg = cellbox.dataset_torch.factory(cfg)
.
Relevant issues:
Notes
Check out my personal GSoC notebook, where I keep my observations and comments in one place.