"torchvision/vscode:/vscode.git/clone" did not exist on "ad2eceabf0dcdb17a25d84da62492825a2c770a2"
Commit 2584c1e0 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Merge pull request #10226 from shumink:master

PiperOrigin-RevId: 394333189
parents 6da26bed 1cb54129
...@@ -96,9 +96,9 @@ Training and eval datasets are expected to be saved in many tab-separated values ...@@ -96,9 +96,9 @@ Training and eval datasets are expected to be saved in many tab-separated values
(TSV) files in the following format: numberical fetures, categorical features (TSV) files in the following format: numberical fetures, categorical features
and label. and label.
On each row of the TSV file first `num_dense_features` inputs are numerical On each row of the TSV file, the first one is the label
features, then `vocab_sizes` categorical features and the last one is the label (either 0 or 1), the next `num_dense_features` inputs are numerical
(either 0 or 1). Each i-th categorical feature is expected to be an integer in features, then `vocab_sizes` categorical features. Each i-th categorical feature is expected to be an integer in
the range of `[0, vocab_sizes[i])`. the range of `[0, vocab_sizes[i])`.
## Train and Evaluate ## Train and Evaluate
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment