正如标题所示,我一直在尝试创建一个使用 TFX 训练自动编码器模型的管道。我遇到的问题是将对象返回的 tf.Dataset 拟合DataAccessor.tf_dataset_factory到自动编码器。
Below I summarise the steps I've taken through this project, and have some Questions at the bottom if you wish to skip the background information.
The TFX components I have used so far have been: