All Projects β†’ Erlemar β†’ pytorch_tempest

Erlemar / pytorch_tempest

Licence: MIT License
My repo for training neural nets using pytorch-lightning and hydra

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pytorch tempest

lightning-transformers
Flexible components pairing πŸ€— Transformers with Pytorch Lightning
Stars: ✭ 551 (+344.35%)
Mutual labels:  hydra, pytorch-lightning
lightning-asr
Modular and extensible speech recognition library leveraging pytorch-lightning and hydra.
Stars: ✭ 36 (-70.97%)
Mutual labels:  hydra, pytorch-lightning
deepaudio-speaker
neural network based speaker embedder
Stars: ✭ 19 (-84.68%)
Mutual labels:  hydra, pytorch-lightning
lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚑πŸ”₯⚑
Stars: ✭ 1,905 (+1436.29%)
Mutual labels:  hydra, pytorch-lightning
fastface
Light Face Detection using PyTorch Lightning
Stars: ✭ 71 (-42.74%)
Mutual labels:  pytorch-lightning
bert-squeeze
πŸ› οΈ Tools for Transformers compression using PyTorch Lightning ⚑
Stars: ✭ 56 (-54.84%)
Mutual labels:  pytorch-lightning
gatling
Hydra-enabled GPU path tracer that supports MaterialX and MDL.
Stars: ✭ 159 (+28.23%)
Mutual labels:  hydra
hydra
A command-line utility for generating language-specific project structure.
Stars: ✭ 18 (-85.48%)
Mutual labels:  hydra
hydra-js
DOES NOT WORK WITH VERSIONS > 0.10.0 - A simple library to help you build node-based identity providers that work with Hydra.
Stars: ✭ 17 (-86.29%)
Mutual labels:  hydra
tidal-looper
Different looper variants for SuperDirt to provide live sampling in TidalCycles.
Stars: ✭ 55 (-55.65%)
Mutual labels:  hydra
embeddings-for-trees
Set of PyTorch modules for developing and evaluating different algorithms for embedding trees.
Stars: ✭ 19 (-84.68%)
Mutual labels:  pytorch-lightning
quickvision
An Easy To Use PyTorch Computer Vision Library
Stars: ✭ 49 (-60.48%)
Mutual labels:  pytorch-lightning
Neural-HMM
Neural HMMs are all you need (for high-quality attention-free TTS)
Stars: ✭ 69 (-44.35%)
Mutual labels:  pytorch-lightning
t3api
TYPO3 extension t3api. REST API for your TYPO3 project. Config with annotations, built in filtering, pagination, typolinks, image processing, uploads (FAL), serialization contexts, responses in Hydra/JSON-LD format.
Stars: ✭ 28 (-77.42%)
Mutual labels:  hydra
CommandGenInterface
Simple vueJS based command generator which I developed in order to learn vueJS a little bit more.
Stars: ✭ 17 (-86.29%)
Mutual labels:  hydra
2021-dialogue-summary-competition
[2021 ν›ˆλ―Όμ •μŒ ν•œκ΅­μ–΄ μŒμ„±β€’μžμ—°μ–΄ 인곡지λŠ₯ κ²½μ§„λŒ€νšŒ] λŒ€ν™”μš”μ•½ λΆ€λ¬Έ μ•ŒλΌκΏλ‹¬λΌκΏ νŒ€μ˜ λŒ€ν™”μš”μ•½ ν•™μŠ΅ 및 μΆ”λ‘  μ½”λ“œλ₯Ό κ³΅μœ ν•˜κΈ° μœ„ν•œ λ ˆν¬μž…λ‹ˆλ‹€.
Stars: ✭ 86 (-30.65%)
Mutual labels:  pytorch-lightning
weasel
Weakly Supervised End-to-End Learning (NeurIPS 2021)
Stars: ✭ 117 (-5.65%)
Mutual labels:  pytorch-lightning
MVSNet pl
MVSNet: Depth Inference for Unstructured Multi-view Stereo using pytorch-lightning
Stars: ✭ 49 (-60.48%)
Mutual labels:  pytorch-lightning
DOLG-pytorch
Unofficial PyTorch Implementation of "DOLG: Single-Stage Image Retrieval with Deep Orthogonal Fusion of Local and Global Features"
Stars: ✭ 69 (-44.35%)
Mutual labels:  pytorch-lightning
classy
classy is a simple-to-use library for building high-performance Machine Learning models in NLP.
Stars: ✭ 61 (-50.81%)
Mutual labels:  pytorch-lightning

tempest

DeepSource

This repository has my pipeline for training neural nets.

Main frameworks used:

The main ideas of the pipeline:

  • all parameters and modules are defined in configs;
  • prepare configs beforehand for different optimizers/schedulers and so on, so it is easy to switch between them;
  • have templates for different deep learning tasks. Currently, image classification and named entity recognition are supported;

Examples of running the pipeline: This will run training on MNIST (data will be downloaded):

>>> python train.py --config-name mnist_config model.encoder.params.to_one_channel=True

The default run:

>>> python train.py

The default version of the pipeline is run on imagenette dataset. To do it, download the data from this repository: https://github.com/fastai/imagenette unzip it and define the path to it in conf/datamodule/image_classification.yaml path

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].