Jinserk Baik

Results 19 issues of Jinserk Baik

Hi, I'm trying to install `warp-ctc` with `Python 3.6.5`, `PyTorch 0.5.0a0+3cb45ba` and `cuda 9.2`. But I got errors as follows: ``` $ python setup.py install generating build/warpctc_pytorch/_warp_ctc/__warp_ctc.c (already up-to-date) not...

Hi, Thank you so much for the great project. I'd like to apply this to use a local simple sqlite3 db file, but want to use memory mapped i/o for...

question

Hi all, I've seen the new tf_clean branch is available, so be trying to use it. I'm using ```swbd/v1-tf``` recipe and was able to train it successfully. However, I cannot...

Hi, I am wondering how I can convert the target transcript texts to its corresponding phone sequence for the word having multiple lexicon definitions in order to train the AM....

Hi! I've found that eesen has a tensorflow branch, and I guess that it uses tensorflow's RNN and CTC routine. So I want to test it, but have no idea...

I'm taking a look of trains-server and saw lots of example experiments are already recorded as default. How can I remove them or empty project to enroll my own? Thank...

I'm using pytorch `0.4.0a0+792daeb` and met the following attribute error: ``` Traceback (most recent call last): File "capsule_network.py", line 267, in engine.train(processor, get_iterator(True), maxepoch=NUM_EPOCHS, optimizer=optimizer) File "/home/jbaik/.pyenv/versions/3.6.4/lib/python3.6/site-packages/torchnet-0.0.1-py3.6.egg/torchnet/engine/engine.py", line 39, in...

Hi, Above all, thank you for sharing this great package. I have a setting according to the `__file__`, but the file location is not based on the file itself, but...

I recently installed and run `torchlars` package and found a userwarning occurred: ``` /home/jinserk/.pyenv/versions/kai/lib/python3.9/site-packages/torchlars/lars.py:140: UserWarning: This overload of add_ is deprecated: add_(Number alpha, Tensor other) Consider using one of the...

PGSync version: 2.1.9 Postgres version: 11.12 (AWS RDS) Elasticsearch version: 7.10.2 Redis version: 6.2.6 Python version: 3.9.9 Problem Description: I'm using the latest pypi pgsync in docker env. First indexing...