-
Hi,
I've been trying to run your mesa_example notebook, however, I haven't managed to make it work. When the meta_fit() method is called, I'm getting a RuntimeError. I've tried debugging it, but wi…
-
Hi, it seems that this software only supports Pytorch 1.8.1 LTS or newer version. When I try to use this code in my own project(which is mainly based on Pytorch 1.4.0), some conflicts occur and seemin…
-
I'm training detectoRS with resent50 backbone on a custom dataset.
I customized the train pipeline (input size for the net : `1024x768px`, all my images are of these dimensions),
When I train wit…
joihn updated
2 years ago
-
I'm using a custom dataset quite diffirent from ImageNet.
I want to pretrain my detectoRS backbone on a classification task, for this I'm using [MMclassification](https://github.com/open-mmlab/mmclas…
joihn updated
3 years ago
-
Hi,
I am trying to use DetectoRS model for Instance Segmentation task. However, I want to implement the ResNeXt-101 32x4d backbone version, which is the current state-of-the-art in COCO test-dev da…
-
I am trying to run the evaluation script using the following command:
`
python -m tools.run_rl configs/bc/mani_skill_point_cloud_transformer.py --gpu-ids=0 --cfg-options "env_cfg.env_name=OpenCabine…
-
### 🚀 Feature
To change the way to deal with the logarithm of standard deviation for SAC.
### Motivation
in [sac/policies.py](https://github.com/DLR-RM/stable-baselines3/blob/master/stabl…
lzhyu updated
3 years ago
-
Have you tried using this replay loader with Atari? I keep getting this error unless I set the num replay workers to 1:
```
File "/u/slerman/miniconda3/envs/agi/lib/python3.8/site-packages/torch/u…
-
I used pip to install the moderngl but it failed to work.
Here's my setting:
ubuntu 20.04
python:3.7.6
I also installed freeglut-dev and libx11-dev.
i am using an nvidia graphics card and…
-
Thanks for sharing your code! There is a problem that bothers me.
For example, in pytorch SAC code, whether we need to use with torch.no_grad() or detach() when computing value_target and q_hat.
`va…