minLoRA VS GTSRB

Compare minLoRA vs GTSRB and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
minLoRA GTSRB
3 1
389 108
- -
2.4 10.0
11 months ago almost 2 years 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.

minLoRA

Posts with mentions or reviews of minLoRA. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-11.
  • [D] Is it possible to train the same LLM instance on different users' data?
    2 projects | /r/MachineLearning | 11 Apr 2023
    This repository seems to be doing it. Basically, you want to take the weights/biases that were trained during the LoRA training process and include them in the compute graph for the larger network, or remove them.
  • [P] minLoRA: An Easy-to-Use PyTorch Library for Applying LoRA to PyTorch Models
    3 projects | /r/MachineLearning | 21 Feb 2023
    Theirs requires you to rewrite the whole model and replace every layer you want to apply LoRA to to the LoRA counterpart, or use monky-patching. Mine utilizes PyTorch parametrizations to inject the LoRA logic to existing models. If your model has nn.Linear, you can call add_lora(model) to add LoRA to all the linear layers. And it's not limited to Linear, you can see how I extended it to Embedding, Conv2d in a couple lines of code. https://github.com/cccntu/minLoRA/blob/main/minlora/model.py

GTSRB

Posts with mentions or reviews of GTSRB. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-23.
  • Need help with a project!!
    6 projects | /r/learnprogramming | 23 Dec 2022
    https://github.com/vamsiramakrishnan/TrafficSignRecognition https://github.com/surmenok/GTSRB/blob/master/german-traffic-signs.ipynb https://github.com/alessiamarcolini/deepstreet https://github.com/JamesLuoau/Traffic-Sign-Recognition-with-Deep-Learning-CNN https://github.com/wolfapple/traffic-sign-recognition https://github.com/hellojialee/Traffic_Sign_Recognition_Efficient_CNN

What are some alternatives?

When comparing minLoRA and GTSRB you can also consider the following projects:

peft - 🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.

SkinDeep - Get Deinked!!

TrafficSignRecognition - A Deep Neural Network to do traffic sign recognition

deepstreet - Traffic Sign Recognition - Fine tuning VGG16 + GTSRB

Super-Cars-VS-SUVs - This is a deep neural network that looks at an images of cars and then classify them as suv and supercars

Traffic_Sign_Recognition_Efficient_CNNs - A repository for the paper "Real-Time Traffic Sign Recognition Based on Efficient CNNs in the Wild"

glasses - High-quality Neural Networks for Computer Vision 😎

CNN-Filter-DB - A database of over 1.4 billion 3x3 convolution filters extracted from hundreds of diverse CNN models with relevant meta information (CVPR 2022 ORAL)

Captcha-Breaker-project - Recognition of Text-Captcha images, and analysis of breaking it with various techniques

analytics-zoo - Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray

traffic-sign-recognition - Built and trained a deep neural network to classify traffic signs, using PyTorch. The highlights of this solution would be data preprocessing, trained with heavily augmented data and using Spatial Transformer Network.

affnet - Code and weights for local feature affine shape estimation paper "Repeatability Is Not Enough: Learning Discriminative Affine Regions via Discriminability"