-
**Describe**
I am using LayoutLM V2 model. I am trying to finetune the the model by using my custom dataset. I got bellow error message.
Please tell me how to resolve the error.
you can download…
-
I recently had to work out how to get `plaiceholder` (https://github.com/joe-bell/plaiceholder) working inside my `getStaticProps` method to generate blurred image placeholders. As I understand, this …
-
We've been working on moving high level graphs directly to the scheduler. This should significantly reduce overhead when submitting large graphs. So far our benchmark workloads have been dataframe w…
-
I'm opening this ticket to capture some important discussion from another ticket, which got dropped when that ticket was closed: https://github.com/ponylang/ponyc/issues/1331#issuecomment-256494016
…
-
I'm playing around with the to_hdf5 command following some steps shown here:
http://dask.pydata.org/en/latest/array-creation.html
When I try to save the dask array to hdf5 file I got the following…
-
When using deepspeed, I configured the FP16 parameter, which reduced the memory of my large model training graphics. However, after adding zero's second-stage function, the memory was exceeded. Why? C…
-
Hello, I would like to run the code on waymo dataset. However, when I run the following two commands
1. "python -m al3d_det.datasets.waymo.waymo_preprocess --cfg_file tools/cfgs/det_dataset_cfgs/waym…
-
#### [FEA] API to write dask dataframes to local storage of each node in multi-node cluster
### Example requested API:
```python
df.to_parquet(xxx, write_locally_per_node=True)
```
**Pleas…
-
Dask performs best when the whole graph of tasks is defined ahead of time from the client and submitted at once. This is however not always possible.
# Use case and current best practice
A typic…
-
### 🚀 The feature, motivation and pitch
The goal of this roadmap is to optimize CPU performance for PyG (including `torch_scatter`, `torch_sparse`).
For the first step, we will start with single…