Bruno Ambrozio
Bruno Ambrozio
Hi @pires - Could you please push the image? ``` docker pull quay.io/pires/docker-elasticsearch:6.4.2 Error response from daemon: manifest for quay.io/pires/docker-elasticsearch:6.4.2 not found ``` I can build locally, but perhaps you...
I have the 1000 genome phase 3 VCF's concatenated in a single VCF. I can successfully read it with [pyvcf](https://pyvcf.readthedocs.io/en/latest/), thus the file is consistent and healthy. When I try...
Issue Type: Bug Hi, I have a [Shared Atlas MongoDB sandbox](https://www.mongodb.com/pricing) that I can successfully connect MongoDB for VS Code extension through user and password (SCRAM). However, I cannot connect...
Hi! Thank you very much for sharing this work. I'm learning a lot from it! (I'm new on ML/DL) I'm trying to use your model to predict single images, but...
Tried: ``` python svhn_classifier.py --predict --model weights.hdf5 --img_path ~/Downloads/tmp ``` and got: ``` (...) Found 0 images belonging to 0 classes. Traceback (most recent call last): File "svhn_classifier.py", line 174,...