创建集合
集合是 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 的简单示例。请注意,第一行中集合的名称比文件的名称短。
Collection of visual representations that have been evaluated on the VTAB
benchmark.
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/)
| |
|-------------------|
| [vtab/sup-100/1](https://tfhub.dev/vtab/sup-100/1) |
| [vtab/rotation/1](https://tfhub.dev/vtab/rotation/1) |
|------------------------------------------------------|
该示例指定了集合的名称、简短的一句话描述、问题领域元数据和形式不限的 Markdown 文档。