Hello All,
I am a newbie to Swift came for your help.
Here is my question!!
I'm trying to use Swift for TensorFlow and have followed the directions found here: https://github.com/tensorflow/swift/blob/master/Installation.md
When I go ahead and import TensorFlow as such within a Swift Playground file:
import TensorFlow
I get this error: "The active toolchain is not compatible with playgrounds.libswiftCore.dylib
could not be loaded"
I was able to use Swift for tensorflow within the REPL so I know it should work. Does anyone have any ideas on how to fix this issue?