-
## Description of the issue
For the SLE project, OEO concepts for the following landscape classifications are needed:
- Fauna Flora Habitat (Engl.: Fauna Flora Habitat)
- Vogelschutzgebiete (Engl…
-
fastText supervised model does not take into account of the document and words representation, it just learns bag of words and labels.
embeddings are computed only on the relation word->label. it wou…
-
Hi Thomas,
I am new in graph neural network field and I was going through different kinds of graph networks proposed by you. I want to solve very simple problem using graph networks. The problem lo…
-
Traceback (most recent call last):
File "bert.py", line 429, in
main()
File "bert.py", line 373, in main
config, config.task_name, tokenizer, evaluate=False)
File "bert.py", line 2…
-
str_parse = str(process.communicate()[0]).split("\\n")[-2]
IndexError: list index out of range
-
Dear everyone,
I'm working with many instances which have a CRID, a kind of classification but centralized.
I would like to know what kind of relation you use to establish the link between an instance…
-
- Do drug crimes precede property violations in neighborhood? Other way around? What about prostitution?
- When does neighborhood goes bad?
- Trend data?
- Neighborhood classification.
- 311 calls to…
-
Are there any details and/or performance measurements available for the Faster R-CNN model and the predicate classification in particular (object name, attributes and relationships)? How is the relati…
-
There have been several issues related to modeling botanical nomenclature, and several conversations on Matrix, and I thought I would try to write down the outstanding concerns, as I understand them. …
-
Hello,
Will triplet classification be implemented as one of the evaluation tasks?
How would you recommend one go about implementing it using dglke?