Dear:
I am encountering an issue while using scvi-tools for cell integration. Specifically, when I run model.train(), the training progress remains stuck at 0%, and no iterations occur despite the GPU being detected and utilized. Below is the log output
I have tried the following steps to troubleshoot the issue:
- Verified that the dataset is loaded correctly and passed to the model.
- Ensured that the GPU is available and CUDA is functional.
- Adjusted training parameters such as max_epochs and learning rate.
Despite these efforts, the problem persists. I would greatly appreciate your guidance on how to resolve this issue. Please let me know if you need further details about my setup or code.
and,at the same time, after a few minutes, the following error appears:
Trainer.fit stopped: max_epochs=246 reached.