GithubHelp home page GithubHelp logo

Comments (5)

keetsky avatar keetsky commented on July 19, 2024

error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.\nninja: build stopped: subcommand failed.\n'

from gpen.

keetsky avatar keetsky commented on July 19, 2024

mportError: No module named 'fused'

from gpen.

yangxy avatar yangxy commented on July 19, 2024

Please check the README.md carefully and make sure you have installed python==3.7.4, pytorch==1.7.0, cuda==10.2.89, NVIDIA driver==460.73.01, gcc==7.5.0. You should also install packages listed in the requirements.txt.

from gpen.

keetsky avatar keetsky commented on July 19, 2024

Thanks.

from gpen.

song201216 avatar song201216 commented on July 19, 2024

Hello, I have also encountered the same mistake with you. How do you solve it?

D:\Anaconda3\envs\torch18\python.exe E:/code/GPEN-main/face_inpainting.py
D:\Anaconda3\envs\torch18\lib\site-packages\torch\utils\cpp_extension.py:304: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。
warnings.warn(f'Error checking compiler version for {compiler}: {error}')
��Ϣ: ���ṩ��ģʽ�޷��ҵ��ļ���
Traceback (most recent call last):
File "E:/code/GPEN-main/face_inpainting.py", line 13, in
from face_model.face_gan import FaceGAN
File "E:\code\GPEN-main\face_model\face_gan.py", line 13, in
from model import FullGenerator
File "E:\code\GPEN-main\face_model\model.py", line 15, in
from op import FusedLeakyReLU, fused_leaky_relu, upfirdn2d
File "E:\code\GPEN-main\face_model\op_init_.py", line 1, in
from .fused_act import FusedLeakyReLU, fused_leaky_relu
File "E:\code\GPEN-main\face_model\op\fused_act.py", line 10, in
fused = load(
File "D:\Anaconda3\envs\torch18\lib\site-packages\torch\utils\cpp_extension.py", line 1079, in load
return _jit_compile(
File "D:\Anaconda3\envs\torch18\lib\site-packages\torch\utils\cpp_extension.py", line 1317, in _jit_compile
return _import_module_from_library(name, build_directory, is_python_module)
File "D:\Anaconda3\envs\torch18\lib\site-packages\torch\utils\cpp_extension.py", line 1699, in _import_module_from_library
file, path, description = imp.find_module(module_name, [path])
File "D:\Anaconda3\envs\torch18\lib\imp.py", line 296, in find_module
raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named 'fused'

from gpen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.