Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [inception]

The tag has no usage guidance.

0 votes
0 answers
14 views

Inconsistent Inception Scores for DCGAN with Same Data and Noise - What Could Be the Issue?

I've been working on training a DCGAN on the CIFAR-10 dataset, and I'm evaluating the quality of generated images using the Inception Score. However, I've noticed that the Inception Scores vary ...
odbhut.shei.chhele's user avatar
0 votes
1 answer
32 views

What is the correct <object> to use to connect my elasticsearch repository to the INCEpTION NER annotation program

I have setup a local environment for text annotation and would like to use the INCEpTION application developed here: https://github.com/inception-project/inception/blob/main/CONTRIBUTORS.txt When ...
xodust1's user avatar
  • 15
4 votes
2 answers
2k views

How to convert in INCEpTION annotated text NER for spaCy? (CoNLL-U to json)

I'm using INCEpTION to annotate Named Entities which I want to use to train a model with spaCy. There are several options (e.g. CoNLL 2000, CoNLL CoreNLP, CoNLL-U) in INCEpTION to export the annotated ...
nomisjon's user avatar
  • 121
1 vote
1 answer
1k views

Exporting text sequences with labels from Inception Annotation engine

I am using INCEpTION (https://inception-project.github.io/) to annotate my legal documents. Instead of any of the export formats provided in Inception, is there a way I could export the raw text ...
Jia Qing's user avatar
2 votes
1 answer
1k views

Export inception output to spacy's training input format

I am using INCEpTION 0.11.0 (https://inception-project.github.io/) to annotate my training data. I would like to use python spacy to use this training data. I could see couple of format in Inception ...
nantitv's user avatar
  • 3,675