zeryx - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

Hi there 👋 I'm James Sutton (zeryx)

Pinned Loading

  1. Dilated RNNs in pytorch

    Python 211 32

  2. Dynamic, resilient AI orchestration. Coordinate data, models, and compute as you build AI workflows. Flyte 2 now available locally: https://github.com/flyteorg/flyte-sdk

    Go 6.9k 796

  3. Tensors and Dynamic neural networks in Python with strong GPU acceleration

    Python 98.2k 27.1k

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

    Python 1

  5. 1

    cmake_minimum_required(VERSION 3.0 FATAL_ERROR)

    3

    set(CMAKE_PREFIX_PATH ../libtorch)

    4

    find_package(Torch REQUIRED)

    5

    find_package(OpenCV REQUIRED)