From 83be285147bfd26e6ffb4419b4f3615f057a13a9 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 26 Dec 2020 00:00:31 -0800 Subject: [PATCH] Updated TensorFlow with SeaweedFS (markdown) --- TensorFlow-with-SeaweedFS.md | 1 + 1 file changed, 1 insertion(+) 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