Sai Aakash

Results 10 issues of Sai Aakash

Hi, I tried to train the DDPG and TRPO algorithms. They're popping out the following error. Traceback (most recent call last): File "manipulation_main/training/train_stable_baselines.py", line 142, in args.func(args) File "manipulation_main/training/train_stable_baselines.py", line...

Hi, Congratulations on your wonderful work. I am using this repository to use the simulation environment as part of my Masters thesis. I am trying to use language inputs(just as...

# 🐛 Bug Conditioning on new observations for a multi-class classification model with `DirichletClassificationLikelihood` throws an error. ## To reproduce ** Code snippet to reproduce ** ```python import torch import...

bug

# 🐛 Bug Exporting SingleTask GPs (probably applies to other GPs as well) trained on Multi-Output data to torchscript fails. ## To reproduce ``` import numpy as np import torch...

bug

## Motivation Fixes #2591. Generates the MTMVN for the independent task case slightly differently when jit traced. ### Have you read the [Contributing Guidelines on pull requests](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md#pull-requests)? Yes ## Test...

CLA Signed

# 🐛 Bug Unable to fit a Heteroskedastic GP with Warp input transform. ## To reproduce ** Code snippet to reproduce ** ```python # Define some training data as a...

bug

Hi, I was able to use vanilla SAM from Ultralytics to predict on a set of images which gave me an inference time of ~10s per image with a segment...

Hi @zhengziqiang ! This is great work ! I tried to setup the environment and run the CoralSCOP model. There were a few issues with the installation initially which I...

# 📚 Documentation/Examples The documentation for the `MultitaskMultivariateNormal` distribution says it has a `covar` attribute which is incorrect. This distribution only has an attribute called `covariance_matrix` and not `covar`. I...

documentation

Hi @zhengziqiang ! Hope you're doing well ! Just wanted to check if there is any plan to release the training code for CoralSCOP ?