argideritzalpea
argideritzalpea
How to reproduce the behaviour --------- Your Environment --------- * Operating System: Ubunto 18.04 * When you install doccano: 12-07-20 * How did you install doccano (Heroku button etc): Docker....
I am attempting to run the Librispeech training example (only the 100hrs data, not the 360 or 500). I have an issue where Lingvo successfully begins training and gets to...
Hi @rprabhavalkar @tonybruguier-google I was wondering if the code for this paper ("On the Choice of Modeling Unit for Sequence-to-Sequence Speech Recognition") was open source: [https://www-i6.informatik.rwth-aachen.de/publications/download/1106/IrieKazukiPrabhavalkarRohitKannanAnjuliBruguierAntoineRybachDavidNguyenPatrick--OntheChoiceofModelingUnitforSequence-to-SequenceSpeechRecognition--2019.pdf](https://www-i6.informatik.rwth-aachen.de/publications/download/1106/IrieKazukiPrabhavalkarRohitKannanAnjuliBruguierAntoineRybachDavidNguyenPatrick--OntheChoiceofModelingUnitforSequence-to-SequenceSpeechRecognition--2019.pdf) I would be very...
### Expected behavior I expected: Esbonio server tab to discontinue “building” and finally render pages. Settings.json: { “esbonio.server.enabled”: True, “esbonio.sphinx.buildDir”: “${workspaceFolder}/docs/build/html”, “esbonio.sphinx.confDir”: “${workspaceFolder}/docs/source” } VSCode Project structure: [projdir] ->docs ->->build...
It is not immediately clear how to modify this repository for NER on an unlabeled data set with new classes. For example, the files `ada_dict_generation.py` and `adaptive_pu_model.py` both require model...
I am attempting to incorporate Duckling project with eta but am running into some dependency issues. My main goal is to eventually use Duckling (Haskell) in an Android application. I...
I cannot get Gradle to recognize my compileSdkVersion. My project is posted here: [https://github.com/argideritzalpea/nlp-lite](https://github.com/argideritzalpea/nlp-lite ) ``` * Where: Build file ./app/build.gradle' line: 6 * What went wrong: A problem occurred...
I am able to build at the top level with Gradle 5.4.1, however, when I add "apply plugin: 'eta-android'" to my app/build.gradle, I receive these errors: ``` Unable to find...
If GPUs are available and utilized, loading the model by instantiating a `DialogTag` object is bringing GPU memory allocation to virtually 100%, and my card has way more than the...