Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to Dataset #318

Open
texasmichelle opened this issue Jul 3, 2020 · 0 comments
Open

Remove references to Dataset #318

texasmichelle opened this issue Jul 3, 2020 · 0 comments

Comments

@texasmichelle
Copy link
Contributor

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 and tensorflow/swift-models#603 for examples of this conversion.

This will resolve warnings like this:

[50/51] Compiling FastaiNotebook_04_callbacks 04_callbacks.swift
/fastai_dev/swift/FastaiNotebook_04_callbacks/Sources/FastaiNotebook_04_callbacks/04_callbacks.swift:27:25: warning: 'Dataset' is deprecated: Datasets will be removed in S4TF v0.10. Please use the new Batches API instead.
    public var innerDs: Dataset<Element>
@texasmichelle texasmichelle changed the title Remove references to Datasets Remove references to Dataset Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant