fetch_pretrained_weights

fetch_pretrained_weights(model_name, save_path, overwrite=True)[source]

Get the pretrained model information from yml file. :param model_name: Refer to ::py::meth:get_pretrained_model for

all supported model names.

Parameters
  • save_path (str) – Path to save the weight of the corresponding model_name.

  • overwrite (bool) – To always overwriting downloaded weights.

  • model_name (str) –