jxbz/fromage
🧀 Pytorch code for the Fromage optimiser.
Fromage is an optimization algorithm designed to improve the training of deep neural networks. It takes your existing neural network architecture and training data, and provides a more stable and potentially better-performing way to update the network's internal parameters. This tool is for machine learning researchers and practitioners who are building and training deep learning models, particularly for tasks like image classification or natural language processing.
129 stars. No commits in the last 6 months.
Use this if you are training deep neural networks with PyTorch and want to explore an alternative optimization method to potentially achieve better or more stable results, especially for tasks like image classification or text generation.
Not ideal if you are not using PyTorch for deep learning, or if you need an optimizer specifically designed for very large-scale, distributed training setups without local code modifications.
Stars
129
Forks
8
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 14, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/jxbz/fromage"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dataflowr/notebooks
code for deep learning courses
jeffheaton/app_deep_learning
T81-558: PyTorch - Applications of Deep Neural Networks @Washington University in St. Louis
dvgodoy/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
xl0/lovely-tensors
Tensors, for human consumption
rentruewang/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.