John Bauer
John Bauer
OS: Windows 10 CPU/GPU: irrelevant I think **Please give your StepMania Info** StepMania Version: 4.8.2 Theme: Default **Describe the problem** Clicking on "Edit Courses/Mods" takes you to the "Edit Songs/Steps"...
### Game Mode Editor ### Give an example of what is wrong Very minor nitpick, I suppose. The f1 help menu in the editor does not show ESC or Enter,...
The code currently does not allow for images to have negative values (the maximum will be taken to be 0)
I guess this is to be expected, actually, but if the difference between the max in a region and the next highest value is less than delta, the next highest...
Try to better match the new dependency scheme for list items, as done in UD2.14 Put the PTB Corrector earlier in the dependency conversion, making better use of its changes
``` It adopted_VBD a takeover plan ... He collaborated_VBD with ... He launched_VBD into ... Most yields ... moved_VBN in the opposite direction The board increased_VBN by one Those employed...
Is there some programmatic way to get the dimension of the returned embeddings? For example, I can do ``` from elmoformanylangs import Embedder elmo = Embedder("manyelmo/english") emb_dim = elmo.sents2elmo([["Test"]])[0].shape[1] ```...
### Feature request Is it possible to build a LoRA that doesn't inject into the transformer? This would allow for reusing the same basic transformer with multiple adapters in the...
How did you determine the train/dev/test splits of Kaist? I downloaded a version of it that I found here: http://semanticweb.kaist.ac.kr/home/index.php/KAIST_Corpus This repo did not have any delineation between different splits.
Thank you for providing this data. I was wondering, do you have recommended train/dev/test splits? I see there are three different train/test splits, but the test sets are quite big,...