Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
tensorflow
GitHub Repository: tensorflow/docs-l10n
Path: blob/master/site/ja/hub/creating_a_collection.md
25115 views

コレクションを作成する

コレクションは、パブリッシャーが関連するモデルをバンドルすることにより、ユーザーの検索体験の向上を可能にする tfhub.dev の機能です。

すべてのコレクションリストは tfhub.dev をご覧ください。

github.com/tensorflow/tfhub.dev リポジトリのコレクションファイルの正しい場所は assets/docs/<publisher_name>/collections/<collection_name>/1.md です。

次は、assets/docs/vtab/collections/benchmark/1.md に入れられるごく小さな例です。1 行目のコレクションの名前がファイルの名前より短いところに注意してください。

# Collection vtab/benchmark/1 Collection of visual representations that have been evaluated on the VTAB benchmark. <!-- module-type: image-feature-vector --> ## Overview This is the list of visual representations in TensorFlow Hub that have been evaluated on VTAB. Results can be seen in [google-research.github.io/task_adaptation/](https://google-research.github.io/task_adaptation/) #### Models | | |-------------------| | [vtab/sup-100/1](https://tfhub.dev/vtab/sup-100/1) | | [vtab/rotation/1](https://tfhub.dev/vtab/rotation/1) | |------------------------------------------------------|

この例では、コレクションの名前、1 文の短い説明、問題ドメインのメタデータ、自由形式のマークダウンドキュメントを指定しています。