You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
I've been trying to dump the embeddings for the closed-set experiments. Unfortunately except for enwiki-0 corpus, which has a 0_valid file, other corpora seem to have a problem with the dumping process. The problem seems to occur while collating the 'is_valid' attribute in the datamodule part(dimension errors). If I'm not mistaken this particular line seems to be the source of trouble.
Hello!
I've been trying to dump the embeddings for the closed-set experiments. Unfortunately except for enwiki-0 corpus, which has a 0_valid file, other corpora seem to have a problem with the dumping process. The problem seems to occur while collating the 'is_valid' attribute in the datamodule part(dimension errors). If I'm not mistaken this particular line seems to be the source of trouble.
NPM/dpr_scale/datamodule/utils.py
Line 138 in d284f40
The non-uniform lengths generated for each instance seem to be causing a dimension error.
At your earliest convenience, could check whether this is a valid error to be fixed??
Thank you
The text was updated successfully, but these errors were encountered: