openlangrid / mlgrid-services

A framework to serve various generative AIs and other machine learning functions via WebSocket and JSONRPC.
Apache License 2.0
2 stars 0 forks source link

Kerasでdensenetに対応する #1

Closed takawitter closed 2 years ago

takawitter commented 2 years ago

参考: https://www.tensorflow.org/api_docs/python/tf/keras/applications/densenet

作業ディレクトリはproc/image_classification_keras。 動作確認は、

bash run.sh DenseNet121 cat.jpg

というようにモデル名と入力ファイル名を指定して実行する。