Add default tensor size guidance for text - #1276
Conversation
|
@bhack could you explain the motivation for this change? I believe by default the text plugin will use the TENSORS entry from DEFAULT_SIZE_GUIDANCE which is also 10, so this change would seem to be a no-op. Also, I think to get the tests to pass you would need to add a dependency on the text_plugin to the application build target here: |
|
Cause you cannot control the sampling from the interface i have some text data correlated to the images. So as the image has its own entry when I change it I want to change text with the same value without change the default for all. |
Add test_plugin deps
|
Ok it is the same. Is it the plural of the plugin name "s" suffix? |
|
The string to use is the same as the key of the DEFAULT_TENSOR_SIZE_GUIDANCE dictionary, the PLUGIN_NAME field from the respective plugin metadata. For the text plugin it's |
|
ok thanks |
No description provided.