-
Can you explain me how to run this code?
-
`pip install stable-baselines3[extra]`
## Repro
```python
from stable_baselines3 import PPO
import torchdynamo
@torchdynamo.optimize("inductor")
def train():
model = PPO("MlpPoli…
-
When I use swiper to search for a word like "use-package" in my init.el, and then hit M-c, I properly get a cursor for every search hit, but I also get another cursor, not colored black like the multi…
-
Detected CUDA files, patching ldflags
Emitting ninja build file /mnt/cache/weishao4/.cache/torch_extensions/py39_cu117/cpu_adam/build.ninja...
Building extension module cpu_adam...
Allowing ninja t…
-
tuning 时用了默认的指令,出现下了如下错误
2023-05-22 16:51:07,239] [INFO] [logging.py:96:log_dist] [Rank 0] DeepSpeed Flops Profiler Enabled: False
Using /root/.cache/torch_extensions/py39_cu117 as PyTorch extensi…
dhhcj updated
7 months ago
-
I propose to add a mechanism that allows for implicit use of builder methods in child scopes when being inside of a computation expression.
Today, we have to start new CEs when not being at top l…
-
Using the following in a Master page in a Umb 9.2.0 site
```
@using TemplateToPdf.Builders
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage
var pdfUrl = new PdfUrlBuilder().UsingGetByIdM…
-
### 🐛 Describe the bug
When running in torch.compile mode, the following error is encountered:
```
**{'indices': [1, 1, 1, 1], 'input': FakeTensor(..., size=(1, 1))}):
torch.dsplit requires a …
-
I've successfully trained a MobileNetv3-**Large** backbone on ICDAR 2015. (See [here](https://github.com/MhLiao/DB/pull/247#issuecomment-853250499) for results.) However, I get the error below when tr…
-
I was trying to run the code with the following command
`bash scripts/ds_zero2_pretrain_gpt2_model_parallel.sh`
and i got an error like below.
```
deepspeed --num_nodes 1 --num_gpus 4 pretrai…