Skip to content Skip to main navigation Skip to footer

Search: 1064Maximum number of tasks limit exceeded

59 results

Understand SPE configuration file

…workers… explained article. server.n_task_limit # Sets limit for number of pending operations. server.n_task_limit = 1000 Sets the maximum number of “pending” tasks (see the asynchronous requests statuses in REST API documentation). This value basically sets the size of processing queue and therefore indirectly defines how quickly would the server be able to react to changes. E.g. if the server is…

Releases and Changelogs (SPE)

…available on the server, i.e. including those not currently running New: Added possibility to set score thresholds when calling GET/POST /technologies/speakerid4 (useful to limit the number of returned results when using large speaker groups) New: Added base docker image without any technology (phonexia/spe:3.61.0). Useful as a base image. Doesn’t work on its own. Fixed: Incorrect timestamps in multichannel diarization results…

Understand SPE processing queue

…their priority (see Task prioritization section in REST API documentation and also Understanding SPE processing priority article); handling tasks with identical priority follows the FIFO principle. Tasks are picked up from the queue and handled by workers (which allocate instances of technologies for processing – see Speech Engine and technologies, instances, workers… explained for more details). Number of tasks which…

Understand SPE configuration

…compute the optimal usage of that instance. This directive should be taken into account also in the user rights settings on the server resource utilization (see SPE documentation). # Sets limit for number of pending operations. server.n_task_limit = 1000 The results from finished tasks are held in memory for fast retrieval for a specified number of seconds. If database use…

Terms of Service

…shall be created unless explicitly declared in the Agreement. Additionally, all warranties, whether expressed or implied, are further disclaimed by PHONEXIA. These may include, but are not limited to, the implied warranties of merchantability, fitness for a particular purpose and non-infringement. 12. Limitation of Liability 12.1. Limitation of Liability. You acknowledge and agree that PHONEXIA or its officers, directors, employees…

Understand SPE workers configuration

…the maximum number of simultaneously running tasks. # Multithread settings server.n_workers = 8 server.n_realtime_workers = 8 Requests for additional file processing tasks are put in a queue and processed according their order and priorities. Requests for additional stream processing tasks are refused with HTTP status 403 (the realtime nature of stream processing does not allow any queuing). File processing can…

Phonexia End User License Agreement

limited to the intellectual property rights of the Client or third parties in such Provided demo data. 5. LIMITATIONS ON REVERSE ENGINEERING, DECOMPILATION, AND DISASSEMBLY. Neither the Client nor any person affiliated with it may reverse engineer, decompile, or disassemble the Software, except and only to the extent that such activity is expressly permitted by Phonexia or applicable law. 6….

STT: What is Words-To-Numbers feature and how to use it

…can add this functionality to other languages, or tune the existing one, by yourself by adding/editing the conversion rules, see below for more details. What is the words-to-numbers feature Words-to-numbers feature allows to convert raw transcription of numbers, dates (or similar patterns like credit card numbers) to their native form: two thousand twenty one ⇒ 2021 fifteen hundred eighty six…

STT: What is Preferred Phrases feature and how to use it

…specifying longer phrases does not bring any benefit number of preferred phrases is not limited… but from practical perspective, using hundreds or thousands of phrases is questionable (such a huge number means “prefer basically anything what the speaker says”, which defeats its purpose) only 5th or newer STT generations support preferred phrases Question: So, what to put in the preferred…

Understand SPE multithreaded technologies initialization

…rather for stable environments, e.g. production deployments. Note that separate threads are used only for distinct technology–model combinations. Multiple instances of the same technology–model combination are NOT initialized in parallel. The number of threads used for the multi-threaded initialization can be configured using server.technology_multithread_initialization.n_threads setting. Default value is 0, which determines the number of threads automatically according to number of…

Releases and Changelogs (Browser)

…column in Results pane New: Added “Minimum confidence to display” setting for Keyword Spotting in Settings dialog -> Scoring tab (affects number of hits displayed in Results pane) Phonexia Browser 3.51 Phonexia Browser 3.51.0, BSAPI 3.51.0 (2022-06-14) New: Compatibility with SPE 3.51 (e.g. option to set number of workers automatically) Changed: Show also numbers for AGE results Phonexia Browser 3.50…

Language Identification (LID)

…less likely, but still possible to appear. This can reduce the number of scored languages from ~80 languages (included in the default out-of-the-box language pack) to like 20 or even less languages. In both cases, limiting the number of languages in a language pack results in the scores being distributed among less languages, i.e. the score values getting higher with…

LID: Terminology and adaptation

…to train a language using just a few and long audio files (like 5 files, 1 hour each) Acoustic channels should be as close as possible to channel of intended deployment Adaptation using REST API (SPE 3.38 or newer) SPE 3.38 and newer include LID adaptation tasks in REST API, which makes the adaptation significantly easier than in previous versions….

SID4 performance on Intel® Xeon® Platinum 8124M

…Customers can usually only refer to captured recordings data set during a specified time period with numbers like: total number of recordings average file size of captured recording or total number of captured hours Customers usually don’t have any information about ratio between speech signal and technical/silence parts of recordings in the beginning. The speech / non-speech ratio is detected…

Speech Quality Estimation (SQE)

…(output) name – the name of the statistic value – the measured value of the statistic min_limit and max_limit – the limits of the statistics possible in the recording based on encoding, frequency and bitrate string – not used, reserved for future is_valid – determines if the calculations of the statistic are correct (value=true) or not; e.g. in the case…