We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9beb75 commit 354b077Copy full SHA for 354b077
tools/dataset/utils/tfrecord_writer.py
@@ -58,7 +58,7 @@ def serialize_example(dense_feature, sparse_feature, label):
58
if __name__ == '__main__':
59
60
output_file = 'wd.tfrecord'
61
- input_file = '/work/FleetX/examples/wide_and_deep/data/part-0'
+ input_file = './part-0'
62
63
# setting for this dataset only
64
continuous_range_ = range(1, 14)
0 commit comments