swift-models
swift-models copied to clipboard
Models and examples built with Swift for TensorFlow
Hi, May I update the auto encoder model with the following models: https://github.com/rickwierenga/notebooks/blob/master/autoencoders.ipynb (in Swift, of course) ? The proposed models are more extensive and I think they have better...
I am preparing a deep dream example. 
It'd be great to have object detection models (e.g. RetinaNet and MaskRCNN) incorporated as part of our models repository.
It'd be great to have a neural machine translation model incorporated into our models repository.
When trying to do inference with more than one seed sentences or simply duplicate the input token like this: ```swift var tokarr: [Int32] = Array(pytok)!.map { Int32($0) } tokarr =...