qo4on
qo4on
g2p module can't parse sentences like: ``` g2p("HTTP") ['T', 'AE1', 'P', 'T', 'IY1'] g2p("RFC") ['R', 'EH1', 'F', 'S', 'IY1'] ``` and can't split words like `taxidriver -> taxi driver`. Is...
Thanks for this great tool! I do the following in [Colab](https://colab.research.google.com/notebooks/intro.ipynb): ``` !git clone -qqq https://github.com/nu774/mp4fpsmod.git > /dev/null !sudo apt-get update -y -qqq --fix-missing && apt-get install -y -qqq autoconf...
I'd like to get timestamps for each word in my transcript. Is it possible with `speech_recognition`?
Is it possible?
What is the reason for this error, is there any way to fix it? ``` [23:09:39] INFO - ==================== [nbminer v42.2] Summary 2022-06-06 23:09:39 ==================== [23:09:39] INFO - |ID|Device|Hashrate|Accept|Reject|Inv|Powr|CTmp|MTmp|Fan|CClk|GMClk|RV|MUtl|Eff/Watt| [23:09:39]...
1. [Manim generates variable framerate video instead of the constant value in the CONFIG](https://github.com/3b1b/manim/issues/1000) 2. [`mp4fpsmod`](https://github.com/nu774/mp4fpsmod) tool can fix this. Unzip the attachment to manim folder and place this code...
The Washington Post is listed on your [website](https://burles.co/en/). But it doesn't work. Check it yourself: https://www.washingtonpost.com/travel/2022/01/08/cruise-quarantine-omicron-covid-ship/
How to set max timeout at which all the trainings stop and save the result? ``` tpot.TPOTClassifier(generations=100, population_size=100, offspring_size=None, mutation_rate=0.9, crossover_rate=0.1, scoring='accuracy', cv=5, subsample=1.0, n_jobs=1, max_time_mins=None, max_eval_time_mins=5, random_state=None, config_dict=None, template=None,...
Some bugs
`macOS-cursors-for-Windows-0.5\1. Sierra and newer\1. No Shadow\1. Normal\Busy.ani` doesn't rotate in the center, it jerks around. The pointer hand has the wrong center point.
When I try ``` !git clone https://github.com/3b1b/manim.git !pip3 install manimlib !python3 -m pip install -r requirements.txt ``` I see a bunch of errors.