We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86f440 commit 122e114Copy full SHA for 122e114
1 file changed
tiatoolbox/models/engine/engine_abc.py
@@ -264,6 +264,8 @@ def _initialize_model_ioconfig(
264
265
if isinstance(model, str):
266
# ioconfig is retrieved from the pretrained model in the toolbox.
267
+ # list of pretrained models in the TIA Toolbox is available here:
268
+ # https://tia-toolbox.readthedocs.io/en/add-bokeh-app/pretrained.html
269
# no need to provide ioconfig in EngineABC.run() this case.
270
return get_pretrained_model(model, weights)
271
0 commit comments