Hi all,
First - thanks for all the effort put in to scvi-tools. Working at a biotech startup, it has helped accelerate our efforts. It’s much appreciated.
I wanted to ask about resuming training with a scVI model (or any model really). In PyTorch, one generally needs both the checkpointed model as well as the optimizer state to resume training. When loading a previously trained scVI model, does it also load the optimizer state such that you would be able to continue training?
Thanks in advance.