aianta

Results 6 issues of aianta

Full trace. ``` amr-parse -c /home/aianta/transition-amr-parser/DATA/AMR2.0/models/amr2.0-structured-bart-large-neur-al/seed42/checkpoint_wiki.smatch_top5-avg.pt -i test_file.txt -o test_out.txt | [en] dictionary: 34112 types | [actions_nopos] dictionary: 12832 types ----------loading pretrained bart.large model ---------- Downloading: "https://github.com/pytorch/fairseq/archive/main.zip" to /home/aianta/.cache/torch/hub/main.zip 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████|...

I followed the instructions here: https://hub.docker.com/r/aksw/dld-dist-dbpedia and downloaded the en language model using this command: `docker run --rm -v dbpedia_en:/dbpedia-download:z aksw/dld-dist-dbpedia download -l en` This process completed successfully, but then...

title, specifically ran into #34 myself before tracking down the difference between the master branch of the repo and my installed files. For anyone else with this issue, you can...

enhancement

I'm trying to test out the vert.x shell, but am having trouble getting it started. When I run the command `vertx run -conf '{"telnetOptions":{"port":5000}}' maven:io.vertx:vertx-shell:3.6.2` I get the following stack...

### Java API client version 8.7.1 ### Java version 19.0.1 ### Elasticsearch Version 8.4.3 ### Problem description I'm trying to create a [SortOptions](https://artifacts.elastic.co/javadoc/co/elastic/clients/elasticsearch-java/8.7.1/co/elastic/clients/elasticsearch/_types/SortOptions.html) object for an elastic search query using...

Category: Bug

From the [Browser Events documentation](https://github.com/logui-framework/client/wiki/Browser-Events) we are given the config example below. ```js let configurationObject = { logUIConfiguration: { endpoint: 'ws://path-to-server:8000/ws/endpoint/', authorisationToken: 'AUTHTOKEN', // The authorisation token. verbose: true, browserEvents:...