twinlab.list_emulators#
- twinlab.list_emulators(verbose=False)[source]#
List trained emulators that exist in the user’s twinLab cloud account.
These trained emulators can be used for a variety of inference operations (see methods of the Emulator class). Setting
verbose=Truewill also show the state of currently training emulators, as well as those that have failed to train. Information about start time and current/final run time will also be shown ifverbose=True.- Parameters:
verbose (bool, optional) – Display information about the emulators while running.
- Returns:
Currently trained emulators.
- Return type:
Example
emulators = tl.list_emulators() print(emulators)
['biscuits', 'gardening', 'new-emulator', 'my-emulator']