TensorFlow.jl icon indicating copy to clipboard operation
TensorFlow.jl copied to clipboard

Configuration.

Open industriousrebel opened this issue 6 years ago • 1 comments

After Watching the NIPS conference, I implemented a Neural Net using the dif flux library. Using tensorflow would be amazing with it as it'll be practical to use. I just cannot configure the Library in MACOS. For some reason it just doesn't work.

**┌ Info: Precompiling TensorFlow [1d978283-2c37-5f34-9a8e-e9c0ece82495] └ @ Base loading.jl:1192 ┌ Warning: Loading a new version of TensorFlow.jl for the first time. This initial load can take around 5 minutes as code is precompiled; subsequent usage will only take a few seconds. └ @ TensorFlow ~/.julia/packages/TensorFlow/q9pY2/src/TensorFlow.jl:3 **

If you are making a bug report, please copy and paste the output of the following Julia snippit into the issue:

using TensorFlow
tf_versioninfo()

industriousrebel avatar Mar 29 '19 13:03 industriousrebel

That output is normal. Can you be clearer about the problem?

malmaud avatar May 15 '19 15:05 malmaud