yjt9299

Results 24 comments of yjt9299

> the Matlab code is for Version 2. > As for the version 3, we super-resolved the the image in Version 3 by using a baseline network, e.g. SRResNet for...

> 现在是这样了,但是我还是能找到源代码文件。。。 请问这个问题有得到解决吗

> thanks for your advice! It works~ > […](#) > ------------------ Original ------------------ From: ***@***.***>; Send time: Thursday, Apr 8, 2021 10:33 PM ***@***.***>; ***@***.***>; ***@***.***>; Subject:  Re: [zhanghang1989/PyTorch-Encoding] gtx3090,cuda=11.0,pytorch=1.7, 报错nvcc fatal :...

copying encoding/version.py -> build/lib.linux-x86_64-3.7/encoding running build_ext building 'encoding.gpu' extension gcc -pthread -B /home/yuejiutao/anaconda3/envs/taming/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DWITH_CUDA -I/home/yuejiutao/Code/PyTorch-Encoding/encoding/lib/cpu -I/home/yuejiutao/anaconda3/envs/taming/lib/python3.7/site-packages/torch/include -I/home/yuejiutao/anaconda3/envs/taming/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/yuejiutao/anaconda3/envs/taming/lib/python3.7/site-packages/torch/include/TH -I/home/yuejiutao/anaconda3/envs/taming/lib/python3.7/site-packages/torch/include/THC -I/home/yuejiutao/Code/PyTorch-Encoding/encoding/lib/gpu -I/home/yuejiutao/anaconda3/envs/taming/lib/python3.7/site-packages/torch/include...

> > 宁好,我再gtx3090,cuda=11.0,pytorch=1.7的环境下尝试安装,但是报错nvcc fatal : Unsupported gpu architecture 'compute_86',请问这种情况该怎么处理呢? > > Hi, you can try this line: export TORCH_CUDA_ARCH_LIST="7.5" in your comannd window, then to build xxxx. I use this...

> > 宁好,我再gtx3090,cuda=11.0,pytorch=1.7的环境下尝试安装,但是报错nvcc fatal : Unsupported gpu architecture 'compute_86',请问这种情况该怎么处理呢? > > Hi, you can try this line: export TORCH_CUDA_ARCH_LIST="7.5" in your comannd window, then to build xxxx. I use this...

> 宁好,我再gtx3090,cuda=11.0,pytorch=1.7的环境下尝试安装,但是报错nvcc fatal : Unsupported gpu architecture 'compute_86',请问这种情况该怎么处理呢? 请问你是根据 https://hangzhang.org/PyTorch-Encoding/notes/compile.html 这里的安装教程进行安装的吗 可不可以指导我一下。。。

okay , i try it again.... ------------------ 原始邮件 ------------------ 发件人: "zhanghang1989/PyTorch-Encoding" ***@***.***>; 发送时间: 2021年4月8日(星期四) 晚上11:53 ***@***.***>; ***@***.******@***.***>; 主题: Re: [zhanghang1989/PyTorch-Encoding] gtx3090,cuda=11.0,pytorch=1.7, 报错nvcc fatal : Unsupported gpu architecture 'compute_86' (#383) Hi. I tried to install...

> 看起来好像是有多个 torch-encoding 的版本在本地,可以多run几次 `pip uninstall -y torch-encoding` > 然后再重装试试 `pip install git+https://github.com/zhanghang1989/PyTorch-Encoding/` i meet this error too... but i try pip uninstall -y torch-encoding but still can not import...

> Using /home/user/anaconda3/lib/python3.7/site-packages > Finished processing dependencies for torch-encoding==1.2.2b20201225 > 您好,我在安装torch-encoding成功之后,import encoding的时候报错: > > Traceback (most recent call last): > File "", line 1, in > File "/home/user/PyTorch-Encoding/encoding/**init**.py", line 13,...