question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Auto-Generated Model Configuraton with label file

See original GitHub issue

From this Triton server could automatically generate Minimal Model Configuration and label_filename not generated

I want to add the label_filename to the generated model configuration or the Triton server could support that

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
nv-kmcgill53commented, Jul 1, 2022

@rmccorm4 is correct, this issue is currently being worked on.

0reactions
kthuicommented, Jul 6, 2022

@Phelan164 you need to provide name for the backend to associate them:

output [
  {
    name: "output"
    label_filename: "imagenet_labels.txt"
  }
]

data_type and dims could probably be inferred.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration - Hugging Face
Each derived config class implements model specific attributes. Common attributes present in all config classes are: hidden_size , num_attention_heads , and ...
Read more >
Create a Labeling Category Configuration File with Label ...
The following is an example of a label category configuration file that includes label category attributes for a 3D point cloud object detection...
Read more >
NVIDIA Triton Inference Server Boosts Deep Learning Inference
Next, include the labels file in the model repository. The labels file has one line for each classification. /tmp/models netdef_model/ config.
Read more >
Serving Predictions with NVIDIA Triton | Vertex AI
... the model configuration can be generated automatically by Triton and does ... file because Triton can derive all the required settings automatically....
Read more >
Learn about sensitivity labels - Microsoft Purview (compliance)
Apply the label automatically to files and emails, or recommend a label. ... When you create a sensitivity label, you're asked to configure...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found