On 18-01-04 04:23, Jakob Schiøtz wrote:
Hi,
I made a TensorFlow easyconfig a while ago depending on Python with the foss
toolchain; and including a variant with GPU support (PR 4904). The latter has
not yet been merged, probably because it is annoying to have something that can
only build on a machine with a GPU (it fails the sanity check otherwise, as
TensorFlow with GPU support cannot load on a machine without it).
Since I made that PR, two newer releases of TensorFlow have appeared (1.3 and
1.4).
You're actually missing 1.5 which just came out this morning. Built with
AVX support, Cuda 9 and cuDNN 7.
Maxime