On Thu, Apr 16, 2020 at 11:00:14AM -0700, Jonathan Engwall wrote: > Michael, > No, bazel won't build. No protoc, I tried the BUILD from third party, I > cloned from github and downloaded from the project main page with the same > results.
With some effort, we might get protoc to build on DragonFly... but not so sure about TensorFlow. > I am not running linux.ko for compatibility, and would rather not. What are > the steps to use PyTorch? I haven't tried myself on DragonFly, so you might also run into problems with PyTorch. You need to install from source: https://github.com/pytorch/pytorch#from-source There are some alternatives to PyTorch or TensorFlow: * MLPack (pkg ins mlpack) * Keras (pkg ins py37-keras) * Theano (pkg ins py37-theano) Regards, Michael > Thank you, > Jonathan Engwall > > On Thu, Apr 16, 2020, 12:59 AM Michael Neumann <[email protected]> wrote: > > > On Wed, Apr 15, 2020 at 05:20:42PM -0700, Jonathan Engwall wrote: > > > It seems DragonFly is practically locked out of TensorFlow. Bazel is just > > > too finicky. > > > Is there a work around? > > > > Can you describe more precisely, why TensorFlow is not working on > > DragonFly? > > > > Can't you get bazel to build? > > > > Have you tried PyTorch instead? > > > > Regards, > > > > Michael > > > > -- Michael Neumann NTECS Consulting www.ntecs.de
