reweight-gpt
Reweight GPT - a simple neural network using transformer architecture for next character prediction (by hunar4321)
jetson-containers
Machine Learning Containers for NVIDIA Jetson and JetPack-L4T (by dusty-nv)
reweight-gpt | jetson-containers | |
---|---|---|
1 | 10 | |
51 | 2,969 | |
- | 7.9% | |
6.3 | 9.9 | |
over 1 year ago | 7 days ago | |
Jupyter Notebook | Jupyter Notebook | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
reweight-gpt
Posts with mentions or reviews of reweight-gpt.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-01.
-
[Research] An alternative to self-attention mechanism in GPT
Instead of self attention, I tried to generate the self-attention matrix directly using lateral connections among the inputs. The method is like LSTM but it gates all the past inputs using separate gates for each input (it can be parallelized). It's very easy to implement the method into the current GPT architectures. You just remove the attention part and replace it with learnable weights. Her is a working implementation (around100 lines!): Code: https://github.com/hunar4321/reweight-gpt In my experience, it learns very well and it can super-pass the self-attention mechanism if the number of the parameters are matched. (I tested it on small datasets for next character prediction. I haven't systematically compared these two methods yet).
jetson-containers
Posts with mentions or reviews of jetson-containers.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-25.
-
Install ros 2 humble on jetson orin
https://github.com/dusty-nv/jetson-containers This one might be helpful
-
Should I use Docker ROS2?
That's the worst solution because you lose CUDA support, if you don't use the NANO's GPU you can use a Rpi4 instead that has a more powerful CPU. Docker is the solution instead, there are ready images for Jetson: https://github.com/dusty-nv/jetson-containers
-
troubles trying to install ros2 on jetson nano
Finally, if you don't want the full ros2 desktop on the nano (you may struggle with memory anyway) then jetson containers can run foxy etc with your existing jetpack version. https://github.com/dusty-nv/jetson-containers
-
Raspberry Pi4 Good Enough for SLAM?
I had to modify this dockerfile to get pangolin to work, but now it is the ORB_SLAM2_CODA portion that I cannot figure out.
- How to build ZED 2i Camera x ROS2 Foxy x Nvidia Jetson x Ubuntu 18.04 via Docker
-
Trying to install opencv-cuda on Jetson nano
Have you tried looking at some jetson nano docker images? https://github.com/dusty-nv/jetson-containers
-
Should I use ROS or ROS2 to make an obstacle avoidance robot that runs SLAM and which ROS "package" should I use given my hardware (like Noetic, or kinetic or Fitzroy etc)
Yeah, Nvidia has been very slow to release a 20.04 version, but they have provided a lot of Docker containers just for the Jetson for people to use. Here is the Nvidia dev that works on the project.
-
Newbie question: When given several containers full of demo code, how does one mix and match?
There are also pip wheels provided. You can easily install them into your system, even without using containers. Also, look at the l4t-ml Dockerfile, which merges some stuff from several containers, using Docker multi-stage builds.
What are some alternatives?
When comparing reweight-gpt and jetson-containers you can also consider the following projects:
ai_story_scale - The AI story scale (AISS): A human rating scale for texts written with generative language models.
zed-ros2-wrapper - ROS 2 wrapper for the ZED SDK
repeng - A library for making RepE control vectors
diagnostics - Packages related to gathering, viewing, and analyzing diagnostics data from robots.
ML-foundations - Machine Learning Foundations: Linear Algebra, Calculus, Statistics & Computer Science
IntelligentEdgeHOL - The IntelligentEdgeHOL walks through the process of deploying an Azure IoT Edge module to an Nvidia Jetson Nano device to allow for detection of objects in YouTube videos, RTSP streams, or an attached web cam