Bertinus / FLeCS

Flexible and Learnable Cell Simulator
MIT License
8 stars 1 forks source link

Ways to load/save cell population objects #6

Closed josephdviviano closed 2 years ago

josephdviviano commented 2 years ago

Save mid-simulation with all RNG states etc.

Bertinus commented 2 years ago

Should probably be very simple (using torch.save()). I am not even sure we need to write code for this issue