-
### Describe the feature you want to add to this project
sktime project is splitting into 2 parallel projects (see [link](https://github.com/mloning/sktime-deprecation/discussions/1)). With this ch…
-
Hi, I downloaded and ran your program, and got a training error as above. I have no GPU, so I changed the setup to fp16 = 'false' (xlnet left as your demo choice).
What's the problem?
Darrell…
-
Thanks for you code.
However, when I run "CUDA_VISIBLE_DEVICES=0 python -m torch.distributed.launch --master_port 10025 --nproc_per_node=1 tools/relation_train_net.py --config-file "configs/SHA_GCL_…
-
Hi Vik,
Thanks for all the help! And it works perfectly with `cuda` option. Wondering if you have seen this before while using `cpu`
The model is loaded by:
```
DEVICE = "cpu"
DTYPE = torch.f…
-
# Summary of the Issue
Hi, thanks for all your effort spent on this repo.
Trying to setup a working example of your `demo.ipynb` in Google Colaboratory, with some custom settings.
For example, mo…
-
When I run the 'jiant_EdgeProbing_Example.ipynb', it reports an error
> KeyError:
in the train step after display
> Creating Tasks:
semeval (SemevalTask): ./tasks/configs/semeval_conf…
-
https://github.com/ArrowLuo/CLIP4Clip/blob/508ffa3de39ba0563a03199c440ab602a72e9b6f/modules/modeling.py#L400
```
if self.training:
visual_output = allgather(visual_output, sel…
-
If you (a) run the entire model and then (b) define a new stage and then (c) try to run that stage, you get this very unhelpful error:
``` R
> run("imsurvey", "analyze/involved_local_EA x donate")
Lo…
-
Hi, i'm trying to convert this model:
```
from lsg_converter import LSGConverter
converter = LSGConverter(max_sequence_length=4096)
model, tokenizer = converter.convert_from_pretrained(model_nam…
-
HI @tomaarsen,
Thanks a lot for your amazing work!
While running the `trainer.train()` cell in [the "getting_started.ipynb"](https://github.com/tomaarsen/SpanMarkerNER/blob/main/notebooks/getti…