Ondřej Plátek

Results 38 issues of Ondřej Plátek

Following the instruction on https://anaconda.org/idaholab/autojump I received following error ``` (base) ec2-user@ip-10-98-3-69:~$ conda install -c idaholab autojump Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying...

Hi @ieee8023 thank you for maintaining this dataset! I implemented a [pytorch lightning wrapper for a DenseNet model](https://github.com/oplatek/lightning-Covid19/tree/feature/baseline-model) for covid-chestxray-dataset. It is kick of a [Pytorch Lightning's](https://github.com/PyTorchLightning/pytorch-lightning) community [project](https://github.com/PyTorchLightning/lightning-Covid19) which...

question

Hi, I have prepared a custom local build where the following command passes ``` bazel test -c opt --test_output=streamed //lingvo:trainer_test //lingvo:models_test ``` However, when I run ``` $ bazel build...

Hi there! Thank you for the streamlit-webrtc. I was able to create a recording demo using the [gist mentioned in the issue](https://github.com/whitphx/streamlit-webrtc/issues/357#issuecomment-925676599). I noticed that there is a latency before...

When using MathJax via ` ` the equations are not rerendered. Do you have any recommendation for that? The problem can be seen in this example: https://raw.githubusercontent.com/oplatek/lxmls-toolkit/lecture_notes/lecture_notes/7-16-01morning-session.md

There are a pretty important articles implemented. Would be nice to know the license.

Hi, I run the configure command `./configure --prefix $PWD/phonetisaurus-install --enable-static --enable-shared` However, the `./phonetisaurus-install` contains only the binaries ``` tree phonetisaurus-install/ phonetisaurus-install/ └── bin ├── phonetisaurus-align ├── phonetisaurus-apply ├── phonetisaurus-arpa2wfst...

Using ``` caniusepython3 -r alex-requirements-dev.txt alex-requirements.txt ``` only pyga package need to replaced which can be maybe done by https://github.com/debrouwere/google-analytics?

Hi, can someone tell me where vanished the `trained_slu_test` function? It is used in following files: ``` alex/applications/PublicTransportInfoCS/slu/dailogregclassifier/test_bootstrap_trn.py alex/applications/PublicTransportInfoCS/slu/dailogregclassifier/test_trn.py alex/applications/PublicTransportInfoCS/slu/dainnclassifier/test_bootstrap_trn.py alex/applications/PublicTransportInfoCS/slu/dainnclassifier/test_trn.py alex/applications/PublicTransportInfoCS/slu/test_bootstrap_hdc.py alex/applications/PublicTransportInfoEN/slu/test_bootstrap.py ``` I find out that the function...