Git Product home page Git Product logo

column-combine's People

Contributors

bradmcdanel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

column-combine's Issues

RuntimeError: Ninja is required to load C++ extensions

Hi @BradMcDanel , I have installed pytorch==1.3.1, ninja==1.10.2, but I still came across the following errors when I ran the cifar10 example as shown in readme. Is it possibly some dependencies issue?

Traceback (most recent call last):
  File "/home/zhongad/.conda/envs/test_mat/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 893, in verify_ninja_availability
    subprocess.check_call('ninja --version'.split(), stdout=devnull)
  File "/home/zhongad/.conda/envs/test_mat/lib/python3.6/subprocess.py", line 306, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/home/zhongad/.conda/envs/test_mat/lib/python3.6/subprocess.py", line 287, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/home/zhongad/.conda/envs/test_mat/lib/python3.6/subprocess.py", line 729, in __init__
    restore_signals, start_new_session)
  File "/home/zhongad/.conda/envs/test_mat/lib/python3.6/subprocess.py", line 1364, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ninja': 'ninja'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/zhongad/PycharmProjects/HTKung/train.py", line 17, in <module>
    import util
  File "/home/zhongad/PycharmProjects/HTKung/util.py", line 12, in <module>
    import net
  File "/home/zhongad/PycharmProjects/HTKung/net.py", line 15, in <module>
    sources=['kernels/shift_cuda.cpp', 'kernels/shift_cuda_kernel.cu'])
  File "/home/zhongad/.conda/envs/test_mat/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 661, in load
    is_python_module)
  File "/home/zhongad/.conda/envs/test_mat/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 830, in _jit_compile
    with_cuda=with_cuda)
  File "/home/zhongad/.conda/envs/test_mat/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 853, in _write_ninja_file_and_build
    verify_ninja_availability()
  File "/home/zhongad/.conda/envs/test_mat/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 895, in verify_ninja_availability
    raise RuntimeError("Ninja is required to load C++ extensions")
RuntimeError: Ninja is required to load C++ extensions

Process finished with exit code 1

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.