shared-tensor

A distributed, shared tensor with high performance approximate updates for machine learning (by Hello1024)

Shared-tensor Alternatives

Similar projects and alternatives to shared-tensor

  1. CLIP

    105 shared-tensor VS CLIP

    CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. latent-diffusion

    70 shared-tensor VS latent-diffusion

    High-Resolution Image Synthesis with Latent Diffusion Models

  4. DALLE2-pytorch

    Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch

  5. big-sleep

    A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better shared-tensor alternative or higher similarity.

shared-tensor discussion

Log in or Post with

shared-tensor reviews and mentions

Posts with mentions or reviews of shared-tensor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-01.
  • DALL-E 2 open source implementation
    10 projects | news.ycombinator.com | 1 May 2022
    This needs distributed training...

    Years ago I made a shared tensor library[1] which should allow people to do training in a distributed fashion around the world. Even with relatively slow internet connections, training should still make good use of all the compute available because the whole lot runs asynchronously with highly compressed and approximate updates to shared weights.

    The end result is that every bit of computation added has some benefits.

    Obviously for a real large scale effort, anti-cheat and anti-spam mechanisms would be needed to ensure nodes aren't deliberately sending bad data to hurt the group effort.

    [1]: https://github.com/Hello1024/shared-tensor

Stats

Basic shared-tensor repo stats
1
35
10.0
over 9 years ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C is
the 6th most popular programming language
based on number of references?