MikePelton

Results 15 comments of MikePelton

Building 6.9.2 on Windows, what's going wrong here is much clearer - both the examples and the tutorials are stuck at version 6.6 - they mandate it in their cmake...

Hi Jeongseok and thanks for coming back. Can't change my config now to check but am pretty sure my first attempt was to use the ppa - am currently using...

This has become an Ubuntu noob question now... Abandoning the Windows implementation and now building under 18.04. Have ticked the BUILD_DOC and BUILD_DOCUMENTATION flags in CMake GUI, but where does...

Looping back on the Windows question, running 0.7 under Windows I saw a number of run-time errors that had all the hallmarks of DLL's being built with different run-time C...

Double-precision support for System.Numerics expected in .NET 6, perhaps late 2021.

I should add this is on Ubuntu 20.04.

No problem - will pick that up first thing tomorrow.

Hmm - this is more complicated than I'd expected! The version of TensorFlow needs to match the versions of the CUDA toolkit and cuDNN, so my using Ubuntu 20.04, CUDA...

You gotta laugh - at render time after 5000 cycles there's a runtime error saying that version of Tensorflow needs cuDNN 8.2.4. Watch this space :-)

Installing cuDNN 8.2.4 seems to fix this - with hindsight doing a "conda install..." of tensorflow would have made more sense as it deals with the dependencies more elegantly than...