Aniket Satbhai

Results 11 issues of Aniket Satbhai

**Describe the bug** Installation error Model/procedure: $ pip install nlp-architect **To Reproduce** Steps to reproduce the behavior: $ pip install nlp-architect **Expected behavior** No Errors **Environment setup: ** - OS...

bug

**System information** - Have I written custom code (as opposed to using a stock example script provided in Mediapipe): No - OS Platform and Distribution (e.g., Linux Ubuntu 16.04, Android...

type:support

**Describe the bug** ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies **To Reproduce** python -m venv snips_env source snips_env/bin/activate pip install snips-nlu **Expected behavior** No Error **Environment:** - OS: GNU/Linux - python...

bug

Saving media in defined folder. ``` i.e. /storage/emulated/0/RedReader/ ``` Allowing to save the media to subfolders with subreddit name, author name, etc. ``` i.e. /storage/emulated/0/RedReader/dataisbeautiful/ ```

While running the test script: `python src/test.py --pretrained-model=roberta-large --lstm-dim=-1 --use-crf=False --data-path=data/test --weight-path=weights/roberta-large-en.pt --sequence-length=256 --save-path=out` I'm getting the following error: Traceback (most recent call last): File "src/test.py", line 33, in test_files...

## Name: DecentStore ## Purpose: To create a decentralised appstore to give users freedom from bloatwares & to give developers incentives they should get. ## Description: The google play itself...

Software/Development

**Describe the bug** The cursor is getting red shade. How can I disable redshift for cursor? - [x] [I have checked the FAQ](https://github.com/jonls/redshift/blob/master/README.md#faq) and my issue is not mention there....

## Description Transcription is not working when configured with vosk. ## Current behavior No output when "CC" with English is selected as language. ## Expected Behavior Close Captioning to be...

## Description Unable to install google sdk for transcription ## Current behavior E: The repository 'http://packages.cloud.google.com/apt cloud-sdk-focal Release' does not have a Release file. N: Updating from such a repository...

I'm receiving ValueError on reading 'flac'. ``` with open("123.flac", 'rb') as f: _, _ = sf.read(f) ``` ErrorLog: ``` ValueError Traceback (most recent call last) /tmp/ipykernel_17098/1860618875.py in 1 with open("123.flac",...