MVITS.attrs_to_init_kwargs#

classmethod MVITS.attrs_to_init_kwargs(attrs)[source]#

Convert the attributes of the InferenceData object to the __init__ kwargs.

Parameters:
attrsdict

The attributes of the InferenceData object.

Returns:
dict

The __init__ kwargs for the class.