class documentation
class ModelManagerConfig(etam.ModelManagerConfig): (source)
Constructor: ModelManagerConfig(d)
Config settings for a ModelManager
.
Parameters | |
url | the URL of the file |
google | the ID of the file in Google Drive |
extract | whether to extract the downloaded model, which is assumed to be an archive |
delete | whether to delete the archive after extracting it, if applicable |
Method | __init__ |
Undocumented |
Instance Variable | google |
Undocumented |
Instance Variable | url |
Undocumented |