Jun
Jun
Hi @WindVChen , We finally switch to using the naive torch implementation. Here is the slurm script: https://github.com/bowang-lab/MedSAM/blob/main/train_multi_gpus.sh Hope it helps.
Thanks for your reply very much:)
Hi @WXinlong Thanks again for your kind help. I have some follow-up questions. 1. For the mix-context training, does `mix` refer to mixing different images from the same category (e.g.,...
Hi @WXinlong , Any comments are highly appreciated:)
I'm using python 3.10.12. Here is a list of the installed packages: ``` $ pip list Package Version ------------------------ ------------ cachetools 5.3.2 certifi 2023.7.22 charset-normalizer 3.3.1 cmake 3.27.7 contourpy 1.1.1...
@muhamadusman May i know your mpi4py version? I got the following error when training the model: > ImportError: libmpi.so.12: cannot open shared object file: No such file or directory
hi @lkdci , the same question here. did you find any solutions?
Hi @lightb0x , Would you mind sharing your `Dockerfile` on installing mamba in docker? Here is my dockerfile but the installation process cannot find cuda. ``` FROM nvidia/cuda:11.7.1-runtime-ubuntu20.04 AS base...
hi @IamShubhamGupto , Thanks for your quick reply very much. I made a stupid mistake. I should use nvidia-cuda `devel` rather than runtime version.
Hi @Marxlp , Thanks for the great contribution. Does the numpy dataloader support the npy file that contains multiple images? E.g., the shape is `(1000, 256,256,3)` where `1000` is the...