Great work.
I saw in another issue there had been plans to migrate to later versions of allennlp?
I have actually got a version of this DeCLUTR code working with allennlp v2.10 - however cannot get the multi-gpu setup to work, as the config arguments seem to have changed and I cannot seem to find out how.
For instance, using overrides with: "distributed.cuda_devices"
leads to: ValueError: overrides dict contains unused keys: ['distributed.cuda_devices']
I imagine this project may have become a bit too old to keep working on, but any help with mutli-gpu training with allennlp v2.10 in relation to declutr would be great.
Best,
Niall
Great work.
I saw in another issue there had been plans to migrate to later versions of allennlp?
I have actually got a version of this DeCLUTR code working with allennlp v2.10 - however cannot get the multi-gpu setup to work, as the config arguments seem to have changed and I cannot seem to find out how.
For instance, using overrides with: "distributed.cuda_devices"
leads to: ValueError: overrides dict contains unused keys: ['distributed.cuda_devices']
I imagine this project may have become a bit too old to keep working on, but any help with mutli-gpu training with allennlp v2.10 in relation to declutr would be great.
Best,
Niall