swift-models icon indicating copy to clipboard operation
swift-models copied to clipboard

Models and examples built with Swift for TensorFlow

Results 46 swift-models issues
Sort by recently updated
recently updated
newest added

enhancement
help wanted

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. ![image](https://user-images.githubusercontent.com/15667714/57742465-e8ef1f00-76c9-11e9-9dd7-64657b023d37.png)

It'd be great to have object detection models (e.g. RetinaNet and MaskRCNN) incorporated as part of our models repository.

help wanted
good first issue

It'd be great to have a neural machine translation model incorporated into our models repository.

help wanted
good first issue

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 =...