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 1 year ago

josephdviviano commented 1 year ago

Save mid-simulation with all RNG states etc.

Bertinus commented 1 year ago

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