Ondřej Plátek

Results 25 comments of Ondřej Plátek

Well, is it really necessary to include one into another or vise versa? Why not to load the "secret" values explicitly by specifying the "private/default.cfg" in the command line arguments...

Proposed new change: Replace our Counter class with stdlib collections.Counter at file: https://github.com/UFAL-DSG/alex/blob/cleanup/alex/utils/cache.py#L23

Before submitting more, please check if it is not already in torchxrayvision repo. See the datasets there. https://github.com/mlmed/torchxrayvision/blob/master/torchxrayvision/datasets.py

The problem is that images from a single patient can be in both (all) train, valid (test) sets.

Dobrý den, mohli byste mi doporučit, kde začít debugovat tento problém? Sám díky tomuto problému aplikaci nemohu používat. Děkuji

Hi @bastibe, FYI: https://github.com/libsndfile/libsndfile/discussions/701#discussioncomment-588058 MP3 is now supported.

Hi @bastibe! > In the meantime, would (any of) you be interested in contributing a pull request that adds MP3 support to soundfile? 1. What is the amount of work...

I was able to reproduce it with using following snippet and the `docker/dev.dockerfile`. It is a property of the commit `f8dbbd8bdc80bcf47430f692097974de32877b1d` ``` #!/bin/bash set -e set -o pipefail set -x...

Note, that the "built binary"/script `./bazel-out/k8-py2-opt/bin/lingvo/trainer` works fine when I use the `dev.dockerfile`

Having this issue solved would be immensely useful for me. I am working in a university environment where the URL for requests looks like `public.path.com/machine-name/user-name/`. Using Apache reverse proxy rules...