Jose Javier Munoz Criollo

Results 6 comments of Jose Javier Munoz Criollo

Hi, thanks for the feedback. I created a PR for this issue.

I had a similar issue. I tried this: ```python import torch import torchvision.models as models MODEL_LIST = { models.resnet: models.resnet.__all__[1:], } for model_type in MODEL_LIST.keys(): for model_name in MODEL_LIST[model_type]: print(model_name)...

Found same error after rebuilding locally to fix issue with ondemand certificate: ``` $ docker compose logs -f coldfront ... django.db.utils.NotSupportedError: MariaDB 10.4 or later is required ... ``` Fixed...

I think the problem is the container. ``` $ module load singularity-ce/4.1.0 $ singularity shell depot.galaxyproject.org-singularity-wget-1.20.1.img WARNING: Skipping mount /var/singularity/mnt/session/etc/resolv.conf [files]: /etc/resolv.conf doesn't exist in container Singularity> wget -t 5...

sorry, just realized that the suggested change already made it to the dev branch :p