stratus2019/load_cnn_for_scoring 0.0.1
alg install stratus2019/load_cnn_for_scoring
load cnn for scoring
Algorithm Description
loads a convolutional neural network for scoring. This will load an entire, saved model, and include the top layer, so the neural network is ready for inference. It uses Keras and has been tested with a tensorflow backend.
License
MIT
Homepage
Parameters
Name | Description | Data Type | Required? |
---|---|---|---|
base_data_dir | None | string | |
relative_labels_path | None | string | |
relative_model_path | None | string |
Outputs
Name | Description | Data Type |
---|---|---|
cnn_model | string | |
labels | string |
Versions
- 0.0.1 (current)