我正在尝试通过https://github.com/artem-oppermann/Deep-Autoencoders-For-Collaborative-Filtering实施电影推荐
如他所描述的那样,通过运行以下命令来制作tf_records文件以进行训练和测试:
python3 src/data/tf_record_writer.py
这向我显示了此错误:
tensorflow.python.framework.errors_impl.notFoundError: ../data/tf_records/train/train_001.tfrecord; No such file or directoryenter image description here
os:Ubuntu18.04
python3.6
Tensorflow 1.1.0