חתימות נפוצות עבור מודולי TF Hub
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מבוא
TensorFlow Hub מארח דגמים למגוון משימות. מודלים עבור אותה משימה מעודדים ליישם API משותף כך שצרכני מודלים יוכלו להחליף אותם בקלות מבלי לשנות את הקוד שמשתמש בהם, גם אם הם מגיעים מבעלי אתרים שונים.
המטרה היא להפוך את החלפת מודלים שונים לאותה משימה לפשוטה כמו החלפת היפרפרמטר בעל ערך מחרוזת. עם זה, צרכני דגמים יכולים למצוא בקלות את הטוב ביותר עבור הבעיה שלהם.
ספרייה זו אוספת מפרטים של חתימות נפוצות עבור מודולים בפורמט TF1 Hub .
שים לב שפורמט TF1 Hub הוצא משימוש לטובת פורמט TF2 SavedModel וממשקי ה-API הנפוצים של SavedModel שלו.
חתימות
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-10-07 (שעון UTC).
[null,null,["עדכון אחרון: 2023-10-07 (שעון UTC)."],[],[],null,["# Common Signatures for TF Hub Modules\n\n\u003cbr /\u003e\n\nIntroduction\n------------\n\n[TensorFlow Hub](https://tfhub.dev) hosts models for a variety of tasks. Models\nfor the same task are encouraged to implement a common API so that model\nconsumers can easily exchange them without modifying the code that uses them,\neven if they come from different publishers.\n\nThe goal is to make exchanging different models for the same task as simple as\nswitching a string-valued hyperparameter. With that, model consumers can easily\nfind the best one for their problem.\n\nThis directory collects specifications of common signatures for modules in the\n[TF1 Hub format](../tf1_hub_module).\n\nNote that the TF1 Hub format has been **deprecated** in favor of the\n[TF2 SavedModel format](../tf2_saved_model) and its\n[Common SavedModel APIs](../common_saved_model_apis/index).\n\nSignatures\n----------\n\n- [Image Signatures](/hub/common_signatures/images)\n- [Text Signatures](/hub/common_signatures/text)"]]