liusulizzu

Results 2 comments of liusulizzu

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: _*)`,...