Aniket Maurya

Results 72 issues of Aniket Maurya

Hi @junyanz, we love this project! Easiest way to get started with GANs 🔥 I noticed that you're using a basic PyTorch Training loop. With a small refactor it can...

**Is your feature/enhancement request related to a problem? Please describe.** Hi, love this project 💜! [Trainer](https://github.com/flairNLP/flair/blob/master/flair/trainers/language_model_trainer.py#L160) can be enhanced with support for multiple hardwares and distributed training when training with...

wontfix

Fixes #2697 This PR attempts to show a refactor to integrate LightningLite for scalable model training with multiple hardware support, mixed precision and DDP. --- - [x] Ready for Review...

PL LightningModule automatically sets train and eval mode and `torch.no_grad` during the training and validation steps.

I noticed `edit_distance` is being used from NLTK package for model evaluation which can be migrated to use `TorchMetrics` for faster computation. With using [TM metrics](https://torchmetrics.readthedocs.io/en/stable/) you may rely on...

Hi Brett, TLDR: Add [link](https://01g7k49cp0v7cdygnm7pbt37fa.litng-ai-03.litng.ai/view/Poster) to Lightning App for Dalle Mini I am a Developer Advocate at Lightning.AI. I love this project. It's clean and straightforward to use 💜! We've...

## 🚀 Feature I want to calculate `edit_distance` between two strings. I would prefer an API similar to [NLTK.metrics](https://www.nltk.org/api/nltk.metrics.distance.html#module-nltk.metrics.distance) ### Motivation ### Pitch ```python from torchmetrics.functional import edit_distance text1 =...

enhancement
New metric

## 🚀 Feature It would be a great feature if we can copy work when we need a replica of something that already exists. This would save the reinstallation of...

feature
app

## 🚀 Feature Right now the default Python version on the cloud is 3.8 and there is no way to specify it. I want to use the shutdown of the...

feature
app