You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have run the main.py file with parameters from the docker file but am receiving the below error message:
We are running on a GPU node on a HPC cluster. We have also tried without the docker file but the versions listed in the requirements file conflict with each other.
The text was updated successfully, but these errors were encountered:
Hello @KOD1S,
the issue is related to an h5ad file which was written by a new version of anndata, which is not supported by scGAN. The issue is reported here already.
Regarding the build without a Dockerfile, I would not recommend it, because the python version is rather old and therefore sometimes difficult do to build. The Dockerfile also reads the requirements from the requirements file, so there should not be any conflicting version. If you want, I can still have a look, but I would need some sort of error message for this.
Hi, I have run the main.py file with parameters from the docker file but am receiving the below error message:
We are running on a GPU node on a HPC cluster. We have also tried without the docker file but the versions listed in the requirements file conflict with each other.
The text was updated successfully, but these errors were encountered: