Skip to content
View zeryx's full-sized avatar
Block or Report

Block or report zeryx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zeryx/README.md

Hi there 👋 I'm James Sutton (zeryx)

Pinned

  1. zalandoresearch/pytorch-dilated-rnn zalandoresearch/pytorch-dilated-rnn Public

    Dilated RNNs in pytorch

    Python 208 31

  2. flyteorg/flyte flyteorg/flyte Public

    Scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks.

    Go 5k 529

  3. pytorch/pytorch pytorch/pytorch Public

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

    Python 78.7k 21.2k

  4. tweet-your-own-adventure tweet-your-own-adventure Public

    A tool to enable you to craft choose your own adventure stories on Twitter

    Python 2

  5. minimal pytorch 1.0 pytorch -> C++ f... minimal pytorch 1.0 pytorch -> C++ full example demo image at: https://i.imgur.com/hiWRITj.jpg
    1
    cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
    2
    project(cpp_shim)
    3
    set(CMAKE_PREFIX_PATH ../libtorch)
    4
    find_package(Torch REQUIRED)
    5
    find_package(OpenCV REQUIRED)