Skip to content

Commit 864bd2a

Browse files
#21: Classes is JSON not a CSV (as per https://github.com/dotmesh-io/model-proxy#materials )
1 parent b2a1f30 commit 864bd2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ The second argument is the model name for the Model Library. In this case, we ca
369369

370370
The third argument is the path to the directory we're saving the Tensorflow model in, in this case `./model`. If called as `model()` rather than `add_model()`, this path is returned, so that it can be used to wrap the output path argument to `simple_save` in our example.
371371

372-
For classifier models, an optional keyword argument is supported in both `model()` and `add_model()`: `classes` can be provided as a path to a CSV file listing your classes, to enable automatic model metric tracking in deployment.
372+
For classifier models, an optional keyword argument is supported in both `model()` and `add_model()`: `classes` can be provided as a path to a JSON file listing your classes, to enable automatic model metric tracking in deployment.
373373

374374
Note that we don't need to call `output()` for the paths passed to `model()` and `add_model()`; they automatically declare the files as outputs from this run.
375375

0 commit comments

Comments
 (0)