Anish Shah

Results 16 issues of Anish Shah

Unborked PR of #1209 > The current example uses Tensorboard as the only available logger. Adding Weights and Biases allows us to interact with the model metrics, alongside the saved...

Add logger flag to choose between tensorboard and wandb for a minimal implementation Removed remainder of logging code to rediscuss for future. Hyperlinked is a commit which will show an...

## Description This PR adds a Weights & Biases callback to Langchain, which will allow users to easily track the generations of their interaction with LangChain. - During the duration...

- Fix bugs mentioned in https://github.com/hwchase17/langchain/issues/1884 - Better logic flow to prevent errors on flush - Better viz for text

Hello! I work at Weights and Biases and we have many offerings/teachings related to OpenAI as we work closely with them. Our MLOps platform has many first class integrations to...

## What does this PR do? Fixes #\ Before submitting - Was this **discussed/agreed** via a GitHub issue? (not for typos and docs) - [x] Did you read the [contributor...

pl
dependencies

## What does this PR do? Fixes #\ Before submitting - Was this **discussed/agreed** via a GitHub issue? (not for typos and docs) - [ ] Did you read the...

feature
logger: wandb
pl
dependencies

## What does this PR do? - Port the logic of the `lightning.pytorch.loggers.WandbLogger` into `lightning.fabric.loggers.WandbLogger`. - Added tests to ensure both the current pytorch logger and fabric logger both pass...

docs
fabric
pl
dependencies

## What does this PR do? Fixes #\ Before submitting - Was this **discussed/agreed** via a GitHub issue? (not for typos and docs) - [ ] Did you read the...

docs
logger: wandb
fabric
community