liusulizzu
Results
2
comments of
liusulizzu
i also hit this problem , do you have any solutions
i find the reason, the directory do not look up recursive > Using `spark.read.format("tfrecord").load("path/to/one-file.tfrecord")`, works. How do I read multiple directories with tfrecords in each? I have tried: `spark.read.format("tfrecord").load(paths: _*)`,...