Kirby Banman
Kirby Banman
*As shared in #993, [this](http://askubuntu.com/a/387600/355433) and [this](http://askubuntu.com/a/387600/355433) were the starting points of my research* ----------------------------------------- > we have to find a Python Lib to grab stats The [intel-gpu-tools](https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/) library is...
*As shared in #994, [this](http://askubuntu.com/a/387600/355433) and [this](http://askubuntu.com/a/387600/355433) were the starting points of my research.* --------------------------------------- > First of all, we have to find a Python Lib to grab stats I...
I tried to peek at the build definition and the logs, but it seems the [build](https://jakob.visualstudio.com/DefaultCollection/_apis/public/build/definitions/da33bffd-4752-4c26-962d-a83d85e71d2f/114) (or the whole project?) isn't publicly accessible.
I have the same error on Amazon Linux. Specifically, it's the [Nvidia image from the marketplace](https://aws.amazon.com/marketplace/pp/B00FYCDDTE). ``` bash $ luarocks make hdf5-0-0.rockspec ... (omitted: totem dependency is installed) Using https://raw.githubusercontent.com/torch/rocks/master/totem-0-0.rockspec......
Yep, installing HDF5 fixed it. Use `apt-get` or `yum` or `brew` or whatever your OS has to install the `hdf5` packages. Get the `hdf5-devel` package, too, because you'll be compiling...
This is a simple adaptation of the @alexlee-gk's original code, but for TF2.x. Demo collab: https://colab.research.google.com/drive/1ut0eJJ3pLjJYrgqVfz2QG69JnKA_2wQO ## Code As earlier in the comments, this uses `moviepy` to encode the gif...