Tensorflow master branch link now 404's. It's unclear where/if this document has been moved to, but I found an old reference.

Jack 2024-05-17 13:56:07 +01:00
parent 881d93a537
commit ad269e03e4

@ -18,7 +18,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)
[TensorFlow already supports S3](https://github.com/tensorflow/examples/blame/tflmm/v0.2.4/community/en/docs/deploy/s3.md) (Old Link)
Here is an adaption of it with unnecessary content removed.