Bohumír Zámečník
Bohumír Zámečník
Recent build with and without GPU, without AVX for Ubuntu 16.04. |CPU/GPU|AVX/AVX2/FMA|SSE4.1/SSE4.2|link|md5| |-|-|-|-|-| |GPU|no|yes|**[download](http://data.neural.cz/tensorflow-wheels/gpu-no-avx-sse4/tensorflow-1.12.0-cp35-cp35m-linux_x86_64.whl)**|5d9fb5aee87456d5c0f1915b16844769| |CPU|no|yes|**[download](http://data.neural.cz/tensorflow-wheels/cpu-no-avx-sse4/tensorflow-1.12.0-cp35-cp35m-linux_x86_64.whl)**|df616627cfcbe47d77df7f8628611b9e| |GPU|no|no|[download](http://data.neural.cz/tensorflow-wheels/gpu-no-avx-no-sse4/tensorflow-1.12.0-cp35-cp35m-linux_x86_64.whl)|61e1081971626bccc047ea773a0f2eed| Compiled on Intel Pentium G4400 (Skylake) without AVX/FMA instructions. - TensorFlow 1.12.0 GPU -...
Follow up for https://github.com/cbrunet/python-poppler/pull/61, issue https://github.com/cbrunet/python-poppler/issues/49. - add a file error_log.pdf which produces an error when text is read or an image is rendered - add a fixture document_with_error() opening...
Sacred can pick comments for config arguments, but only single lines. The reason is that it shows the comment after the argument on the same line. It would be nice...
When training a Keras model, upon upgrade to TF 2.5 tracking to ClearML (even with latest 1.3.1) started raising a warning: ``` clearml - WARNING - ('Could not serialize configuration...
By default `phockup` renames the files completely using a date-based pattern. We can just keep the original name, but nothing in between. It might be useful to keep the original...
Hi! I've used your library in one of my projects (conversion of a Delaunay triangulation to a Voronoi diagram). Unfortunately there were some NullReferenceExceptions while creating the triangulation. I tried...
When I run my model training it freezes upon calling `task.upload_artifact()`. I'm not sure if it may be affected by `tensorflow`, `logging` or `multiprocessing`. It runs in the main process....
I tried running a job with a pre-built base docker image and wanted to checkout some newer code in a feature branch from a git repo. This fails when running...
It seems that for own installation of ClearML server the only way to manage user/credentials is via the ` /opt/clearml/config/apiserver.conf` file. This is somehow OK for a single-user installation but...
In `BoundingBoxInnotation` once a bbox is created it's not possible to be edited. It would be nice if the edges and corners could be active and be moved for fine...