Grigorii Guz
Grigorii Guz
Coreference indices are not being remapped after document truncation: while tokens are updated, gold coreference spans are not: https://github.com/shayneobrien/coreference-resolution/blob/f368f5a06e1d646d60c50d824235576bb8fe4198/src/loader.py#L90
Gamma should be 0.999 and step_size=1, so that the learning rate is decayed by 0.1% as recommended in the paper. Otherwise the learning rate is just cut abruptly after 10k...
Hi, The span width embedding over here: https://github.com/mandarjoshi90/coref/blob/bd04f2e19b9dcc0b8bba848a335e4af3be50741c/independent.py#L379 is pretty much equivalent to the span embedding over there, since the width embedding is concatenated to other span embeddings and then...
I'm getting an error when building `lab2d`. This is the command that I run: ``` C=clang CXX=clang++ bazel build --compilation_mode=opt --dynamic_mode=off --config="${LUA_VERSION}" --verbose_failures --experimental_ui_max_stdouterr_bytes=-1 --sandbox_debug //dmlab2d:dmlab2d_wheel ``` And here are...
Hi, I get the following import error: ``` >>> import dmlab2d Traceback (most recent call last): File "", line 1, in File "/Users/grigoriiguz/opt/anaconda3/envs/rlenv/lib/python3.9/site-packages/dmlab2d/__init__.py", line 21, in import dmlab2d.dmlab2d_pybind as dmlab2d_pybind...