ropas / pyteaLinks
PyTea: PyTorch Tensor shape error analyzer
☆324Updated 3 years ago
Alternatives and similar repositories for pytea
Users that are interested in pytea are comparing it to the libraries listed below
Sorting:
- Deep Learning project template for PyTorch (multi-gpu training is supported)☆138Updated 2 years ago
- Slicing a PyTorch Tensor Into Parallel Shards☆300Updated 6 months ago
- Implementation of a memory efficient multi-head attention as proposed in the paper, "Self-attention Does Not Need O(n²) Memory"☆388Updated 2 years ago
- Adan: Adaptive Nesterov Momentum Algorithm for Faster Optimizing Deep Models☆804Updated 6 months ago
- Seamless analysis of your PyTorch models (RAM usage, FLOPs, MACs, receptive field, etc.)☆223Updated 8 months ago
- Code release for "Dropout Reduces Underfitting"☆317Updated 2 years ago
- Demystify RAM Usage in Multi-Process Data Loaders☆205Updated 2 years ago
- Memory Efficient Attention (O(sqrt(n)) for Jax and PyTorch☆184Updated 2 years ago
- Implementation of Linformer for Pytorch☆302Updated last year
- A Python-level JIT compiler designed to make unmodified PyTorch programs faster.☆1,068Updated last year
- Official PyTorch Implementation of Long-Short Transformer (NeurIPS 2021).☆228Updated 3 years ago
- Accelerate training by storing parameters in one contiguous chunk of memory.☆293Updated 5 years ago
- Prune a model while finetuning or training.