-
Michael Butler (msbutler) commented:
Clarify that MR databases can only be restored in MR enabled serverless clusters.
Note that the `skip_localities_check` restore flag is not a workaround. (The…
-
Hi! I met this CUDA error while running render_to_screen.sh:
`CUDA error at /home/chris/anti/cuda/render_to_screen.cpp:113 code=999(cudaErrorUnknown) "cudaGraphicsGLRegisterBuffer(&cuda_pbo_resource,…
-
[anexo9_cuestionario_datos_beneficiarios_fpb17_18.pdf](https://github.com/iespuertodelacruz/matricula/files/1818646/anexo9_cuestionario_datos_beneficiarios_fpb17_18.pdf)
[anexo9_cuestionario_datos_pa…
-
My custom data infos generation with:
```python
python -m pcdet.datasets.custom.custom_dataset create_custom_infos tools/cfgs/dataset_configs/custom_dataset.yaml
```
fails everytime, because the f…
-
When I run demo.py --gpu 0
Appear :`IOError: [Errno 2] No such file or directory: 'experiments/cfgs/resnet50.yml'`
Please tell me how to solve
-
Hello and thanks for the code.
I used this command to run the train.py with pytorch0.4.0, CUDA9.0, CUDNN 7.1.4
CUDA_VISIBLE_DEVICES=0,1 python3 train.py --dist_url /workdir/mixiaoyue/nonexisten…
-
# Summary
Putting `#![allow(clippy::non_minimal_cfg)]` at the top of the module, or on the mod statement, sometimes doesn't work!
### Lint Name
non_minimal_cfg
## To reproduce
### `Carg…
-
I am trying to add a new time series model to the list of FLAML's built-in ones, but have trouble specifying the search space. This model contains two component models from FLAML's builtins, and I wan…
-
We've recently been trying to run CAT and ran into an error when the --augustus-cgp mode is applied. Specifically, we see:
```
“ terminate called after throwing an instance of 'std::out_of_range'…
-
The suggested setup for tests using loom[^1] involves using a custom configuration. (`#[cfg(loom)]`)
Unfortunately, this triggers the new rustc lint for unexpected `cfg` parameters [^2] (only avail…