vacancy/AdvancedIndexing-PyTorch
(Batched) advanced indexing for PyTorch.
This tool helps machine learning engineers and researchers efficiently extract specific data points or sections from large PyTorch tensors. You provide your PyTorch tensor and a set of instructions (indices) for selecting data, and it returns the precise sub-tensor you need, even when those selection instructions vary across different 'batches' of your data. It's designed for those working with multi-dimensional data in deep learning models.
No commits in the last 6 months.
Use this if you need to perform complex, varying data selection (advanced indexing) on multi-dimensional PyTorch tensors, especially when dealing with batches where each item in the batch requires a different indexing operation.
Not ideal if your indexing needs are simple, you only work with basic Python lists or NumPy arrays, or you require boolean-based indexing across your batches.
Stars
53
Forks
2
Language
Python
License
MIT
Category
Last pushed
Dec 26, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/vacancy/AdvancedIndexing-PyTorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译
allenai/allennlp-models
Officially supported AllenNLP models