-
Pytorch 1.3 used for training (Ok) and for inference. I had a problem with Dataparallel, which I solved by copying multi-gpu model load code in into 1 gpu case:
```
if self.config.TRAIN.ngpu == 1:…
hcl14 updated
3 years ago
-
Hello,
I tried to run the quick-start code snippet :
```
import neuspell
from neuspell import available_checkers, BertChecker
""" see available checkers """
print(f"available checkers: {neus…
-
When I try to run file demo.py on one H100 - 80GB, I got this error (when load model) (I really download all models from requirements and install all dependencies), pls help me to check this issue: @l…
-
As the title suggests, the ProductTour RTL support is incomplete.
## Descrption
As I was testing frontend-app-learning both in local dev (master) and in our [demo site] (fennx.fennectech.net) (nut…
-
@KMnP @mitraavi @richardaecn
When trying to run inference for Fashionpedia
`ImportError: cannot import name 'mode_keys' from 'dataloader' (/Users/alex/fashionpedia-demo/tpu/models/official/dete…
-
getting size mismatches on the entire checkpoint. This sort of thing.
```
size mismatch for transformer.layers.blocks.12.g.net.fn.fn.net.0.weight: copying a param with shape torch.Size([1]…
-
When I choose IterBasedRunner in my schedule_cfg, this bug regular presence.
And I have tried to follow https://github.com/open-mmlab/mmcv/pull/1252 to fix this, but it does not work.
And I have che…
-
I ran the trainer and got this error:
My system has 8GB VRAM and 32GB RAM. I have 5 pictures in the dataset. I used the default settings in gradio.
[2024-09-08 16:11:06] [INFO] subprocess.CalledPr…
-
### Version
0.7.0a
### On which installation method(s) does this occur?
Docker, Source
### Describe the issue
**Analysis**: The error comes because `model_kwargs` are double nested when passed to…
-
Hi Shizhe,
Thanks for your great work. I have observed a memory leak when calling the `newEpisode` function in MatterSim when running the data pre-processing code.
```python
def process_feature…