sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Metadata store for Production ML

Results 6 sdk issues
Sort by recently updated
recently updated
newest added

In order to be able to be able to install the same version as the client side inside the remote executors. In production, this means adding a file with the...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/check.yml...

## summary We are having this error when `run_experiment` is wrapped with layer decorator but not having it while performing training without layer decorator. Not %100 tested and sure on...

bug

[Pytorch Lightning](https://github.com/Lightning-AI/lightning) is the most accepted model training framework among Pytorch community. Currently it includes logger wrappers for MLFlow, Neptune, Tensorboard, WANDB etc: https://pytorch-lightning.readthedocs.io/en/stable/common/loggers.html Would be great if LayerLogger class...

Hi, I want to train using the Torchvision library. I want to watch the training results using the layer library. My training code worked in colab. [Marul_Notebook](https://drive.google.com/file/d/13T-njuBcyJamKnnJtYjS4kI30YQD70Ek/view?usp=sharing) I get an...