fastai / swiftai

Swift for TensorFlow's high-level API, modeled after fastai
Apache License 2.0
458 stars 51 forks source link

Update SwiftAI to remove dependency on `Dataset` #57

Open philipturner opened 2 years ago

philipturner commented 2 years ago

It will probably be quite a long time until fastai/swiftai gets updated, but the Dataset API is deprecated and needs to be removed from S4TF. It was removed, then reinstated because it broke SwiftAI (https://github.com/tensorflow/swift-apis/pull/1116). I will remove it from S4TF at will, because SwiftAI probably already can't compile in its current state.