Week twelve and thirdteen (Aug 14, 2023 - Aug 28, 2023)
This is the last two weeks of my GSoC journey.
GSoC project
Tasks
- Make a final polish to the code (branch):
- Refactor some code in
train_torch.py
to make it more readable. - Remove unused commented-out blocks of code.
- Add documentation for many functions.
- Refactor some code in
- Finalize all unit tests for the dataloader, ODE solver, util functions (loss functions), and training loop with pytest (branch).
- Make a final polish to the README.md (branch).
- Add a
Quick Start Colab notebook
on how to set up CellBox Pytorch and run a simple job. - Configure Github Actions to run on all unit tests when pushing to the branch.
- Write a final report for wrapping up GSoC.
Relevant issues:
Notes
Check out my personal GSoC notebook, where I keep my observations and comments in one place.