liuxinyu

Results 17 comments of liuxinyu

> 嗨,大家好。我遇到了同样的问题。但我发现以下修改`setup.py`对我有用。 原来的 : > > ```python > def get_cuda_bare_metal_version(cuda_dir): > raw_output = subprocess.check_output([cuda_dir + "/bin/nvcc", "-V"], universal_newlines=True) > output = raw_output.split() > release_idx = output.index("release") + 1 > release...

> 俺今天复现了一下pytorch版本的 欢迎指教:https://github.com/Cassieyy/MultiResUnet3D/tree/main 请问你根据复现的代码,跑通了吗?

> @lxy51您需要根据您正在使用的 src 目录定义**init .py 。** > > 例如; > > ```python > from .resfgb import models > ``` > > 并且删除第一张图像中的第 7 行。 Okay, thank you. Thank you for...

> 您可以使用: > > ``` > pip uninstall apex > rm -rf apex > ``` > > ``` > git clone https://github.com/ptrblck/apex.git > cd apex > git checkout apex_no_distributed >...

> 研究过类似问题的可以加我微信,我们可以一起学习交流,共同进步。微猫:LBJ-2021,邮箱:[[email protected]](mailto:[email protected]) 加你了

Okay, thank you. Thank you for your answer

![FMI{@7(LR}0)TB 7%0UNE Q](https://github.com/MIC-DKFZ/nnUNet/assets/103409177/fa70d94b-d378-4724-9b96-73aef7919958) ![T%NB~T)8`ZTY`}V N97A6HV](https://github.com/MIC-DKFZ/nnUNet/assets/103409177/339766fe-71f0-40b0-a484-ef3acb7fcf7b) I have a similar problem. What should I do

Traceback (most recent call last): File "/root/data1/SeqRegNet8/train_one_shot.py", line 347, in main(args) File "/root/data1/SeqRegNet8/train_one_shot.py", line 73, in main simi_loss, smooth_loss, jdet_loss, cyclic_loss, total_loss = regnet.update(input_image) File "/root/data1/SeqRegNet8/model.py", line 114, in update...

First of all, thank you for your great creation. Because I am a novice in this field, I don't know much about these, I am really sorry. I am very...