Michelle Casbon

Results 24 issues of Michelle Casbon

I'm seeing the following error when installing Kubeflow on a cluster generated with Kubicorn: ``` Normal EnsuringLoadBalancer 2m (x19 over 1h) service-controller Ensuring load balancer Warning CreatingLoadBalancerFailed 2m (x10 over...

Amazon
Bug

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

help wanted
good first issue

Associated type inference behavior was changed in [apple/swift#32578](https://github.com/apple/swift/pull/32578): derived conformances are now attempted before associated type inference. This broke `ParameterlessLayer`, which relied on a `TangentVector == EmptyTangentVector` same-type constraint to...

On a machine with GPU or TPU, I get a segfault if I try to use `Device` with CPU type on XLA backend, e.g.: ``` let device = Device(kind: .CPU,...

enhancement

The design of [`Recurrent` layer types](https://github.com/tensorflow/swift-apis/blob/master/Sources/TensorFlow/Layers/Recurrent.swift) is unique, but it should still be possible to add annotations. Tackling this separately from #1067, but the principle should be similar.

[Model summary formatting](https://github.com/tensorflow/swift-apis/blob/master/Sources/TensorFlow/Layer.swift#L95-L147) is rudimentary and could be improved so that tabs align. Potentially use some ideas from [swift-benchmark](https://github.com/google/swift-benchmark).

help wanted
good first issue

`Dataset` is deprecated and has been replaced with the Batches API (formerly Epochs). Replace all references in this repo before `Dataset` is removed entirely. See [tensorflow/swift-models#495](https://github.com/tensorflow/swift-models/pull/495) and [tensorflow/swift-models#603](https://github.com/tensorflow/swift-models/pull/603) for examples...

Follow-up to #316 that removes all other Package.resolved files and adds this to .gitignore. This prevents future breakage due to upstream changes and reduces the need to maintain these files.

In a few places ([1](https://github.com/tensorflow/swift-models/blob/master/Datasets/LanguageModelDataset.swift#L17), [2](https://github.com/tensorflow/swift-models/blob/master/Datasets/WordSeg/WordSegRecord.swift#L19)), we've started using the term `numericalized`, which might be definitionally accurate, but is a bit cumbersome. Let's come up with a better term to...

help wanted
good first issue

I attempted to run benchmarks on a fresh instance that did not have `unzip` installed. The error message is misleading, stating that the file does not exist, even though the...

help wanted
good first issue