swift
swift copied to clipboard
Swift for TensorFlow
Same issue as [532](https://github.com/tensorflow/swift/issues/532). The cause and solution are included [here](https://github.com/tensorflow/swift/issues/532#issuecomment-718199922) (I pulled the link from @BradLarson 's pull request, I couldn't wait :) )
As Apple begins to ship new Macbooks with Apple Silicon and Tensforflow was claimed to support Apple Silicon, I wonder whether Swift for Tensorflow will work on Apple Silicon-based Macs....
I though Dan had talked about `.map` becoming differentiable recently in an open design meeting, but there is still an issue as of the 9/16 Xcode snapshot. The compiler lets...
In Tuotrial https://www.tensorflow.org/swift/tutorials/model_training_walkthrough - You can read statement like "Import data with the Epochs API". Nomenclature issue. Data should be imported by Data API, right? How come "Epochs". At training...
I'm running some simple timing tests comparing performance for Tensor vs [Float] and ran into some strange behavior. The basic code is below. With device = Device(kind: .CPU, ordinal: 0,...
system : Linux on windows ubuntu test.swift print("hello swiftc-tensorflow no tensorflow loading") code compiled with no error message but when run, fail to show any messages
Hi, I wondered if it's possible to use the toolchain for GitHub action tests. If no, is there another option for CI tests? Thanks.
When a differentiable value uses heap storage and is multiply-referenced, `move(along: directions)` will first copy, and then update, the storage, which is inefficient. It should instead create new storage initialized...
Related to https://github.com/tensorflow/swift/issues/500
When installing the S4TF toolchain, it's not always clear whether all components are intact and versions are compatible. It would be helpful to have a quick verification tool that uses...