diff --git a/TensorFlow-with-SeaweedFS.md b/TensorFlow-with-SeaweedFS.md index 556a66a..3425ee5 100644 --- a/TensorFlow-with-SeaweedFS.md +++ b/TensorFlow-with-SeaweedFS.md @@ -19,6 +19,7 @@ model.fit(train_dataset, ...) ``` # TensorFlow on SeaweedFS S3 [TensorFlow already supports S3](https://github.com/tensorflow/examples/blob/master/community/en/docs/deploy/s3.md) + Here is an adaption of it with unnecessary content removed. ## Configuration