How can you save a TensorSliceDataset into a path?

Viewed 8

I'm trying to save a TensorSliceDataset as a file so that I can transfer it between computers, but simply using .save(filepath) doesn't work.

0 Answers
Related