Week nine (Jul 24, 2023 - Jul 31, 2023)

This is the ninth week of my GSoC journey.

GSoC project

Tasks

  1. Try out a different Pytorch ODE solver (package) and compare it with the current CellBox ODE solvers in Tensorflow and Pytorch. Preliminary results showed with the same input and parameters, all 3 solvers led to very different results.
  2. Recheck a bug of implementing the mask on CellBox adjacency matrix. Gradients are not supposed to flow through the mask, but CellBox Pytorch did.
  3. Retrain 500 models with different seeds using the original Tensorflow code and replicate Figure 2C to ensure current method for replicating Figure 2C is correct. This method will then be used on CellBox Pytorch.

Relevant issues:

Notes

Check out my personal GSoC notebook, where I keep my observations and comments in one place.