Skip to content

Commit

Permalink
correction in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Taniya-Das committed Nov 14, 2024
1 parent 9acda0b commit 6a03098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ print('URL for run: %s/run/%d' % (openml.config.server, run.run_id))

```

Note: The input layer of the network should be compatible with OpenML data output shape. Please check [examples](/docs/Examples/) for more information.
Note: The input layer of the network should be compatible with OpenML data output shape. Please check [examples](./Examples/index.md) for more information.


Additionally, if you want to publish the run with onnx file, then you must call ```openml_tensorflow.add_onnx_to_run()``` immediately before ```run.publish()```.
Expand Down

0 comments on commit 6a03098

Please sign in to comment.