RasaHQ / rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
https://rasa.com/docs/rasa/
Apache License 2.0
18.49k stars 4.59k forks source link

`rasa shell` and `rasa interactive` broken on main #10071

Closed koaning closed 2 years ago

koaning commented 2 years ago

I am testing the new slot configurations on main and I fear there's a big bug in the shell.

via rasa interactive

First I figured I'd try running my form in interactive mode.

> rasa interactive

/home/vincent/Development/rasa/rasa/engine/recipes/recipe.py:35: FutureWarning: From Rasa Open Source 4.0.0 onwards it will be required to specify a recipe in your model configuration. Defaulting to recipe 'default.v1'. (will be removed in 3.0.0)
  "From Rasa Open Source 4.0.0 onwards it will be required to specify "
Processed story blocks: 100%|████████████████| 9/9 [00:00<00:00, 2120.48it/s, # trackers=1]
Processed story blocks: 100%|█████████████████| 9/9 [00:00<00:00, 294.70it/s, # trackers=8]
Processed story blocks: 100%|█████████████████| 9/9 [00:00<00:00, 34.82it/s, # trackers=50]
Processed story blocks: 100%|█████████████████| 9/9 [00:00<00:00, 21.49it/s, # trackers=50]
Processed rules: 100%|███████████████████████| 5/5 [00:00<00:00, 3757.66it/s, # trackers=1]
2021-11-03 12:59:36 INFO     rasa.engine.training.hooks  - Starting to train component 'RegexFeaturizer'.
2021-11-03 12:59:36 INFO     rasa.engine.training.hooks  - Finished training component 'RegexFeaturizer'.
2021-11-03 12:59:37 INFO     rasa.engine.training.hooks  - Starting to train component 'MemoizationPolicy'.
Processed trackers: 100%|█████████████████████| 8/8 [00:00<00:00, 1913.02it/s, # action=34]
Processed actions: 34it [00:00, 12753.20it/s, # examples=34]
2021-11-03 12:59:37 INFO     rasa.engine.training.hooks  - Finished training component 'MemoizationPolicy'.
2021-11-03 12:59:37 INFO     rasa.engine.training.hooks  - Starting to train component 'RulePolicy'.
Processed trackers: 100%|█████████████████████| 5/5 [00:00<00:00, 3415.56it/s, # action=15]
Processed actions: 15it [00:00, 26030.02it/s, # examples=12]
Processed trackers: 100%|█████████████████████| 8/8 [00:00<00:00, 2009.13it/s, # action=34]
Processed trackers: 100%|██████████████████████████████████| 5/5 [00:00<00:00, 1945.41it/s]
Processed trackers: 100%|█████████████████████████████████| 13/13 [00:00<00:00, 912.57it/s]
2021-11-03 12:59:38 INFO     rasa.engine.training.hooks  - Finished training component 'RulePolicy'.
2021-11-03 12:59:38 INFO     rasa.engine.training.hooks  - Starting to train component 'TEDPolicy'.
Processed trackers: 100%|████████████████| 508/508 [00:00<00:00, 1610.80it/s, # action=222]
Epochs: 100%|████████████| 50/50 [00:13<00:00,  3.78it/s, t_loss=14.9, loss=14.7, acc=0.91]
2021-11-03 12:59:53 INFO     rasa.engine.training.hooks  - Finished training component 'TEDPolicy'.
2021-11-03 12:59:53 INFO     rasa.engine.training.hooks  - Starting to train component 'LexicalSyntacticFeaturizer'.
2021-11-03 12:59:53 INFO     rasa.engine.training.hooks  - Finished training component 'LexicalSyntacticFeaturizer'.
2021-11-03 12:59:53 INFO     rasa.engine.training.hooks  - Starting to train component 'CountVectorsFeaturizer'.
2021-11-03 12:59:53 INFO     rasa.nlu.featurizers.sparse_featurizer.count_vectors_featurizer  - 116 vocabulary items were created for text attribute.
2021-11-03 12:59:53 INFO     rasa.engine.training.hooks  - Finished training component 'CountVectorsFeaturizer'.
2021-11-03 12:59:53 INFO     rasa.engine.training.hooks  - Starting to train component 'CountVectorsFeaturizer'.
2021-11-03 12:59:53 INFO     rasa.nlu.featurizers.sparse_featurizer.count_vectors_featurizer  - 969 vocabulary items were created for text attribute.
2021-11-03 12:59:53 INFO     rasa.engine.training.hooks  - Finished training component 'CountVectorsFeaturizer'.
2021-11-03 12:59:54 INFO     rasa.engine.training.hooks  - Starting to train component 'DIETClassifier'.
Epochs: 100%|██████████████| 100/100 [00:30<00:00,  3.28it/s, t_loss=1.59, i_acc=1, e_f1=1]
2021-11-03 13:00:24 INFO     rasa.engine.training.hooks  - Finished training component 'DIETClassifier'.
Your Rasa model is trained and saved at 'models/20211103-125935-hard-infantry.tar.gz'.
2021-11-03 13:00:55 INFO     root  - Rasa server is up and running.
Processed story blocks: 100%|████████████████| 9/9 [00:00<00:00, 2193.67it/s, # trackers=1]
Processed rules: 100%|███████████████████████| 5/5 [00:00<00:00, 3483.06it/s, # trackers=1]
2021-11-03 13:00:55 ERROR    rasa.core.training.interactive  - An exception occurred while recording messages.
Traceback (most recent call last):
  File "/home/vincent/Development/rasa/rasa/core/training/interactive.py", line 1486, in record_messages
    await _plot_trackers(events_including_current_user_id, plot_file, endpoint)
  File "/home/vincent/Development/rasa/rasa/core/training/interactive.py", line 1422, in _plot_trackers
    event_sequences = await _fetch_events(conversation_ids, endpoint)
  File "/home/vincent/Development/rasa/rasa/core/training/interactive.py", line 1393, in _fetch_events
    tracker = await retrieve_tracker(endpoint, conversation_id)
  File "/home/vincent/Development/rasa/rasa/core/training/interactive.py", line 197, in retrieve_tracker
    method="get", subpath=path, headers={"Accept": "application/json"}
  File "/home/vincent/Development/rasa/rasa/utils/endpoints.py", line 174, in request
    response.status, response.reason, await response.content.read()
rasa.utils.endpoints.ClientResponseError: 404, Not Found, body='b'{"description":"Not Found","status":404,"message":"Requested URL /conversations/799ab815ae1345d3a3987efd404a4630/tracker not found"}''
2021-11-03 13:00:55 ERROR    asyncio  - Task exception was never retrieved
future: <Task finished coro=<SignalRouter._dispatch() done, defined at /home/vincent/Development/how-to-rasa/venv/lib/python3.7/site-packages/sanic/signals.py:102> exception=ClientResponseError('404, Not Found, body=\'b\'{"description":"Not Found","status":404,"message":"Requested URL /conversations/799ab815ae1345d3a3987efd404a4630/tracker not found"}\'\'')>
Traceback (most recent call last):
  File "/home/vincent/Development/how-to-rasa/venv/lib/python3.7/site-packages/sanic/signals.py", line 133, in _dispatch
    retval = await maybe_coroutine
  File "/home/vincent/Development/how-to-rasa/venv/lib/python3.7/site-packages/sanic/app.py", line 1374, in run_delayed_task
    await prepped
  File "/home/vincent/Development/rasa/rasa/core/training/interactive.py", line 1598, in run_interactive_io
    conversation_id=conversation_id,
  File "/home/vincent/Development/rasa/rasa/core/training/interactive.py", line 1486, in record_messages
    await _plot_trackers(events_including_current_user_id, plot_file, endpoint)
  File "/home/vincent/Development/rasa/rasa/core/training/interactive.py", line 1422, in _plot_trackers
    event_sequences = await _fetch_events(conversation_ids, endpoint)
  File "/home/vincent/Development/rasa/rasa/core/training/interactive.py", line 1393, in _fetch_events
    tracker = await retrieve_tracker(endpoint, conversation_id)
  File "/home/vincent/Development/rasa/rasa/core/training/interactive.py", line 197, in retrieve_tracker
    method="get", subpath=path, headers={"Accept": "application/json"}
  File "/home/vincent/Development/rasa/rasa/utils/endpoints.py", line 174, in request
    response.status, response.reason, await response.content.read()
rasa.utils.endpoints.ClientResponseError: 404, Not Found, body='b'{"description":"Not Found","status":404,"message":"Requested URL /conversations/799ab815ae1345d3a3987efd404a4630/tracker not found"}''

via rasa shell

Since the interactive shell did not work, I figured I'd move on to the normal shell. This gives the same error.

> rasa shell

2021-11-03 13:01:09 INFO     root  - Connecting to channel 'cmdline' which was specified by the '--connector' argument. Any other channels will be ignored. To connect to all given channels, omit the '--connector' argument.
2021-11-03 13:01:09 INFO     root  - Starting Rasa server on http://0.0.0.0:5005

2021-11-03 13:01:39 INFO     root  - Rasa server is up and running.
Bot loaded. Type a message and press enter (use '/stop' to exit): 
2021-11-03 13:01:40 ERROR    asyncio  - Task exception was never retrieved
future: <Task finished coro=<SignalRouter._dispatch() done, defined at /home/vincent/Development/how-to-rasa/venv/lib/python3.7/site-packages/sanic/signals.py:102> exception=RuntimeError('this event loop is already running.')>
Traceback (most recent call last):
  File "/home/vincent/Development/how-to-rasa/venv/lib/python3.7/site-packages/sanic/signals.py", line 133, in _dispatch
    retval = await maybe_coroutine
  File "/home/vincent/Development/how-to-rasa/venv/lib/python3.7/site-packages/sanic/app.py", line 1374, in run_delayed_task
    await prepped
  File "/home/vincent/Development/rasa/rasa/core/run.py", line 132, in run_cmdline_io
    sender_id=conversation_id,
  File "/home/vincent/Development/rasa/rasa/core/channels/console.py", line 175, in record_messages
    text = _get_user_input(previous_response)
  File "/home/vincent/Development/rasa/rasa/core/channels/console.py", line 111, in _get_user_input
    style=Style([("qmark", "#b373d6"), ("", "#b373d6")]),
  File "/home/vincent/Development/how-to-rasa/venv/lib/python3.7/site-packages/questionary/question.py", line 50, in ask
    return self.unsafe_ask(patch_stdout)
  File "/home/vincent/Development/how-to-rasa/venv/lib/python3.7/site-packages/questionary/question.py", line 64, in unsafe_ask
    return self.application.run()
  File "/home/vincent/Development/how-to-rasa/venv/lib/python3.7/site-packages/prompt_toolkit/application/application.py", line 891, in run
    self.run_async(pre_run=pre_run, set_exception_handler=set_exception_handler)
  File "uvloop/loop.pyx", line 1450, in uvloop.loop.Loop.run_until_complete
  File "uvloop/loop.pyx", line 1443, in uvloop.loop.Loop.run_until_complete
  File "uvloop/loop.pyx", line 1351, in uvloop.loop.Loop.run_forever
  File "uvloop/loop.pyx", line 480, in uvloop.loop.Loop._run
RuntimeError: this event loop is already running.

Debug

I also ran rasa shell --debug which gave the following:

/home/vincent/Development/rasa/rasa/shared/core/slot_mappings.py:177: UserWarning: Slot auto-fill has been removed in 3.0 and replaced with a new explicit mechanism to set slots. Please refer to https://rasa.com/docs/rasa/domain#slots to learn more.
  UserWarning,
2021-11-03 13:06:01 DEBUG    h5py._conv  - Creating converter from 7 to 5
2021-11-03 13:06:01 DEBUG    h5py._conv  - Creating converter from 5 to 7
2021-11-03 13:06:01 DEBUG    h5py._conv  - Creating converter from 7 to 5
2021-11-03 13:06:01 DEBUG    h5py._conv  - Creating converter from 5 to 7
2021-11-03 13:06:02 DEBUG    matplotlib  - (private) matplotlib data path: /home/vincent/Development/how-to-rasa/venv/lib/python3.7/site-packages/matplotlib/mpl-data
2021-11-03 13:06:02 DEBUG    matplotlib  - matplotlib data path: /home/vincent/Development/how-to-rasa/venv/lib/python3.7/site-packages/matplotlib/mpl-data
2021-11-03 13:06:02 DEBUG    matplotlib  - CONFIGDIR=/home/vincent/.config/matplotlib
2021-11-03 13:06:02 DEBUG    matplotlib  - matplotlib version 3.3.4
2021-11-03 13:06:02 DEBUG    matplotlib  - interactive is False
2021-11-03 13:06:02 DEBUG    matplotlib  - platform is linux
2021-11-03 13:06:02 DEBUG    matplotlib  - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', '_bootlocale', '_locale', 'site', 'os', 'stat', '_stat', '_collections_abc', 'posixpath', 'genericpath', 'os.path', '_sitebuiltins', '_virtualenv', 'functools', '_functools', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'types', 'warnings', 'importlib.abc', 'importlib.machinery', 'importlib.util', 'contextlib', 'google', 'google.cloud', 'google.logging', 'mpl_toolkits', 'ruamel', 'sitecustomize', 'rasa', 'logging', 'time', 'traceback', 'linecache', 'tokenize', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'token', 'weakref', '_weakrefset', 'collections.abc', 'string', '_string', 'threading', 'atexit', 'rasa.version', 'rasa.api', 'rasa.shared', 'rasa.shared.constants', 'typing', 'typing.io', 'typing.re', 'rasa.__main__', 'argparse', 'gettext', 'locale', 'platform', 'subprocess', 'signal', 'errno', '_posixsubprocess', 'select', 'selectors', 'math', 'rasa_sdk', 'rasa_sdk.version', 'rasa_sdk.cli', 'rasa_sdk.interfaces', 'copy', 'rasa_sdk.events', 'datetime', '_datetime', 'rasa_sdk.forms', 'rasa_sdk.utils', 'asyncio', 'asyncio.base_events', 'concurrent', 'concurrent.futures', 'concurrent.futures._base', 'socket', '_socket', 'ssl', '_ssl', 'base64', 'struct', '_struct', 'binascii', 'asyncio.constants', 'asyncio.coroutines', 'inspect', 'dis', 'opcode', '_opcode', 'asyncio.base_futures', 'asyncio.format_helpers', 'asyncio.log', 'asyncio.events', 'contextvars', '_contextvars', 'asyncio.base_tasks', '_asyncio', 'asyncio.futures', 'asyncio.protocols', 'asyncio.sslproto', 'asyncio.transports', 'asyncio.tasks', 'asyncio.locks', 'asyncio.runners', 'asyncio.queues', 'asyncio.streams', 'asyncio.subprocess', 'asyncio.unix_events', 'asyncio.base_subprocess', 'asyncio.selector_events', 'rasa_sdk.constants', 'rasa.constants', 'rasa.telemetry', 'hashlib', '_hashlib', '_blake2', '_sha3', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'multiprocessing', 'multiprocessing.context', 'multiprocessing.process', 'multiprocessing.reduction', 'pickle', '_compat_pickle', '_pickle', 'array', '__mp_main__', 'pathlib', 'fnmatch', 'ntpath', 'urllib', 'urllib.parse', 'textwrap', 'uuid', '_uuid', 'requests', 'urllib3', '__future__', 'urllib3.exceptions', 'urllib3.packages', 'urllib3.packages.ssl_match_hostname', 'urllib3.packages.six', 'urllib3.packages.six.moves', 'http', 'http.client', 'email', 'email.parser', 'email.feedparser', 'email.errors', 'email._policybase', 'email.header', 'email.quoprimime', 'email.base64mime', 'email.charset', 'email.encoders', 'quopri', 'email.utils', 'random', 'bisect', '_bisect', '_random', 'email._parseaddr', 'calendar', 'email.message', 'uu', 'email._encoded_words', 'email.iterators', 'urllib3.packages.six.moves.http_client', 'urllib3._version', 'urllib3.connectionpool', 'urllib3.connection', 'urllib3.util', 'urllib3.util.connection', 'urllib3.contrib', 'urllib3.contrib._appengine_environ', 'urllib3.util.wait', 'urllib3.util.request', 'urllib3.util.response', 'urllib3.util.retry', 'urllib3.util.ssl_', 'hmac', 'urllib3.util.url', 'urllib3.util.ssltransport', 'urllib3.util.timeout', 'urllib3.util.proxy', 'urllib3._collections', 'queue', '_queue', 'urllib3.request', 'urllib3.filepost', 'urllib3.fields', 'mimetypes', 'urllib3.packages.six.moves.urllib', 'urllib3.packages.six.moves.urllib.parse', 'urllib3.response', 'zlib', 'urllib3.util.queue', 'urllib3.poolmanager', 'chardet', 'chardet.universaldetector', 'chardet.charsetgroupprober', 'chardet.enums', 'chardet.charsetprober', 'chardet.escprober', 'chardet.codingstatemachine', 'chardet.escsm', 'chardet.latin1prober', 'chardet.mbcsgroupprober', 'chardet.utf8prober', 'chardet.mbcssm', 'chardet.sjisprober', 'chardet.mbcharsetprober', 'chardet.chardistribution', 'chardet.euctwfreq', 'chardet.euckrfreq', 'chardet.gb2312freq', 'chardet.big5freq', 'chardet.jisfreq', 'chardet.jpcntx', 'chardet.eucjpprober', 'chardet.gb2312prober', 'chardet.euckrprober', 'chardet.cp949prober', 'chardet.big5prober', 'chardet.euctwprober', 'chardet.sbcsgroupprober', 'chardet.hebrewprober', 'chardet.langbulgarianmodel', 'chardet.sbcharsetprober', 'chardet.langgreekmodel', 'chardet.langhebrewmodel', 'chardet.langrussianmodel', 'chardet.langthaimodel', 'chardet.langturkishmodel', 'chardet.version', 'requests.exceptions', 'requests.__version__', 'requests.utils', 'tempfile', 'shutil', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'zipfile', 'requests.certs', 'certifi', 'certifi.core', 'importlib.resources', 'requests._internal_utils', 'requests.compat', 'urllib.request', 'urllib.error', 'urllib.response', 'http.cookiejar', 'http.cookies', 'requests.cookies', 'requests.structures', 'requests.packages', 'requests.packages.urllib3', 'requests.packages.urllib3.exceptions', 'requests.packages.urllib3.packages', 'requests.packages.urllib3.packages.ssl_match_hostname', 'requests.packages.urllib3.packages.six', 'requests.packages.urllib3.packages.six.moves', 'requests.packages.urllib3.packages.six.moves.http_client', 'requests.packages.urllib3._version', 'requests.packages.urllib3.connectionpool', 'requests.packages.urllib3.connection', 'requests.packages.urllib3.util', 'requests.packages.urllib3.util.connection', 'requests.packages.urllib3.contrib', 'requests.packages.urllib3.contrib._appengine_environ', 'requests.packages.urllib3.util.wait', 'requests.packages.urllib3.util.request', 'requests.packages.urllib3.util.response', 'requests.packages.urllib3.util.retry', 'requests.packages.urllib3.util.ssl_', 'requests.packages.urllib3.util.url', 'requests.packages.urllib3.util.ssltransport', 'requests.packages.urllib3.util.timeout', 'requests.packages.urllib3.util.proxy', 'requests.packages.urllib3._collections', 'requests.packages.urllib3.request', 'requests.packages.urllib3.filepost', 'requests.packages.urllib3.fields', 'requests.packages.urllib3.packages.six.moves.urllib', 'requests.packages.urllib3.packages.six.moves.urllib.parse', 'requests.packages.urllib3.response', 'requests.packages.urllib3.util.queue', 'requests.packages.urllib3.poolmanager', 'idna', 'idna.package_data', 'idna.core', 'idna.idnadata', 'unicodedata', 'idna.intranges', 'requests.packages.idna', 'requests.packages.idna.package_data', 'requests.packages.idna.core', 'requests.packages.idna.idnadata', 'requests.packages.idna.intranges', 'requests.packages.chardet', 'requests.packages.chardet.universaldetector', 'requests.packages.chardet.charsetgroupprober', 'requests.packages.chardet.enums', 'requests.packages.chardet.charsetprober', 'requests.packages.chardet.escprober', 'requests.packages.chardet.codingstatemachine', 'requests.packages.chardet.escsm', 'requests.packages.chardet.latin1prober', 'requests.packages.chardet.mbcsgroupprober', 'requests.packages.chardet.utf8prober', 'requests.packages.chardet.mbcssm', 'requests.packages.chardet.sjisprober', 'requests.packages.chardet.mbcharsetprober', 'requests.packages.chardet.chardistribution', 'requests.packages.chardet.euctwfreq', 'requests.packages.chardet.euckrfreq', 'requests.packages.chardet.gb2312freq', 'requests.packages.chardet.big5freq', 'requests.packages.chardet.jisfreq', 'requests.packages.chardet.jpcntx', 'requests.packages.chardet.eucjpprober', 'requests.packages.chardet.gb2312prober', 'requests.packages.chardet.euckrprober', 'requests.packages.chardet.cp949prober', 'requests.packages.chardet.big5prober', 'requests.packages.chardet.euctwprober', 'requests.packages.chardet.sbcsgroupprober', 'requests.packages.chardet.hebrewprober', 'requests.packages.chardet.langbulgarianmodel', 'requests.packages.chardet.sbcharsetprober', 'requests.packages.chardet.langgreekmodel', 'requests.packages.chardet.langhebrewmodel', 'requests.packages.chardet.langrussianmodel', 'requests.packages.chardet.langthaimodel', 'requests.packages.chardet.langturkishmodel', 'requests.packages.chardet.version', 'requests.models', 'encodings.idna', 'stringprep', 'requests.hooks', 'requests.auth', 'requests.status_codes', 'requests.api', 'requests.sessions', 'requests.adapters', 'terminaltables', 'terminaltables.ascii_table', 'terminaltables.base_table', 'terminaltables.build', 'terminaltables.width_and_alignment', 'terminaltables.terminal_io', 'ctypes', '_ctypes', 'ctypes._endian', 'terminaltables.github_table', 'terminaltables.other_tables', 'encodings.cp437', 'rasa.model', 'glob', 'rasa.exceptions', 'rasa.shared.exceptions', 'jsonschema', 'jsonschema.exceptions', 'pprint', 'attr', 'attr.converters', 'attr._compat', 'attr._make', 'attr._config', 'attr.setters', 'attr.exceptions', 'attr.filters', 'attr.validators', 'attr._cmp', 'attr._funcs', 'attr._version_info', 'attr._next_gen', 'jsonschema._utils', 'pkgutil', 'jsonschema.compat', 'jsonschema._format', 'jsonschema._types', 'numbers', 'pyrsistent', 'pyrsistent._pmap', 'pyrsistent._pvector', 'pyrsistent._transformations', 'pvectorc', 'pyrsistent._pset', 'pyrsistent._pbag', 'pyrsistent._plist', 'pyrsistent._pdeque', 'pyrsistent._checked_types', 'pyrsistent._field_common', 'pyrsistent._precord', 'pyrsistent._pclass', 'pyrsistent._immutable', 'pyrsistent._helpers', 'pyrsistent._toolz', 'jsonschema.validators', 'six', 'jsonschema._legacy_validators', 'jsonschema._validators', 'importlib_metadata', 'csv', '_csv', 'zipp', 'importlib_metadata._adapters', 'importlib_metadata._text', 'importlib_metadata._functools', 'importlib_metadata._meta', 'importlib_metadata._compat', 'typing_extensions', 'importlib_metadata._collections', 'importlib_metadata._itertools', 'rasa.engine', 'rasa.engine.storage', 'rasa.engine.storage.local_model_storage', 'tarsafe', 'tarsafe.tarsafe', 'tarfile', 'rasa.utils', 'rasa.utils.common', 'numpy', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.multiarray', 'numpy.core.overrides', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'numpy.core.umath', 'numpy.core.numerictypes', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core.shape_base', 'numpy.core._asarray', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core._exceptions', 'numpy.core._ufunc_config', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', 'numpy.core._internal', 'ast', '_ast', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.mixins', 'numpy.lib.scimath', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'numpy.linalg', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'numpy.lib.format', 'numpy.lib._datasource', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_decimal', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft._pocketfft', 'numpy.fft._pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.bit_generator', '_cython_0_29_21', 'numpy.random._common', 'secrets', 'numpy.random._bounded_integers', 'numpy.random._mt19937', 'numpy.random._philox', 'numpy.random._pcg64', 'numpy.random._sfc64', 'numpy.random._generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'rasa.utils.io', 'filecmp', 'rasa.shared.utils', 'rasa.shared.utils.io', 'ruamel.yaml', 'ruamel.yaml.cyaml', '_ruamel_yaml', 'ruamel.yaml.error', 'ruamel.yaml.compat', 'ruamel.yaml.reader', 'ruamel.yaml.util', 'ruamel.yaml.scanner', 'ruamel.yaml.tokens', 'ruamel.yaml.parser', 'ruamel.yaml.events', 'ruamel.yaml.composer', 'ruamel.yaml.nodes', 'ruamel.yaml.constructor', 'ruamel.yaml.comments', 'ruamel.yaml.scalarstring', 'ruamel.yaml.anchor', 'ruamel.yaml.scalarint', 'ruamel.yaml.scalarfloat', 'ruamel.yaml.scalarbool', 'ruamel.yaml.timestamp', 'ruamel.yaml.emitter', 'ruamel.yaml.serializer', 'ruamel.yaml.representer', 'ruamel.yaml.resolver', 'ruamel.yaml.main', 'ruamel.yaml.loader', 'ruamel.yaml.dumper', 'rasa.shared.utils.validation', 'packaging', 'packaging.__about__', 'packaging.version', 'packaging._structures', 'packaging._typing', 'pykwalify', 'logging.config', 'logging.handlers', 'socketserver', 'pykwalify.errors', 'pykwalify.compat', 'rasa.engine.storage.storage', 'dataclasses', 'rasa.engine.storage.resource', 'rasa.shared.core', 'rasa.shared.core.domain', 'rasa.shared.core.constants', 'rasa.shared.core.slot_mappings', 'rasa.shared.nlu', 'rasa.shared.nlu.constants', 'rasa.shared.utils.common', 'rasa.shared.core.events', 'jsonpickle', 'jsonpickle.backend', 'jsonpickle.compat', 'ujson', 'jsonpickle.pickler', 'jsonpickle.util', 'jsonpickle.tags', 'jsonpickle.handlers', 'jsonpickle.unpickler', 'jsonpickle.version', 'dateutil', 'dateutil._version', 'dateutil.parser', 'dateutil.parser._parser', 'dateutil.relativedelta', 'dateutil._common', 'dateutil.tz', 'dateutil.tz.tz', 'six.moves', 'dateutil.tz._common', 'dateutil.tz._factories', 'dateutil.parser.isoparser', 'rasa.shared.core.slots', 'rasa.shared.importers', 'rasa.shared.importers.autoconfig', 'rasa.shared.utils.cli', 'rasa.engine.graph', 'rasa.engine.exceptions', 'rasa.utils.tensorflow', 'rasa.utils.tensorflow.environment', 'rasa.utils.tensorflow.constants', 'rasa.cli', 'rasa.cli.data', 'rasa.cli.arguments', 'rasa.cli.arguments.data', 'rasa.cli.arguments.default_arguments', 'rasa.cli.utils', 'rasa.shared.data', 'rasa.shared.importers.rasa', 'rasa.shared.core.training_data', 'rasa.shared.core.training_data.structures', 'rasa.shared.core.conversation', 'rasa.shared.core.trackers', 'rasa.shared.importers.utils', 'rasa.shared.nlu.training_data', 'rasa.shared.nlu.training_data.training_data', 'rasa.shared.nlu.training_data.message', 'rasa.shared.nlu.training_data.util', 'scipy', 'scipy._lib', 'scipy._lib._testutils', 'scipy._lib.deprecation', 'scipy.__config__', 'scipy.version', 'scipy._distributor_init', 'scipy._lib._pep440', 'scipy._lib._ccallback', 'scipy._lib._ccallback_c', 'scipy.sparse', 'scipy.sparse.base', 'scipy.sparse.sputils', 'scipy._lib._util', 'scipy.sparse.csr', 'scipy.sparse._sparsetools', 'scipy.sparse.compressed', 'scipy.sparse.data', 'scipy.sparse.dia', 'scipy.sparse._index', 'scipy.sparse.csc', 'scipy.sparse.lil', 'scipy.sparse._csparsetools', 'scipy.sparse.dok', 'scipy.sparse.coo', 'scipy.sparse.bsr', 'scipy.sparse.construct', 'scipy.sparse.extract', 'scipy.sparse._matrix_io', 'scipy.sparse.csgraph', 'scipy.sparse.csgraph._laplacian', 'scipy.sparse.csgraph._shortest_path', '_cython_0_29_24', 'scipy.sparse.csgraph._validation', 'scipy.sparse.csgraph._tools', 'scipy.sparse.csgraph._traversal', 'scipy.sparse.csgraph._min_spanning_tree', 'scipy.sparse.csgraph._flow', 'scipy.sparse.csgraph._matching', 'scipy.sparse.csgraph._reordering', 'rasa.shared.importers.importer', 'rasa.shared.core.training_data.story_reader', 'rasa.shared.core.training_data.story_reader.yaml_story_reader', 'rasa.shared.nlu.training_data.entities_parser', 'rasa.shared.core.training_data.story_reader.story_reader', 'rasa.shared.core.training_data.story_reader.story_step_builder', 'rasa.shared.nlu.training_data.loading', 'rasa.shared.nlu.training_data.formats', 'rasa.shared.nlu.training_data.formats.rasa_yaml', 'rasa.shared.nlu.training_data.formats.readerwriter', 'rasa.shared.nlu.training_data.formats.dialogflow', 'rasa.shared.nlu.training_data.formats.luis', 'rasa.shared.nlu.training_data.formats.rasa', 'rasa.shared.nlu.training_data.formats.wit', 'rasa.cli.export', 'rasa.core', 'rasa.core.utils', 'rasa.core.lock_store', 'async_generator', 'async_generator._version', 'async_generator._impl', 'async_generator._util', 'rasa.core.constants', 'rasa.core.lock', 'rasa.utils.endpoints', 'aiohttp', 'aiohttp.hdrs', 'multidict', 'multidict._abc', 'multidict._compat', 'multidict._multidict_base', 'multidict._multidict', 'aiohttp.client', 'yarl', 'yarl._url', 'ipaddress', 'yarl._quoting', 'yarl._quoting_c', 'aiohttp.http', 'http.server', 'html', 'html.entities', 'aiohttp.http_exceptions', 'aiohttp.typedefs', 'aiohttp.http_parser', 'aiohttp.base_protocol', 'aiohttp.tcp_helpers', 'aiohttp.helpers', 'cgi', 'netrc', 'shlex', 'async_timeout', 'aiohttp.log', 'aiohttp._helpers', 'aiohttp.http_writer', 'aiohttp.abc', 'aiohttp._http_writer', 'aiohttp.streams', 'aiohttp._http_parser', 'aiohttp.http_websocket', 'aiohttp._websocket', 'aiohttp.payload', 'aiohttp.client_exceptions', 'aiohttp.client_reqrep', 'aiohttp.multipart', 'aiohttp.formdata', 'aiohttp.client_ws', 'aiohttp.connector', 'aiohttp.client_proto', 'aiohttp.locks', 'aiohttp.resolver', 'aiohttp.cookiejar', 'aiohttp.tracing', 'aiohttp.signals', 'aiohttp.frozenlist', 'aiohttp._frozenlist', 'aiohttp.payload_streamer', 'sanic', 'sanic.__version__', 'sanic.app', 'sanic_routing', 'sanic_routing.group', 'sanic_routing.route', 'sanic_routing.exceptions', 'sanic_routing.utils', 'sanic_routing.patterns', 'sanic_routing.router', 'sanic_routing.line', 'sanic_routing.tree', 'sanic.reloader_helpers', 'sanic.config', 'sanic.errorpages', 'sanic.exceptions', 'sanic.helpers', 'sanic.request', 'httptools', 'httptools.parser', 'httptools.parser.parser', 'httptools.parser.errors', 'httptools.parser.url_parser', 'httptools._version', 'sanic.compat', 'aiofiles', 'aiofiles.threadpool', 'aiofiles.threadpool.binary', 'aiofiles.base', 'aiofiles.threadpool.utils', 'aiofiles.threadpool.text', 'aiofiles.tempfile', 'aiofiles.tempfile.temptypes', 'aiofiles.os', 'sanic.constants', 'sanic.headers', 'sanic.log', 'sanic.models', 'sanic.models.protocol_types', 'sanic.response', 'sanic.cookies', 'sanic.http', 'sanic.touchup', 'sanic.touchup.meta', 'sanic.touchup.service', 'sanic.touchup.schemes', 'sanic.touchup.schemes.base', 'sanic.touchup.schemes.ode', 'sanic.utils', 'sanic.asgi', 'sanic.models.asgi', 'sanic.server', 'sanic.models.server_types', 'sanic.server.async_server', 'sanic.server.protocols', 'sanic.server.protocols.http_protocol', 'sanic.server.protocols.base_protocol', 'sanic.server.runners', 'sanic.server.events', 'sanic.server.socket', 'uvloop', 'uvloop.includes', 'gc', 'uvloop._patch', 'uvloop.loop', '_cython_0_29_13', 'uvloop._noop', 'concurrent.futures.thread', 'sanic.server.websockets', 'sanic.server.websockets.connection', 'sanic.base', 'sanic.mixins', 'sanic.mixins.exceptions', 'sanic.models.futures', 'sanic.models.handler_types', 'sanic.mixins.listeners', 'sanic.mixins.middleware', 'sanic.mixins.routes', 'sanic.handlers', 'sanic.views', 'sanic.mixins.signals', 'sanic.signals', 'sanic.blueprint_group', 'sanic.blueprints', 'sanic.router', 'sanic.server.protocols.websocket_protocol', 'websockets', 'websockets.imports', 'websockets.version', 'websockets.connection', 'websockets.exceptions', 'websockets.datastructures', 'websockets.frames', 'websockets.extensions', 'websockets.extensions.base', 'websockets.typing', 'websockets.speedups', 'websockets.http11', 'websockets.streams', 'websockets.server', 'websockets.headers', 'websockets.http', 'websockets.utils', 'websockets.legacy', 'websockets.legacy.server', 'websockets.extensions.permessage_deflate', 'websockets.legacy.compatibility', 'websockets.legacy.handshake', 'websockets.legacy.http', 'websockets.legacy.protocol', 'websockets.legacy.framing', 'sanic.server.websockets.impl', 'sanic.server.websockets.frame', 'rasa.cli.arguments.export', 'rasa.core.brokers', 'rasa.core.brokers.pika', 'aio_pika', 'aio_pika.patterns', 'aio_pika.patterns.master', 'aiormq', 'pamqp', 'pamqp.constants', 'pamqp.header', 'pamqp.decode', 'pamqp.specification', 'pamqp.encode', 'aiormq.types', 'pamqp.body', 'aiormq.channel', 'pamqp.frame', 'pamqp.exceptions', 'pamqp.heartbeat', 'aiormq.tools', 'aiormq.base', 'aiormq.exceptions', 'aiormq.connection', 'aiormq.auth', 'aiormq.version', 'aio_pika.channel', 'aio_pika.exchange', 'aio_pika.message', 'aio_pika.exceptions', 'aio_pika.types', 'aio_pika.pool', 'aio_pika.queue', 'aio_pika.tools', 'aio_pika.transaction', 'aio_pika.patterns.base', 'aio_pika.patterns.rpc', 'aio_pika.connection', 'aio_pika.robust_channel', 'aio_pika.robust_exchange', 'aio_pika.robust_queue', 'aio_pika.robust_connection', 'aio_pika.version', 'rasa.core.brokers.broker', 'rasa.cli.interactive', 'rasa.cli.arguments.interactive', 'rasa.cli.arguments.train', 'rasa.cli.arguments.run', 'rasa.cli.train', 'rasa.core.train', 'rasa.cli.run', 'rasa.cli.scaffold', 'rasa.cli.shell', 'rasa.cli.arguments.shell', 'rasa.cli.telemetry', 'rasa.cli.test', 'rasa.cli.arguments.test', 'rasa.cli.visualize', 'rasa.cli.arguments.visualize', 'rasa.cli.x', 'rasa.cli.arguments.x', 'rasa_sdk.cli.arguments', 'coloredlogs', 'humanfriendly', 'humanfriendly.compat', 'html.parser', '_markupbase', 'humanfriendly.deprecation', 'humanfriendly.text', 'humanfriendly.terminal', 'fcntl', 'termios', 'humanfriendly.decorators', 'humanfriendly.usage', 'pykwalify.core', 'pykwalify.rule', 'pykwalify.types', 'pkg_resources', 'plistlib', 'xml', 'xml.parsers', 'xml.parsers.expat', 'pyexpat.errors', 'pyexpat.model', 'pyexpat', 'xml.parsers.expat.model', 'xml.parsers.expat.errors', 'pkg_resources.extern', 'pkg_resources._vendor', 'pkg_resources._vendor.appdirs', 'pkg_resources.extern.appdirs', 'pkg_resources._vendor.packaging', 'pkg_resources._vendor.packaging.__about__', 'pkg_resources.extern.packaging', 'pkg_resources.extern.packaging.version', 'pkg_resources.extern.packaging._structures', 'pkg_resources.extern.packaging._typing', 'pkg_resources.extern.packaging.specifiers', 'pkg_resources.extern.packaging._compat', 'pkg_resources.extern.packaging.utils', 'pkg_resources.extern.packaging.requirements', 'pkg_resources._vendor.pyparsing', 'pkg_resources.extern.pyparsing', 'pkg_resources.extern.packaging.markers', 'sysconfig', 'encodings.raw_unicode_escape', '', 'sentry_sdk', 'sentry_sdk.hub', 'sentry_sdk._compat', 'sentry_sdk._types', 'sentry_sdk.scope', 'sentry_sdk._functools', 'sentry_sdk.utils', 'sentry_sdk.tracing', 'sentry_sdk.attachments', 'sentry_sdk.envelope', 'sentry_sdk.session', 'sentry_sdk.client', 'sentry_sdk.serializer', 'sentry_sdk.transport', 'gzip', 'sentry_sdk.worker', 'sentry_sdk._queue', 'sentry_sdk.consts', 'sentry_sdk.integrations', 'sentry_sdk.sessions', 'sentry_sdk.api', 'sentry_sdk.debug', 'sentry_sdk.integrations.atexit', 'sentry_sdk.integrations.dedupe', 'sentry_sdk.integrations.excepthook', 'rasa.graph_components', 'rasa.graph_components.validators', 'rasa.graph_components.validators.default_recipe_validator', 'rasa.core.featurizers', 'rasa.core.featurizers.precomputation', 'rasa.shared.nlu.training_data.features', 'rasa.nlu', 'rasa.nlu.featurizers', 'rasa.nlu.featurizers.featurizer', 'rasa.nlu.constants', 'rasa.nlu.extractors', 'rasa.nlu.extractors.mitie_entity_extractor', 'rasa.nlu.tokenizers', 'rasa.nlu.tokenizers.tokenizer', 'rasa.engine.recipes', 'rasa.engine.recipes.default_recipe', 'rasa.core.policies', 'rasa.core.policies.ensemble', 'rasa.engine.runner', 'rasa.engine.runner.interface', 'rasa.core.policies.policy', 'rasa.core.featurizers.tracker_featurizers', 'tqdm', 'tqdm._monitor', 'tqdm._tqdm_pandas', 'tqdm.cli', 'tqdm.std', 'tqdm.utils', 'tqdm.version', 'tqdm._dist_ver', 'tqdm.gui', 'rasa.core.featurizers.single_state_featurizer', 'rasa.nlu.extractors.extractor', 'rasa.utils.train_utils', 'rasa.nlu.utils', 'rasa.nlu.utils.bilou_utils', 'rasa.utils.tensorflow.callback', 'tensorflow', 'distutils', 'tensorflow.python', 'tensorflow.python.eager', 'tensorflow.python.eager.context', 'absl', 'absl.logging', 'getpass', 'timeit', 'absl.flags', 'getopt', 'absl.flags._argument_parser', 'absl.flags._helpers', 'absl.flags._defines', 'absl.flags._exceptions', 'absl.flags._flag', 'absl._collections_abc', 'absl.flags._flagvalues', 'xml.dom', 'xml.dom.domreg', 'xml.dom.minidom', 'xml.dom.minicompat', 'xml.dom.xmlbuilder', 'xml.dom.NodeFilter', 'absl.flags._validators_classes', 'absl.flags._validators', 'absl.logging.converter', 'tensorflow.core', 'tensorflow.core.framework', 'tensorflow.core.framework.function_pb2', 'google.protobuf', 'google.protobuf.descriptor', 'google.protobuf.internal', 'google.protobuf.internal.api_implementation', 'google.protobuf.internal._api_implementation', 'google.protobuf.pyext', 'google.protobuf.internal.enum_type_wrapper', 'google.protobuf.message', 'google.protobuf.pyext._message', 'google.protobuf.reflection', 'google.protobuf.message_factory', 'google.protobuf.descriptor_pool', 'google.protobuf.descriptor_database', 'google.protobuf.text_encoding', 'google.protobuf.pyext.cpp_message', 'google.protobuf.symbol_database', 'tensorflow.core.framework.attr_value_pb2', 'tensorflow.core.framework.tensor_pb2', 'tensorflow.core.framework.resource_handle_pb2', 'tensorflow.core.framework.tensor_shape_pb2', 'google.protobuf.internal.well_known_types', 'tensorflow.core.framework.types_pb2', 'tensorflow.core.framework.node_def_pb2', 'tensorflow.core.framework.op_def_pb2', 'tensorflow.core.framework.full_type_pb2', 'tensorflow.core.protobuf', 'tensorflow.core.protobuf.config_pb2', 'tensorflow.core.framework.cost_graph_pb2', 'tensorflow.core.framework.graph_pb2', 'tensorflow.core.framework.versions_pb2', 'tensorflow.core.framework.step_stats_pb2', 'tensorflow.core.framework.allocation_description_pb2', 'tensorflow.core.framework.tensor_description_pb2', 'tensorflow.core.protobuf.cluster_pb2', 'tensorflow.core.protobuf.debug_pb2', 'tensorflow.core.protobuf.rewriter_config_pb2', 'tensorflow.core.protobuf.verifier_config_pb2', 'tensorflow.python.pywrap_tfe', 'tensorflow.python.pywrap_tensorflow', 'tensorflow.python.platform', 'tensorflow.python.platform.self_check', 'tensorflow.python.platform.build_info', 'tensorflow.python._pywrap_tensorflow_internal', 'tensorflow.python._pywrap_tfe', 'tensorflow.python.tf2', 'tensorflow.python.platform._pywrap_tf2', 'tensorflow.python.util', 'tensorflow.python.util.tf_export', 'tensorflow.python.util.tf_decorator', 'tensorflow.python.util.tf_inspect', 'tensorflow.python.client', 'tensorflow.python.client.pywrap_tf_session', 'tensorflow.python.client._pywrap_tf_session', 'tensorflow.python.eager.executor', 'tensorflow.python.eager.monitoring', 'tensorflow.core.framework.summary_pb2', 'tensorflow.python.framework', 'tensorflow.python.framework.c_api_util', 'tensorflow.core.framework.api_def_pb2', 'tensorflow.python.util.compat', 'tensorflow.python.util.tf_contextlib', 'tensorflow.python.framework.device', 'tensorflow.python.framework.device_spec', 'tensorflow.python.framework.tfrt_utils', 'tensorflow.python.util.is_in_graph_mode', 'tensorflow.python.util.deprecation', 'tensorflow.python.platform.tf_logging', 'tensorflow.python.util.decorator_utils', 'tensorflow.tools', 'tensorflow.tools.docs', 'tensorflow.tools.docs.doc_controls', 'tensorflow.python.data', 'tensorflow.python.data.experimental', 'tensorflow.python.data.experimental.service', 'tensorflow.python.data.experimental.ops', 'tensorflow.python.data.experimental.ops.data_service_ops', 'tensorflow.python.compat', 'tensorflow.python.compat.compat', 'tensorflow.python.data.experimental.ops.compression_ops', 'tensorflow.python.data.util', 'tensorflow.python.data.util.structure', 'wrapt', 'wrapt.wrappers', 'wrapt._wrappers', 'wrapt.decorators', 'wrapt.importer', 'tensorflow.python.data.util.nest', 'tensorflow.python.framework.sparse_tensor', 'tensorflow.python.framework.composite_tensor', 'tensorflow.python.util._pywrap_utils', 'tensorflow.python.util.nest', 'tensorflow.python.util._pywrap_nest', 'tensorflow.python.framework.constant_op', 'tensorflow.python.eager.execute', 'google.protobuf.text_format', 'encodings.unicode_escape', 'google.protobuf.internal.decoder', 'google.protobuf.internal.containers', 'google.protobuf.internal.encoder', 'google.protobuf.internal.wire_format', 'google.protobuf.internal.type_checkers', 'tensorflow.python.eager.core', 'tensorflow.python.framework.errors', 'tensorflow.python.framework.errors_impl', 'tensorflow.core.lib', 'tensorflow.core.lib.core', 'tensorflow.core.lib.core.error_codes_pb2', 'tensorflow.core.protobuf.error_codes_pb2', 'tensorflow.python._pywrap_py_exception_registry', 'tensorflow.python.framework.error_interpolation', 'tensorflow.core.protobuf.graph_debug_info_pb2', 'tensorflow.python.framework.dtypes', 'tensorflow.python.framework._dtypes', 'tensorflow.python.types', 'tensorflow.python.types.doc_typealias', 'tensorflow.python.lib', 'tensorflow.python.lib.core', 'tensorflow.python.lib.core._pywrap_bfloat16', 'tensorflow.python.framework.ops', 'absl.app', 'pdb', 'cmd', 'bdb', 'code', 'codeop', 'absl.command_name', 'faulthandler', 'tensorflow.python.eager.tape', 'tensorflow.python.util.lazy_loader', 'tensorflow.python.framework.cpp_shape_inference_pb2', 'tensorflow.python.framework.indexed_slices', 'tensorflow.python.framework.tensor_conversion_registry', 'tensorflow.python.framework.tensor_shape', 'tensorflow.python.framework.type_spec', 'tensorflow.python.types.internal', 'tensorflow.python.framework.registry', 'tensorflow.python.framework.traceable_stack', 'tensorflow.python.framework.versions', 'tensorflow.python.ops', 'tensorflow.python.ops.control_flow_util', 'tensorflow.python.profiler', 'tensorflow.python.profiler.trace', 'tensorflow.python.profiler.internal', 'tensorflow.python.profiler.internal._pywrap_traceme', 'tensorflow.python.types.core', 'tensorflow.python.util.dispatch', 'tensorflow.python.util.function_utils', 'tensorflow.python.util.lock_util', 'tensorflow.python.util.memory', 'tensorflow.python.util.object_identity', 'tensorflow.python.util.tf_stack', 'tensorflow.python.util._tf_stack', 'tensorflow.python.framework.op_callbacks', 'tensorflow.python.framework.tensor_util', 'tensorflow.python.framework.fast_tensor_util', 'tensorflow.python.framework.tensor_spec', 'tensorflow.python.framework.common_shapes', 'tensorflow.python.ops.gen_sparse_ops', 'tensorflow.python.framework.op_def_registry', 'tensorflow.python.framework._op_def_registry', 'tensorflow.python.framework.op_def_library', 'tensorflow.python.ops.tensor_array_ops', 'tensorflow.python.ops.array_ops', 'tensorflow.python.ops.gen_array_ops', 'tensorflow.python.ops.gen_math_ops', 'tensorflow.python.ops.gen_control_flow_ops', 'tensorflow.python.ops.gen_data_flow_ops', 'tensorflow.python.ops.list_ops', 'tensorflow.python.ops.gen_list_ops', 'tensorflow.python.ops.handle_data_util', 'tensorflow.python.ops.math_ops', 'tensorflow.python.framework.graph_util', 'tensorflow.python.framework.graph_util_impl', 'tensorflow.python.framework._proto_comparators', 'tensorflow.python.ops.gen_bitwise_ops', 'tensorflow.python.ops.gen_nn_ops', 'tensorflow.python.util.tf_should_use', 'tensorflow.python.ops.ragged', 'tensorflow.python.ops.ragged.ragged_tensor', 'tensorflow.python.client.session', 'tensorflow.python.ops.session_ops', 'tensorflow.python.training', 'tensorflow.python.training.experimental', 'tensorflow.python.training.experimental.mixed_precision_global_state', 'tensorflow.python.ops.check_ops', 'tensorflow.python.ops.control_flow_ops', 'tensorflow.core.protobuf.control_flow_pb2', 'tensorflow.python.ops.gen_functional_ops', 'tensorflow.python.ops.gen_logging_ops', 'tensorflow.python.ops.gen_ragged_conversion_ops', 'tensorflow.python.ops.ragged.ragged_config', 'tensorflow.python.ops.ragged.ragged_tensor_value', 'tensorflow.python.ops.ragged.ragged_util', 'tensorflow.python.ops.gen_ragged_math_ops', 'tensorflow.python.ops.ragged.row_partition', 'tensorflow.python.ops.ragged.segment_id_ops', 'tensorflow.python.ops.gen_experimental_dataset_ops', 'tensorflow.python.data.experimental.ops.distribute_options', 'tensorflow.core.framework.dataset_options_pb2', 'tensorflow.python.data.util.options', 'tensorflow.python.data.experimental.service._pywrap_utils', 'tensorflow.python.data.ops', 'tensorflow.python.data.ops.dataset_ops', 'tensorflow.python.data.experimental.ops.optimization_options', 'tensorflow.python.data.experimental.ops.threading_options', 'tensorflow.python.data.ops.iterator_ops', 'tensorflow.python.data.ops.optional_ops', 'tensorflow.python.ops.gen_dataset_ops', 'tensorflow.python.training.saver', 'tensorflow.core.protobuf.meta_graph_pb2', 'google.protobuf.any_pb2', 'tensorflow.core.protobuf.saved_object_graph_pb2', 'tensorflow.core.framework.variable_pb2', 'tensorflow.core.protobuf.struct_pb2', 'tensorflow.core.protobuf.trackable_object_graph_pb2', 'tensorflow.core.protobuf.saver_pb2', 'tensorflow.python.framework.meta_graph', 'distutils.version', 'tensorflow.python.framework.graph_io', 'tensorflow.python.lib.io', 'tensorflow.python.lib.io.file_io', 'tensorflow.python.lib.io._pywrap_file_io', 'tensorflow.python.framework.importer', 'tensorflow.python.framework.function', 'tensorflow.python.framework.graph_to_function_def', 'tensorflow.python.ops.resource_variable_ops', 'tensorflow.python.framework.auto_control_deps_utils', 'tensorflow.python.ops.gen_resource_variable_ops', 'tensorflow.python.ops.gen_state_ops', 'tensorflow.python.ops.state_ops', 'tensorflow.python.ops.variables', 'tensorflow.python.training.tracking', 'tensorflow.python.training.tracking.base', 'tensorflow.python.ops.gen_io_ops', 'tensorflow.python.training.saving', 'tensorflow.python.training.saving.saveable_object', 'tensorflow.python.ops.variable_scope', 'tensorflow.python.ops.init_ops', 'tensorflow.python.ops.gen_linalg_ops', 'tensorflow.python.ops.linalg_ops_impl', 'tensorflow.python.ops.random_ops', 'tensorflow.python.framework.random_seed', 'tensorflow.python.ops.gen_random_ops', 'tensorflow.python.ops.stateless_random_ops', 'tensorflow.python.ops.gen_stateless_random_ops', 'tensorflow.python.ops.gen_stateless_random_ops_v2', 'tensorflow.python.ops.io_ops', 'tensorflow.python.lib.io.python_io', 'tensorflow.python.lib.io.tf_record', 'tensorflow.python.lib.io._pywrap_record_io', 'tensorflow.python.ops.gen_parsing_ops', 'tensorflow.python.ops.string_ops', 'tensorflow.python.ops.gen_string_ops', 'tensorflow.python.platform.gfile', 'tensorflow.python.training.checkpoint_management', 'tensorflow.python.training.training_util', 'tensorflow.python.training.checkpoint_state_pb2', 'tensorflow.python.training.py_checkpoint_reader', 'tensorflow.python.util._pywrap_checkpoint_reader', 'tensorflow.python.training.saving.saveable_object_util', 'tensorflow.python.eager.def_function', 'tensorflow.python.distribute', 'tensorflow.python.distribute.parallel_device', 'tensorflow.python.distribute.parallel_device.parallel_device', 'tensorflow.python._pywrap_parallel_device', 'tensorflow.python.distribute.device_util', 'tensorflow.python.framework.config', 'tensorflow.python.util._pywrap_tensor_float_32_execution', 'tensorflow.python.distribute.parallel_device.saving', 'tensorflow.python.tpu', 'tensorflow.python.tpu.ops', 'tensorflow.python.tpu.ops.tpu_ops', 'tensorflow.python.ops.gen_tpu_ops', 'tensorflow.python.tpu.tpu_function', 'tensorflow.python.eager.function', 'tensorflow.python.eager.backprop', 'tensorflow.python.eager.backprop_util', 'tensorflow.python.eager.imperative_grad', 'tensorflow.python.ops.unconnected_gradients', 'tensorflow.python.ops.default_gradient', 'tensorflow.python.eager.forwardprop_util', 'tensorflow.python.eager.graph_only_ops', 'tensorflow.python.framework.func_graph', 'tensorflow.python.framework.auto_control_deps', 'tensorflow.python.ops.functional_ops', 'tensorflow.python.ops.gradients_util', 'tensorflow.python.ops.control_flow_state', 'tensorflow.python.ops.control_flow_v2_func_graphs', 'tensorflow.python.saved_model', 'tensorflow.python.saved_model.save_context', 'tensorflow.python.eager.lift_to_graph', 'tensorflow.python.ops.op_selector', 'tensorflow.python.data.util.random_seed', 'tensorflow.python.data.util.traverse', 'tensorflow.python.framework.smart_cond', 'tensorflow.python.ops.script_ops', 'tensorflow.python.lib.core._pywrap_py_func', 'tensorflow.python.ops.gen_script_ops', 'tensorflow.python.training.tracking.tracking', 'tensorflow.python.training.tracking.data_structures', 'tensorflow.python.saved_model.revived_types', 'tensorflow.python.training.tracking.layer_utils', 'tensorflow.python.data.experimental.service.server_lib', 'tensorflow.core.protobuf.service_config_pb2', 'tensorflow.python.data.experimental.service._pywrap_server_lib', 'tensorflow.python.data.experimental.ops.batching', 'tensorflow.python.data.util.convert', 'tensorflow.python.data.experimental.ops.cardinality', 'tensorflow.python.data.experimental.ops.counter', 'tensorflow.python.data.experimental.ops.scan_ops', 'tensorflow.python.data.experimental.ops.distribute', 'tensorflow.python.data.experimental.ops.enumerate_ops', 'tensorflow.python.data.experimental.ops.error_ops', 'tensorflow.python.data.experimental.ops.get_single_element', 'tensorflow.python.data.experimental.ops.grouping', 'tensorflow.python.data.experimental.ops.interleave_ops', 'tensorflow.python.data.experimental.ops.random_ops', 'tensorflow.python.data.ops.readers', 'tensorflow.python.data.experimental.ops.io', 'tensorflow.python.data.experimental.ops.iterator_ops', 'tensorflow.python.training.basic_session_run_hooks', 'tensorflow.core.util', 'tensorflow.core.util.event_pb2', 'tensorflow.python.client.timeline', 'tensorflow.python.training.session_run_hook', 'tensorflow.python.training.summary_io', 'tensorflow.python.summary', 'tensorflow.python.summary.summary_iterator', 'tensorflow.python.summary.writer', 'tensorflow.python.summary.writer.writer', 'tensorflow.python.summary.plugin_asset', 'tensorflow.python.summary.writer.event_file_writer', 'tensorflow.python.client._pywrap_events_writer', 'tensorflow.python.summary.writer.event_file_writer_v2', 'tensorflow.python.ops.summary_ops_v2', 'tensorflow.python.eager.profiler', 'tensorflow.python.profiler.internal._pywrap_profiler', 'tensorflow.python.ops.gen_summary_ops', 'tensorflow.python.ops.summary_op_util', 'tensorflow.python.summary.writer.writer_cache', 'tensorflow.python.data.experimental.ops.lookup_ops', 'tensorflow.python.ops.lookup_ops', 'tensorflow.python.ops.gen_lookup_ops', 'tensorflow.python.data.experimental.ops.parsing_ops', 'tensorflow.python.ops.parsing_ops', 'tensorflow.python.ops.parsing_config', 'tensorflow.python.ops.sparse_ops', 'tensorflow.python.ops.special_math_ops', 'opt_einsum', 'opt_einsum.blas', 'opt_einsum.helpers', 'opt_einsum.parser', 'opt_einsum.paths', 'opt_einsum.path_random', 'opt_einsum.contract', 'opt_einsum.backends', 'opt_einsum.backends.cupy', 'opt_einsum.sharing', 'opt_einsum.backends.dispatch', 'opt_einsum.backends.object_arrays', 'opt_einsum.backends.jax', 'opt_einsum.backends.tensorflow', 'opt_einsum.backends.theano', 'opt_einsum.backends.torch', 'opt_einsum._version', 'tensorflow.compiler', 'tensorflow.compiler.tf2xla', 'tensorflow.compiler.tf2xla.ops', 'tensorflow.compiler.tf2xla.ops.gen_xla_ops', 'tensorflow.python.ops.gen_special_math_ops', 'tensorflow.python.ops.ragged.ragged_math_ops', 'tensorflow.python.ops.map_fn', 'tensorflow.python.autograph', 'tensorflow.python.autograph.operators', 'tensorflow.python.autograph.operators.conditional_expressions', 'tensorflow.python.autograph.operators.control_flow', 'tensorflow.python.autograph.operators.py_builtins', 'tensorflow.python.autograph.utils', 'tensorflow.python.autograph.utils.context_managers', 'tensorflow.python.autograph.utils.misc', 'tensorflow.python.autograph.utils.py_func', 'tensorflow.python.autograph.utils.tensor_list', 'tensorflow.python.autograph.utils.tensors', 'tensorflow.python.ops.sort_ops', 'tensorflow.python.ops.nn_ops', 'tensorflow.python.platform.device_context', 'tensorflow.python.autograph.operators.variables', 'tensorflow.python.autograph.utils.ag_logging', 'tensorflow.python.data.experimental.ops.take_while_ops', 'tensorflow.python.types.distribute', 'tensorflow.python.autograph.operators.data_structures', 'tensorflow.python.autograph.operators.exceptions', 'tensorflow.python.autograph.operators.logical', 'tensorflow.python.autograph.operators.slices', 'tensorflow.python.autograph.core', 'tensorflow.python.autograph.core.converter', 'tensorflow.python.autograph.pyct', 'tensorflow.python.autograph.pyct.anno', 'gast', 'gast.gast', 'gast.ast3', 'gast.astn', 'tensorflow.python.autograph.pyct.ast_util', 'tensorflow.python.autograph.pyct.parser', 'astunparse', 'astunparse.unparser', 'astunparse.printer', 'tensorflow.python.autograph.pyct.errors', 'tensorflow.python.autograph.pyct.inspect_utils', 'tensorflow.python.autograph.pyct.qual_names', 'tensorflow.python.autograph.pyct.templates', 'tensorflow.python.autograph.pyct.transformer', 'tensorflow.python.autograph.pyct.pretty_printer', 'termcolor', 'tensorflow.python.autograph.impl', 'tensorflow.python.autograph.impl.api', 'imp', 'tensorflow.python.autograph.converters', 'tensorflow.python.autograph.converters.asserts', 'tensorflow.python.autograph.converters.break_statements', 'tensorflow.python.autograph.pyct.static_analysis', 'tensorflow.python.autograph.pyct.static_analysis.activity', 'tensorflow.python.autograph.pyct.static_analysis.annos', 'tensorflow.python.autograph.converters.call_trees', 'tensorflow.python.autograph.converters.conditional_expressions', 'tensorflow.python.autograph.converters.continue_statements', 'tensorflow.python.autograph.converters.control_flow', 'tensorflow.python.autograph.lang', 'tensorflow.python.autograph.lang.directives', 'tensorflow.python.autograph.pyct.cfg', 'tensorflow.python.autograph.pyct.origin_info', 'difflib', 'tensorflow.python.autograph.pyct.static_analysis.liveness', 'tensorflow.python.autograph.pyct.static_analysis.reaching_definitions', 'tensorflow.python.autograph.pyct.static_analysis.reaching_fndefs', 'tensorflow.python.autograph.converters.directives', 'tensorflow.python.autograph.converters.functions', 'tensorflow.python.autograph.converters.lists', 'tensorflow.python.autograph.converters.logical_expressions', 'tensorflow.python.autograph.converters.return_statements', 'tensorflow.python.autograph.converters.slices', 'tensorflow.python.autograph.converters.variables', 'tensorflow.python.autograph.core.ag_ctx', 'tensorflow.python.autograph.core.function_wrappers', 'tensorflow.python.autograph.core.unsupported_features_checker', 'tensorflow.python.autograph.impl.conversion', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'unittest.suite', 'unittest.loader', 'unittest.main', 'unittest.runner', 'unittest.signals', 'tensorflow.python.autograph.core.config', 'tensorflow.python.autograph.core.config_lib', 'tensorflow.python.autograph.pyct.cache', 'tensorflow.python.autograph.lang.special_functions', 'tensorflow.python.autograph.pyct.error_utils', 'tensorflow.python.autograph.pyct.transpiler', 'tensorflow.python.autograph.pyct.loader', 'tensorflow.python.autograph.pyct.naming', 'tensorflow.python.util.all_util', 'tensorflow.python.ops.ragged.ragged_functional_ops', 'tensorflow.python.data.experimental.ops.prefetching_ops', 'tensorflow.python.data.experimental.ops.readers', 'tensorflow.python.data.experimental.ops.resampling', 'tensorflow.python.ops.logging_ops', 'tensorflow.python.data.experimental.ops.shuffle_ops', 'tensorflow.python.data.experimental.ops.snapshot', 'tensorflow.python.data.experimental.ops.unique', 'tensorflow.python.data.experimental.ops.writers', 'tensorflow.python.feature_column', 'tensorflow.python.feature_column.feature_column_lib', 'tensorflow.python.feature_column.feature_column', 'tensorflow.python.feature_column.utils', 'tensorflow.python.layers', 'tensorflow.python.layers.base', 'tensorflow.python.keras', 'tensorflow.python.keras.distribute', 'tensorflow.python.keras.distribute.sidecar_evaluator', 'tensorflow.python.training.checkpoint_utils', 'tensorflow.python.distribute.distribution_strategy_context', 'tensorflow.python.training.tracking.util', 'tensorflow.python.saved_model.utils_impl', 'tensorflow.python.saved_model.constants', 'tensorflow.python.saved_model.experimental', 'tensorflow.python.saved_model.experimental.pywrap_libexport.metrics', 'tensorflow.python.saved_model.experimental.pywrap_libexport', 'tensorflow.python.saved_model.nested_structure_coder', 'tensorflow.python.distribute.values', 'tensorflow.python.distribute.distribute_lib', 'tensorflow.python.distribute.collective_util', 'tensorflow.python.distribute.numpy_dataset', 'tensorflow.python.distribute.reduce_util', 'tensorflow.python.ops.custom_gradient', 'tensorflow.python.ops.losses', 'tensorflow.python.ops.losses.losses_impl', 'tensorflow.python.ops.confusion_matrix', 'tensorflow.python.ops.nn', 'tensorflow.python.ops.ctc_ops', 'tensorflow.python.ops.gen_ctc_ops', 'tensorflow.python.ops.inplace_ops', 'tensorflow.python.ops.linalg_ops', 'tensorflow.python.ops.nn_grad', 'tensorflow.python.ops.embedding_ops', 'tensorflow.python.ops.clip_ops', 'tensorflow.python.ops.data_flow_grad', 'tensorflow.python.ops.data_flow_ops', 'tensorflow.python.ops.nn_impl', 'tensorflow.python.ops.candidate_sampling_ops', 'tensorflow.python.ops.gen_candidate_sampling_ops', 'tensorflow.python.ops.losses.util', 'tensorflow.python.ops.weights_broadcast_ops', 'tensorflow.python.ops.sets', 'tensorflow.python.ops.sets_impl', 'tensorflow.python.ops.gen_set_ops', 'tensorflow.python.distribute.packed_distributed_variable', 'tensorflow.python.distribute.values_util', 'tensorflow.python.saved_model.save_options', 'tensorflow.python.framework.extension_type', 'tensorflow.python.framework.extension_type_field', 'tensorflow.python.framework.immutable_dict', 'tensorflow.python.training.saving.checkpoint_options', 'tensorflow.python.training.saving.functional_saver', 'tensorflow.python.training.saving.saveable_hook', 'tensorflow.python.training.tracking.graph_view', 'tensorflow.python.training.optimizer', 'tensorflow.python.distribute.distribute_utils', 'tensorflow.python.distribute.tpu_values', 'tensorflow.python.distribute.tpu_util', 'tensorflow.python.tpu.tpu', 'tensorflow.compiler.tf2xla.python', 'tensorflow.compiler.tf2xla.python.xla', 'tensorflow.python.ops.bitwise_ops', 'tensorflow.python.ops.numpy_ops', 'tensorflow.python.ops.numpy_ops.np_random', 'tensorflow.python.ops.numpy_ops.np_array_ops', 'tensorflow.python.ops.manip_ops', 'tensorflow.python.ops.gen_manip_ops', 'tensorflow.python.ops.numpy_ops.np_arrays', 'tensorflow.python.ops.numpy_ops.np_dtypes', 'tensorflow.python.ops.numpy_ops.np_export', 'tensorflow.python.ops.numpy_ops.np_utils', 'tensorflow.python.ops.numpy_ops.np_config', 'tensorflow.python.ops.numpy_ops.np_math_ops', 'tensorflow.core.protobuf.tpu', 'tensorflow.core.protobuf.tpu.dynamic_padding_pb2', 'tensorflow.core.protobuf.tpu.tpu_embedding_configuration_pb2', 'tensorflow.core.protobuf.tpu.optimization_parameters_pb2', 'google.protobuf.wrappers_pb2', 'tensorflow.compiler.xla', 'tensorflow.compiler.xla.service', 'tensorflow.compiler.xla.service.hlo_pb2', 'tensorflow.compiler.xla.xla_data_pb2', 'tensorflow.core.protobuf.tpu.tpu_embedding_output_layout_pb2', 'tensorflow.python.compiler', 'tensorflow.python.compiler.xla', 'tensorflow.python.compiler.xla.jit', 'tensorflow.python.compiler.xla.xla', 'tensorflow.compiler.jit', 'tensorflow.compiler.jit.ops', 'tensorflow.compiler.jit.ops.xla_ops', 'tensorflow.compiler.jit.ops.xla_ops_grad', 'tensorflow.python.distribute.summary_op_util', 'tensorflow.python.tpu.device_assignment', 'tensorflow.python.tpu.topology', 'tensorflow.core.protobuf.tpu.topology_pb2', 'tensorflow.python.tpu.tpu_feed', 'tensorflow.compiler.xla.experimental', 'tensorflow.compiler.xla.experimental.xla_sharding', 'tensorflow.compiler.xla.experimental.xla_sharding.xla_sharding', 'tensorflow.python.tpu.tpu_name_util', 'tensorflow.python.tpu.tpu_sharding', 'tensorflow.python.ops.gradients', 'tensorflow.python.eager.forwardprop', 'tensorflow.python.ops.parallel_for', 'tensorflow.python.ops.parallel_for.control_flow_ops', 'tensorflow.python.ops.parallel_for.pfor', 'tensorflow.python.ops.gen_image_ops', 'tensorflow.python.ops.gen_spectral_ops', 'tensorflow.python.platform.flags', 'tensorflow.python.ops.parallel_for.gradients', 'tensorflow.python.ops.gradients_impl', 'tensorflow.python.ops.array_grad', 'tensorflow.python.ops.control_flow_grad', 'tensorflow.python.ops.image_grad', 'tensorflow.python.ops.linalg_grad', 'tensorflow.python.ops.linalg', 'tensorflow.python.ops.linalg.linalg_impl', 'tensorflow.python.ops.manip_grad', 'tensorflow.python.ops.math_grad', 'tensorflow.python.ops.optional_grad', 'tensorflow.python.ops.random_grad', 'tensorflow.python.training.slot_creator', 'tensorflow.python.keras.models', 'tensorflow.python.keras.backend', 'tensorflow.python.keras.backend_config', 'tensorflow.python.keras.distribute.distribute_coordinator_utils', 'tensorflow.python.training.monitored_session', 'tensorflow.python.distribute.distribute_coordinator_context', 'tensorflow.python.ops.resources', 'tensorflow.python.summary.summary', 'google.protobuf.json_format', 'tensorflow.python.training.coordinator', 'tensorflow.python.training.queue_runner', 'tensorflow.python.training.queue_runner_impl', 'tensorflow.core.protobuf.queue_runner_pb2', 'tensorflow.python.training.session_manager', 'tensorflow.python.training.server_lib', 'tensorflow.core.protobuf.device_filters_pb2', 'tensorflow.core.protobuf.tensorflow_server_pb2', 'tensorflow.python.keras.engine', 'tensorflow.python.keras.engine.keras_tensor', 'tensorflow.python.keras.utils', 'tensorflow.python.keras.utils.object_identity', 'tensorflow.python.ops.ragged.ragged_operators', 'tensorflow.python.ops.ragged.ragged_getitem', 'tensorflow.python.ops.ragged.ragged_gather_ops', 'tensorflow.python.ops.gen_ragged_array_ops', 'tensorflow.python.ops.ragged.ragged_array_ops', 'tensorflow.python.keras.utils.control_flow_util', 'tensorflow.python.keras.utils.tf_contextlib', 'tensorflow.python.keras.utils.tf_inspect', 'tensorflow.python.ops.image_ops', 'tensorflow.python.ops.image_ops_impl', 'tensorflow.python.ops.tensor_array_grad', 'tensorflow.python.training.moving_averages', 'tensorflow.python.util.keras_deps', 'tensorflow.python.keras.metrics', 'tensorflow.python.keras.activations', 'tensorflow.python.keras.layers', 'tensorflow.python.keras.engine.input_layer', 'tensorflow.python.keras.distribute.distributed_training_utils', 'tensorflow.python.keras.engine.base_layer', 'tensorflow.python.keras.constraints', 'tensorflow.python.keras.utils.generic_utils', 'tensorflow.python.keras.initializers', 'tensorflow.python.keras.initializers.initializers_v1', 'tensorflow.python.keras.initializers.initializers_v2', 'tensorflow.python.keras.regularizers', 'tensorflow.python.keras.engine.base_layer_utils', 'tensorflow.python.keras.utils.tf_utils', 'tensorflow.python.distribute.coordinator', 'tensorflow.python.distribute.coordinator.cluster_coordinator', 'tensorflow.python.distribute.input_lib', 'tensorflow.python.data.ops.multi_device_iterator_ops', 'tensorflow.python.distribute.input_ops', 'tensorflow.python.distribute.parameter_server_strategy_v2', 'tensorflow.python.distribute.cross_device_ops', 'multiprocessing.dummy', 'multiprocessing.dummy.connection', 'multiprocessing.pool', 'multiprocessing.util', 'tensorflow.python.client.device_lib', 'tensorflow.core.framework.device_attributes_pb2', 'tensorflow.python.client._pywrap_device_lib', 'tensorflow.python.distribute.cross_device_utils', 'tensorflow.python.ops.collective_ops', 'tensorflow.python.ops.gen_collective_ops', 'tensorflow.python.ops.nccl_ops', 'tensorflow.python.ops.gen_nccl_ops', 'tensorflow.python.distribute.ps_values', 'tensorflow.python.framework.kernels', 'tensorflow.core.framework.kernel_def_pb2', 'tensorflow.python.distribute.mirrored_run', 'tensorflow.python.distribute.shared_variable_creator', 'tensorflow.python.distribute.multi_worker_util', 'tensorflow.python.distribute.parameter_server_strategy', 'tensorflow.python.distribute.cluster_resolver', 'tensorflow.python.distribute.cluster_resolver.cluster_resolver', 'tensorflow.python.distribute.cluster_resolver.gce_cluster_resolver', 'tensorflow.python.distribute.cluster_resolver.kubernetes_cluster_resolver', 'tensorflow.python.distribute.cluster_resolver.slurm_cluster_resolver', 'tensorflow.python.distribute.cluster_resolver.tfconfig_cluster_resolver', 'tensorflow.python.distribute.cluster_resolver.tpu_cluster_resolver', 'tensorflow.python.distribute.cluster_resolver.tpu', 'tensorflow.python.distribute.cluster_resolver.tpu.tpu_cluster_resolver', 'tensorflow.python.tpu.tpu_system_metadata', 'tensorflow.python.tpu.client', 'tensorflow.python.tpu.client.client', 'six.moves.urllib', 'six.moves.urllib.error', 'tensorflow.python.training.device_setter', 'tensorflow.python.distribute.sharded_variable', 'tensorflow.python.ops.partitioned_variables', 'tensorflow.python.eager.remote', 'tensorflow.python.platform.remote_utils', 'tensorflow.python.distribute.coordinator.metric_utils', 'tensorflow.python.distribute.coordinator.values', 'tensorflow.python.eager.cancellation', 'tensorflow.python.keras.engine.input_spec', 'tensorflow.python.keras.engine.node', 'tensorflow.python.keras.saving', 'tensorflow.python.keras.saving.saved_model', 'tensorflow.python.keras.saving.saved_model.json_utils', 'tensorflow.python.keras.mixed_precision', 'tensorflow.python.keras.mixed_precision.autocast_variable', 'tensorflow.python.keras.mixed_precision.loss_scale_optimizer', 'tensorflow.python.distribute.collective_all_reduce_strategy', 'tensorflow.python.distribute.mirrored_strategy', 'tensorflow.python.distribute.one_device_strategy', 'tensorflow.python.distribute.tpu_strategy', 'tensorflow.python.tpu.tpu_strategy_util', 'tensorflow.python.tpu.training_loop', 'tensorflow.python.tpu.tensor_tracer', 'tensorflow.python.platform.analytics', 'tensorflow.python.tpu.tensor_tracer_flags', 'tensorflow.python.tpu.tensor_tracer_report', 'tensorflow.python.tpu.tensor_tracer_pb2', 'tensorflow.python.keras.optimizers', 'tensorflow.python.keras.optimizer_v1', 'tensorflow.python.keras.optimizer_v2', 'tensorflow.python.keras.optimizer_v2.adadelta', 'tensorflow.python.keras.optimizer_v2.optimizer_v2', 'tensorflow.python.distribute.central_storage_strategy', 'tensorflow.python.keras.optimizer_v2.learning_rate_schedule', 'tensorflow.python.keras.optimizer_v2.utils', 'tensorflow.python.keras.utils.layer_utils', 'tensorflow.python.training.gen_training_ops', 'tensorflow.python.ops.gen_training_ops', 'tensorflow.python.keras.optimizer_v2.adagrad', 'tensorflow.python.keras.optimizer_v2.adam', 'tensorflow.python.keras.optimizer_v2.adamax', 'tensorflow.python.keras.optimizer_v2.ftrl', 'tensorflow.python.keras.optimizer_v2.gradient_descent', 'tensorflow.python.keras.optimizer_v2.nadam', 'tensorflow.python.keras.optimizer_v2.rmsprop', 'tensorflow.python.keras.mixed_precision.loss_scale', 'tensorflow.python.training.experimental.loss_scale', 'tensorflow.python.training.experimental.mixed_precision', 'tensorflow.python.training.experimental.loss_scale_optimizer', 'tensorflow.python.keras.mixed_precision.policy', 'tensorflow.python.keras.mixed_precision.device_compatibility_check', 'tensorflow.python.keras.saving.saved_model.layer_serialization', 'tensorflow.python.keras.saving.saved_model.base_serialization', 'tensorflow.python.keras.saving.saved_model.utils', 'tensorflow.python.keras.saving.saved_model.constants', 'tensorflow.python.keras.saving.saved_model.save_impl', 'tensorflow.python.keras.saving.saving_utils', 'tensorflow.python.keras.losses', 'tensorflow.python.keras.utils.losses_utils', 'tensorflow.python.ops.ragged.ragged_map_ops', 'tensorflow.python.keras.utils.version_utils', 'tensorflow.python.keras.utils.io_utils', 'tensorflow.python.keras.saving.saved_model.load', 'tensorflow.python.keras.protobuf', 'tensorflow.python.keras.protobuf.saved_metadata_pb2', 'tensorflow.python.keras.protobuf.versions_pb2', 'tensorflow.python.keras.saving.saved_model.serialized_attributes', 'tensorflow.python.keras.utils.metrics_utils', 'tensorflow.python.saved_model.load', 'tensorflow.python.saved_model.function_deserialization', 'tensorflow.python.framework.function_def_to_graph', 'tensorflow.python.saved_model.load_options', 'tensorflow.python.saved_model.load_v1_in_v2', 'tensorflow.python.eager.wrap_function', 'tensorflow.python.saved_model.loader_impl', 'tensorflow.core.protobuf.saved_model_pb2', 'tensorflow.python.saved_model.signature_def_utils', 'tensorflow.python.saved_model.signature_def_utils_impl', 'tensorflow.python.saved_model.signature_constants', 'tensorflow.python.saved_model.signature_serialization', 'tensorflow.python.saved_model.function_serialization', 'tensorflow.python.module', 'tensorflow.python.module.module', 'tensorflow.python.keras.engine.base_preprocessing_layer', 'tensorflow.python.keras.engine.data_adapter', 'tensorflow.python.keras.engine.training_utils', 'tensorflow.python.keras.utils.data_utils', 'six.moves.urllib.request', 'tensorflow.python.keras.utils.dataset_creator', 'tensorflow.python.keras.layers.preprocessing', 'tensorflow.python.keras.layers.preprocessing.image_preprocessing', 'tensorflow.python.keras.preprocessing', 'keras_preprocessing', 'tensorflow.python.keras.preprocessing.image', 'keras_preprocessing.image', 'keras_preprocessing.image.affine_transformations', 'keras_preprocessing.image.utils', 'PIL', 'PIL._version', 'PIL.ImageEnhance', 'PIL.Image', 'PIL.ImageMode', 'PIL.TiffTags', 'PIL._binary', 'PIL._util', 'PIL._imaging', 'cffi', 'cffi.api', 'cffi.lock', 'cffi.error', 'cffi.model', 'PIL.ImageFilter', 'PIL.ImageStat', 'scipy.ndimage', 'scipy.ndimage.filters', 'scipy.ndimage._ni_support', 'scipy.ndimage._nd_image', 'scipy.ndimage._ni_docstrings', 'scipy._lib.doccer', 'scipy.ndimage.fourier', 'scipy.ndimage.interpolation', 'scipy.special', 'scipy.special.sf_error', 'scipy.special._ufuncs', 'scipy.special._ufuncs_cxx', 'scipy.special._basic', 'scipy.special.specfun', 'scipy.special.orthogonal', 'scipy.linalg', 'scipy.linalg.misc', 'scipy.linalg.blas', 'scipy.linalg._fblas', 'scipy.linalg.lapack', 'scipy.linalg._flapack', 'scipy.linalg.basic', 'scipy.linalg.flinalg', 'scipy.linalg._flinalg', 'scipy.linalg.decomp', 'scipy.linalg.decomp_svd', 'scipy.linalg._solve_toeplitz', 'scipy.linalg.decomp_lu', 'scipy.linalg._decomp_ldl', 'scipy.linalg.decomp_cholesky', 'scipy.linalg.decomp_qr', 'scipy.linalg._decomp_qz', 'scipy.linalg.decomp_schur', 'scipy.linalg._decomp_polar', 'scipy.linalg.matfuncs', 'scipy.linalg.special_matrices', 'scipy.linalg._expm_frechet', 'scipy.linalg._matfuncs_sqrtm', 'scipy.linalg._matfuncs_sqrtm_triu', 'scipy.linalg._solvers', 'scipy.linalg._procrustes', 'scipy.linalg._decomp_update', 'scipy.linalg.cython_blas', 'scipy.linalg.cython_lapack', 'scipy.linalg._sketches', 'scipy.linalg._decomp_cossin', 'scipy.special._comb', 'scipy.special._logsumexp', 'scipy.special.spfun_stats', 'scipy.special._ellip_harm', 'scipy.special._ellip_harm_2', 'scipy.special._lambertw', 'scipy.special._spherical_bessel', 'scipy.ndimage.measurements', 'scipy.ndimage._ni_label', '_ni_label', 'scipy.ndimage.morphology', 'keras_preprocessing.image.dataframe_iterator', 'keras_preprocessing.image.iterator', 'keras_preprocessing.image.directory_iterator', 'keras_preprocessing.image.image_data_generator', 'keras_preprocessing.image.numpy_array_iterator', 'tensorflow.python.keras.preprocessing.image_dataset', 'tensorflow.python.keras.preprocessing.dataset_utils', 'tensorflow.python.keras.preprocessing.sequence', 'keras_preprocessing.sequence', 'tensorflow.python.keras.preprocessing.text', 'keras_preprocessing.text', 'tensorflow.python.keras.preprocessing.text_dataset', 'tensorflow.python.keras.preprocessing.timeseries', 'tensorflow.python.keras.utils.all_utils', 'tensorflow.python.keras.utils.multi_gpu_utils', 'tensorflow.python.keras.engine.training', 'tensorflow.python.keras.callbacks', 'tensorflow.python.keras.distribute.distributed_file_utils', 'tensorflow.python.keras.distribute.worker_training_state', 'tensorflow.python.keras.utils.mode_keys', 'tensorflow.python.saved_model.model_utils', 'tensorflow.python.saved_model.model_utils.export_output', 'tensorflow.python.saved_model.model_utils.export_utils', 'tensorflow.python.saved_model.tag_constants', 'tensorflow.python.saved_model.model_utils.mode_keys', 'tensorflow.python.profiler.profiler_v2', 'tensorflow.python.keras.engine.compile_utils', 'tensorflow.python.keras.saving.hdf5_format', 'tensorflow.python.keras.saving.model_config', 'h5py', 'h5py._errors', 'h5py.version', 'h5py.h5', 'h5py.defs', 'h5py._objects', 'h5py._conv', 'h5py.h5r', 'h5py.h5t', 'h5py.h5p', 'h5py.h5s', 'h5py.utils', 'h5py.h5ac', 'h5py.h5z', 'h5py.h5a', 'h5py._proxy', 'h5py.h5d', 'h5py.h5ds', 'h5py.h5f', 'h5py.h5g', 'h5py.h5i', 'h5py.h5fd', 'h5py.h5pl', 'h5py._hl', 'h5py._hl.filters', 'h5py._hl.compat', 'h5py._hl.base', 'h5py._hl.files', 'h5py._hl.group', 'h5py.h5o', 'h5py.h5l', 'h5py._hl.dataset', 'cached_property', 'h5py._selector', 'h5py._hl.selections', 'h5py._hl.selections2', 'h5py._hl.datatype', 'h5py._hl.vds', 'h5py._hl.attrs', 'tensorflow.python.keras.saving.save', 'tensorflow.python.keras.saving.saved_model.load_context', 'tensorflow.python.keras.saving.saved_model.save', 'tensorflow.python.saved_model.save', 'tensorflow.python.saved_model.builder_impl', 'tensorflow.python.keras.saving.saved_model.model_serialization', 'tensorflow.python.keras.layers.core', 'tensorflow.python.keras.utils.conv_utils', 'tensorflow.python.ops.standard_ops', 'tensorflow.python.training.experimental.loss_scaling_gradient_tape', 'tensorflow.python.ops.cudnn_rnn_grad', 'tensorflow.python.ops.gen_cudnn_rnn_ops', 'tensorflow.python.ops.rnn_grad', 'tensorflow.python.ops.gen_rnn_ops', 'tensorflow.python.ops.sparse_grad', 'tensorflow.python.ops.state_grad', 'tensorflow.python.ops.batch_ops', 'tensorflow.python.ops.gen_batch_ops', 'tensorflow.python.ops.critical_section_ops', 'tensorflow.python.ops.histogram_ops', 'tensorflow.python.ops.numerics', 'tensorflow.python.ops.proto_ops', 'tensorflow.python.ops.gen_decode_proto_ops', 'tensorflow.python.ops.gen_encode_proto_ops', 'tensorflow.python.ops.ragged.ragged_dispatch', 'tensorflow.python.ops.ragged.ragged_batch_gather_ops', 'tensorflow.python.ops.ragged.ragged_concat_ops', 'tensorflow.python.ops.ragged.ragged_squeeze_op', 'tensorflow.python.ops.ragged.ragged_string_ops', 'tensorflow.python.ops.ragged.ragged_tensor_shape', 'tensorflow.python.ops.ragged.ragged_where_op', 'tensorflow.python.ops.template', 'tensorflow.python.compiler.tensorrt', 'tensorflow.python.compiler.tensorrt.trt_convert', 'tensorflow.python.compiler.tensorrt.utils', 'tensorflow.python.framework.convert_to_constants', 'tensorflow.python.grappler', 'tensorflow.python.grappler.tf_optimizer', 'tensorflow.python.grappler._pywrap_tf_optimizer', 'tensorflow.python.grappler.cluster', 'tensorflow.core.grappler', 'tensorflow.core.grappler.costs', 'tensorflow.core.grappler.costs.op_performance_data_pb2', 'tensorflow.core.protobuf.device_properties_pb2', 'tensorflow.python.grappler._pywrap_tf_cluster', 'tensorflow.python.saved_model.builder', 'tensorflow.python.saved_model.loader', 'tensorflow.compiler.tf2tensorrt', 'tensorflow.compiler.tf2tensorrt.ops', 'tensorflow.compiler.tf2tensorrt.ops.gen_trt_ops', 'tensorflow.python.keras.layers.merge', 'tensorflow.python.keras.utils.np_utils', 'tensorflow.python.keras.utils.vis_utils', 'pydot', 'dot_parser', 'pyparsing', 'pyparsing.util', 'pyparsing.exceptions', 'pyparsing.unicode', 'pyparsing.actions', 'pyparsing.core', 'pyparsing.results', 'pyparsing.helpers', 'pyparsing.testing', 'pyparsing.common', 'tensorflow.python.ops.stateful_random_ops', 'tensorflow.python.ops.gen_stateful_random_ops', 'tensorflow.python.keras.layers.preprocessing.category_crossing', 'tensorflow.python.keras.layers.preprocessing.category_encoding', 'tensorflow.python.ops.bincount_ops', 'tensorflow.python.ops.gen_count_ops', 'tensorflow.python.keras.layers.preprocessing.discretization', 'tensorflow.python.keras.layers.preprocessing.hashing', 'tensorflow.python.keras.layers.preprocessing.integer_lookup', 'tensorflow.python.keras.layers.preprocessing.index_lookup', 'tensorflow.python.keras.layers.preprocessing.table_utils', 'tensorflow.python.keras.layers.preprocessing.normalization', 'tensorflow.python.keras.layers.preprocessing.string_lookup', 'tensorflow.python.keras.layers.preprocessing.text_vectorization', 'tensorflow.python.keras.layers.advanced_activations', 'tensorflow.python.keras.layers.convolutional', 'tensorflow.python.keras.layers.pooling', 'tensorflow.python.keras.layers.dense_attention', 'tensorflow.python.keras.layers.embeddings', 'tensorflow.python.keras.layers.einsum_dense', 'tensorflow.python.keras.layers.multi_head_attention', 'tensorflow.python.keras.layers.local', 'tensorflow.python.keras.layers.noise', 'tensorflow.python.keras.layers.normalization', 'tensorflow.python.keras.layers.normalization.layer_normalization', 'tensorflow.python.keras.layers.normalization.batch_normalization', 'tensorflow.python.keras.layers.normalization.batch_normalization_v1', 'tensorflow.python.keras.layers.kernelized', 'tensorflow.python.keras.layers.recurrent', 'tensorflow.python.keras.layers.recurrent_v2', 'tensorflow.python.platform.sysconfig', 'tensorflow.python.keras.layers.convolutional_recurrent', 'tensorflow.python.keras.layers.cudnn_recurrent', 'tensorflow.python.keras.layers.wrappers', 'tensorflow.python.keras.layers.rnn_cell_wrapper_v2', 'tensorflow.python.keras.layers.legacy_rnn', 'tensorflow.python.keras.layers.legacy_rnn.rnn_cell_wrapper_impl', 'tensorflow.python.keras.layers.serialization', 'tensorflow.python.keras.saving.saved_model.metric_serialization', 'tensorflow.python.keras.engine.functional', 'tensorflow.python.keras.saving.saved_model.network_serialization', 'tensorflow.python.keras.engine.sequential', 'tensorflow.python.keras.engine.training_v1', 'tensorflow.python.keras.distribute.distributed_training_utils_v1', 'tensorflow.python.keras.engine.training_utils_v1', 'tensorflow.python.keras.engine.training_arrays_v1', 'tensorflow.python.keras.engine.training_distributed_v1', 'tensorflow.python.keras.engine.partial_batch_padding_handler', 'tensorflow.python.keras.engine.training_eager_v1', 'tensorflow.python.keras.engine.training_generator_v1', 'tensorflow.python.keras.legacy_tf_layers', 'tensorflow.python.keras.legacy_tf_layers.base', 'tensorflow.python.keras.legacy_tf_layers.variable_scope_shim', 'tensorflow.python.feature_column.feature_column_v2', 'tensorflow.python.feature_column.sequence_feature_column', 'tensorflow.python.feature_column.serialization', 'tensorflow.python.keras.feature_column', 'tensorflow.python.keras.feature_column.dense_features_v2', 'tensorflow.python.keras.feature_column.base_feature_layer', 'tensorflow.python.keras.feature_column.dense_features', 'tensorflow.python.keras.feature_column.sequence_feature_column', 'tensorflow.python.ops.cond_v2', 'tensorflow.python.ops.control_flow_util_v2', 'tensorflow.python.ops.composite_tensor_ops', 'tensorflow.core.protobuf.composite_tensor_variant_pb2', 'tensorflow.python.ops.gen_composite_tensor_ops', 'tensorflow.python.ops.gradient_checker_v2', 'tensorflow.python.ops.metrics', 'tensorflow.python.ops.metrics_impl', 'tensorflow.python.ops.while_v2', 'tensorflow.python.ops.while_v2_indexed_slices_rewriter', 'tensorflow.python.ops.distributions', 'tensorflow.python.ops.distributions.distributions', 'tensorflow.python.ops.distributions.bernoulli', 'tensorflow.python.ops.distributions.distribution', 'tensorflow.python.ops.distributions.kullback_leibler', 'tensorflow.python.ops.distributions.util', 'tensorflow.python.ops.distributions.beta', 'tensorflow.python.ops.distributions.categorical', 'tensorflow.python.ops.distributions.dirichlet', 'tensorflow.python.ops.distributions.dirichlet_multinomial', 'tensorflow.python.ops.distributions.exponential', 'tensorflow.python.ops.distributions.gamma', 'tensorflow.python.ops.distributions.laplace', 'tensorflow.python.ops.distributions.special_math', 'tensorflow.python.ops.distributions.multinomial', 'tensorflow.python.ops.distributions.normal', 'tensorflow.python.ops.distributions.student_t', 'tensorflow.python.ops.distributions.uniform', 'tensorflow.python.ops.linalg.linalg', 'tensorflow.python.ops.linalg.adjoint_registrations', 'tensorflow.python.ops.linalg.linear_operator', 'tensorflow.python.ops.linalg.linear_operator_algebra', 'tensorflow.python.ops.linalg.linear_operator_util', 'tensorflow.python.ops.linalg.linear_operator_adjoint', 'tensorflow.python.ops.linalg.linear_operator_block_diag', 'tensorflow.python.ops.linalg.linear_operator_circulant', 'tensorflow.python.ops.signal', 'tensorflow.python.ops.signal.fft_ops', 'tensorflow.python.ops.linalg.linear_operator_diag', 'tensorflow.python.ops.linalg.linear_operator_householder', 'tensorflow.python.ops.linalg.linear_operator_identity', 'tensorflow.python.ops.linalg.linear_operator_kronecker', 'tensorflow.python.ops.linalg.cholesky_registrations', 'tensorflow.python.ops.linalg.linear_operator_lower_triangular', 'tensorflow.python.ops.linalg.inverse_registrations', 'tensorflow.python.ops.linalg.linear_operator_addition', 'tensorflow.python.ops.linalg.linear_operator_full_matrix', 'tensorflow.python.ops.linalg.linear_operator_block_lower_triangular', 'tensorflow.python.ops.linalg.linear_operator_inversion', 'tensorflow.python.ops.linalg.matmul_registrations', 'tensorflow.python.ops.linalg.linear_operator_composition', 'tensorflow.python.ops.linalg.linear_operator_zeros', 'tensorflow.python.ops.linalg.registrations_util', 'tensorflow.python.ops.linalg.solve_registrations', 'tensorflow.python.ops.linalg.linear_operator_low_rank_update', 'tensorflow.python.ops.linalg.linear_operator_permutation', 'tensorflow.python.ops.linalg.linear_operator_toeplitz', 'tensorflow.python.ops.linalg.linear_operator_tridiag', 'tensorflow.python.ops.linalg.sparse', 'tensorflow.python.ops.linalg.sparse.sparse', 'tensorflow.python.ops.linalg.sparse.conjugate_gradient', 'tensorflow.python.ops.linalg.sparse.sparse_csr_matrix_grad', 'tensorflow.python.ops.linalg.sparse.sparse_csr_matrix_ops', 'tensorflow.python.ops.linalg.sparse.gen_sparse_csr_matrix_ops', 'tensorflow.python.ops.losses.losses', 'tensorflow.python.ops.ragged.ragged_ops', 'tensorflow.python.ops.ragged.ragged_batch_gather_with_default_op', 'tensorflow.python.ops.ragged.ragged_conversion_ops', 'tensorflow.python.ops.ragged.ragged_factory_ops', 'tensorflow.python.ops.signal.signal', 'tensorflow.python.ops.signal.dct_ops', 'tensorflow.python.ops.signal.mel_ops', 'tensorflow.python.ops.signal.shape_ops', 'tensorflow.python.ops.signal.util_ops', 'fractions', 'tensorflow.python.ops.signal.mfcc_ops', 'tensorflow.python.ops.signal.reconstruction_ops', 'tensorflow.python.ops.signal.spectral_ops', 'tensorflow.python.ops.signal.window_ops', 'tensorflow.python.ops.structured', 'tensorflow.python.ops.structured.structured_ops', 'tensorflow.python.ops.structured.structured_array_ops', 'tensorflow.python.ops.structured.structured_tensor', 'tensorflow.python.profiler.profiler', 'tensorflow.core.profiler', 'tensorflow.core.profiler.tfprof_log_pb2', 'tensorflow.core.profiler.tfprof_output_pb2', 'tensorflow.python.profiler.model_analyzer', 'tensorflow.core.profiler.tfprof_options_pb2', 'tensorflow.python.profiler.option_builder', 'tensorflow.python.profiler.tfprof_logger', 'tensorflow.python.profiler.internal.flops_registry', 'tensorflow.python.util._pywrap_tfprof', 'tensorflow.python.profiler.profiler_client', 'tensorflow.python.saved_model.saved_model', 'tensorflow.python.saved_model.main_op', 'tensorflow.python.saved_model.main_op_impl', 'tensorflow.python.saved_model.method_name_updater', 'tensorflow.python.saved_model.utils', 'tensorflow.python.saved_model.simple_save', 'tensorflow.python.tpu.api', 'tensorflow.python.tpu.bfloat16', 'tensorflow.python.tpu.feature_column_v2', 'tensorflow.python.tpu.feature_column', 'tensorflow.python.tpu.tpu_embedding', 'tensorflow.python.tpu.tpu_embedding_v2', 'tensorflow.python.tpu.tpu_embedding_v2_utils', 'tensorflow.python.ops.init_ops_v2', 'tensorflow.python.tpu.tpu_optimizer', 'tensorflow.python.user_ops', 'tensorflow.python.user_ops.user_ops', 'tensorflow.python.user_ops.ops', 'tensorflow.python.user_ops.ops.gen_user_ops', 'tensorflow.python.ops.gen_audio_ops', 'tensorflow.python.ops.gen_boosted_trees_ops', 'tensorflow.python.ops.gen_sendrecv_ops', 'tensorflow.python.training.training', 'tensorflow.python.ops.sdca_ops', 'tensorflow.python.ops.gen_sdca_ops', 'tensorflow.python.training.adadelta', 'tensorflow.python.training.training_ops', 'tensorflow.python.training.adagrad', 'tensorflow.python.training.adagrad_da', 'tensorflow.python.training.proximal_adagrad', 'tensorflow.python.training.adam', 'tensorflow.python.training.ftrl', 'tensorflow.python.training.momentum', 'tensorflow.python.training.rmsprop', 'tensorflow.python.training.gradient_descent', 'tensorflow.python.training.proximal_gradient_descent', 'tensorflow.python.training.sync_replicas_optimizer', 'tensorflow.python.training.input', 'tensorflow.python.layers.utils', 'tensorflow.python.training.basic_loops', 'tensorflow.python.training.tracking.python_state', 'tensorflow.python.training.supervisor', 'tensorflow.python.training.warm_starting_util', 'tensorflow.python.training.checkpoint_ops', 'tensorflow.python.ops.gen_checkpoint_ops', 'tensorflow.core.example', 'tensorflow.core.example.example_pb2', 'tensorflow.core.example.feature_pb2', 'tensorflow.python.training.learning_rate_decay', 'tensorflow.python.keras.optimizer_v2.legacy_learning_rate_decay', 'tensorflow.python.training.quantize_training', 'tensorflow.python._pywrap_quantize_training', 'tensorflow.python.platform.app', 'tensorflow.python.platform.resource_loader', 'tensorflow.python.platform.test', 'tensorflow.python.framework.test_util', 'absl.testing', 'absl.testing.parameterized', 'absl.testing.absltest', 'absl._enum_module', 'absl.testing._pretty_print_reporter', 'absl.third_party', 'absl.third_party.unittest3_backport', 'absl.third_party.unittest3_backport.case', 'absl.third_party.unittest3_backport.result', 'absl.testing.xml_reporter', 'xml.sax', 'xml.sax.xmlreader', 'xml.sax.handler', 'xml.sax._exceptions', 'xml.sax.saxutils', 'unittest.mock', 'absl.testing._parameterized_async', 'tensorflow.python.pywrap_sanitizers', 'tensorflow.python._pywrap_sanitizers', 'tensorflow.python.framework.gpu_util', 'tensorflow.python.platform._pywrap_stacktrace_handler', 'tensorflow.python.platform.googletest', 'tensorflow.python.platform.benchmark', 'tensorflow.core.util.test_log_pb2', 'tensorflow.python.util._pywrap_util_port', 'tensorflow.python.util.protobuf', 'tensorflow.python.util.protobuf.compare', 'tensorflow.python.ops.gradient_checker', 'tensorflow.python.compat.v2_compat', 'tensorflow.python.ops.control_flow_v2_toggles', 'tensorflow.python.ops.rnn', 'tensorflow.python.ops.rnn_cell_impl', 'tensorflow.python.keras.layers.legacy_rnn.rnn_cell_impl', 'tensorflow.python.ops.rnn_cell', 'tensorflow.python.debug', 'tensorflow.python.debug.lib', 'tensorflow.python.debug.lib.debug_data', 'tensorflow.python.debug.lib.debug_graphs', 'tensorflow.python.debug.lib.debug_gradients', 'tensorflow.python.debug.lib.debug_utils', 'tensorflow.python.debug.wrappers', 'tensorflow.python.debug.wrappers.dumping_wrapper', 'tensorflow.python.debug.wrappers.framework', 'tensorflow.python.debug.wrappers.grpc_wrapper', 'tensorflow.python.debug.lib.common', 'tensorflow.python.debug.wrappers.hooks', 'tensorflow.python.debug.wrappers.local_cli_wrapper', 'tensorflow.python.debug.cli', 'tensorflow.python.debug.cli.analyzer_cli', 'tensorflow.python.debug.cli.cli_config', 'tensorflow.python.debug.cli.debugger_cli_common', 'tensorflow.python.debug.cli.cli_shared', 'tensorflow.python.debug.cli.command_parser', 'tensorflow.python.debug.cli.tensor_format', 'tensorflow.python.debug.cli.evaluator', 'tensorflow.python.debug.cli.ui_factory', 'tensorflow.python.debug.lib.source_utils', 'tensorflow.python.debug.lib.profiling', 'tensorflow.python.debug.cli.profile_analyzer_cli', 'tensorflow.python.debug.lib.check_numerics_callback', 'tensorflow.core.protobuf.debug_event_pb2', 'tensorflow.python.debug.lib.op_callbacks_common', 'tensorflow.python.ops.gen_debug_ops', 'tensorflow.python.debug.lib.dumping_callback', 'tensorflow.python.debug.lib.debug_events_writer', 'tensorflow.python.client._pywrap_debug_events_writer', 'tensorflow.python.dlpack', 'tensorflow.python.dlpack.dlpack', 'tensorflow.python.compiler.mlir', 'tensorflow.python.compiler.mlir.mlir', 'tensorflow.python.pywrap_mlir', 'tensorflow.python._pywrap_mlir', 'tensorflow.python.tools', 'tensorflow.python.tools.module_util', 'tensorflow._api', 'tensorflow._api.v2', 'tensorflow._api.v2.__internal__', 'tensorflow._api.v2.__internal__.autograph', 'tensorflow._api.v2.__internal__.decorator', 'tensorflow._api.v2.__internal__.dispatch', 'tensorflow._api.v2.__internal__.distribute', 'tensorflow._api.v2.__internal__.distribute.combinations', 'tensorflow.python.distribute.combinations', 'tensorflow.python.distribute.multi_process_runner', 'tensorflow.python.distribute.multi_process_lib', 'tensorflow.python.eager.test', 'tensorflow.python.distribute.multi_worker_test_base', 'tensorflow.python.distribute.distribute_coordinator', 'tensorflow.python.framework.combinations', 'tensorflow.python.framework.test_combinations', 'tensorflow.python.distribute.strategy_combinations', 'tensorflow.python.distribute.test_util', 'tensorflow._api.v2.__internal__.distribute.multi_process_runner', 'tensorflow._api.v2.__internal__.eager_context', 'tensorflow._api.v2.__internal__.feature_column', 'tensorflow._api.v2.__internal__.function', 'tensorflow._api.v2.__internal__.graph_util', 'tensorflow._api.v2.__internal__.mixed_precision', 'tensorflow._api.v2.__internal__.monitoring', 'tensorflow._api.v2.__internal__.nest', 'tensorflow._api.v2.__internal__.ops', 'tensorflow._api.v2.__internal__.saved_model', 'tensorflow._api.v2.__internal__.saved_model.load', 'tensorflow._api.v2.__internal__.smart_cond', 'tensorflow._api.v2.__internal__.test', 'tensorflow._api.v2.__internal__.test.combinations', 'tensorflow._api.v2.__internal__.tf2', 'tensorflow._api.v2.__internal__.tracking', 'tensorflow._api.v2.__internal__.train', 'tensorflow._api.v2.__internal__.types', 'tensorflow._api.v2.__operators__', 'tensorflow._api.v2.audio', 'tensorflow._api.v2.autodiff', 'tensorflow._api.v2.autograph', 'tensorflow._api.v2.autograph.experimental', 'tensorflow._api.v2.bitwise', 'tensorflow._api.v2.compat', 'tensorflow._api.v2.compat.v1', 'tensorflow._api.v2.compat.v1.app', 'tensorflow._api.v2.compat.v1.audio', 'tensorflow._api.v2.compat.v1.autograph', 'tensorflow._api.v2.compat.v1.autograph.experimental', 'tensorflow._api.v2.compat.v1.bitwise', 'tensorflow._api.v2.compat.v1.compat', 'tensorflow._api.v2.compat.v1.compat.v1', 'tensorflow._api.v2.compat.v1.compat.v1.compat', 'tensorflow._api.v2.compat.v1.config', 'tensorflow._api.v2.compat.v1.config.experimental', 'tensorflow._api.v2.compat.v1.config.optimizer', 'tensorflow._api.v2.compat.v1.config.threading', 'tensorflow._api.v2.compat.v1.data', 'tensorflow._api.v2.compat.v1.data.experimental', 'tensorflow._api.v2.compat.v1.data.experimental.service', 'tensorflow._api.v2.compat.v1.debugging', 'tensorflow._api.v2.compat.v1.debugging.experimental', 'tensorflow._api.v2.compat.v1.distribute', 'tensorflow._api.v2.compat.v1.distribute.cluster_resolver', 'tensorflow._api.v2.compat.v1.distribute.experimental', 'tensorflow._api.v2.compat.v1.distributions', 'tensorflow._api.v2.compat.v1.dtypes', 'tensorflow._api.v2.compat.v1.errors', 'tensorflow._api.v2.compat.v1.experimental', 'tensorflow.python.framework.load_library', 'tensorflow.python.framework._pywrap_python_op_gen', 'tensorflow._api.v2.compat.v1.feature_column', 'tensorflow._api.v2.compat.v1.gfile', 'tensorflow._api.v2.compat.v1.graph_util', 'tensorflow._api.v2.compat.v1.image', 'tensorflow._api.v2.compat.v1.initializers', 'tensorflow._api.v2.compat.v1.io', 'tensorflow._api.v2.compat.v1.io.gfile', 'tensorflow._api.v2.compat.v1.layers', 'tensorflow._api.v2.compat.v1.layers.experimental', 'tensorflow._api.v2.compat.v1.linalg', 'tensorflow._api.v2.compat.v1.linalg.experimental', 'tensorflow._api.v2.compat.v1.lite', 'tensorflow._api.v2.compat.v1.lite.constants', 'tensorflow.lite', 'tensorflow.lite.python', 'tensorflow.lite.python.lite_constants', 'tensorflow.lite.toco', 'tensorflow.lite.toco.toco_flags_pb2', 'tensorflow.lite.toco.types_pb2', 'tensorflow._api.v2.compat.v1.lite.experimental', 'tensorflow.lite.python.lite', 'tensorflow.lite.experimental', 'tensorflow.lite.experimental.microfrontend', 'tensorflow.lite.experimental.microfrontend.python', 'tensorflow.lite.experimental.microfrontend.python.ops', 'tensorflow.lite.experimental.microfrontend.python.ops.audio_microfrontend_op', 'tensorflow.lite.experimental.microfrontend.ops', 'tensorflow.lite.experimental.microfrontend.ops.gen_audio_microfrontend_op', '2f7ece400a652629565c523b34ee61b04afa385c', 'tensorflow.lite.python.convert', 'distutils.spawn', 'distutils.errors', 'distutils.debug', 'distutils.log', 'tensorflow.lite.python.util', 'flatbuffers', 'flatbuffers.builder', 'flatbuffers.number_types', 'flatbuffers.packer', 'flatbuffers.compat', 'flatbuffers.encode', 'flatbuffers.table', 'flatbuffers.util', 'tensorflow.lite.python.schema_py_generated', 'tensorflow.lite.python.schema_util', 'tensorflow.lite.python.tflite_keras_util', 'tensorflow.lite.python.op_hint', 'tensorflow.lite.python.wrap_toco', 'tensorflow.python._pywrap_toco_api', 'tensorflow.lite.python.convert_phase', 'tensorflow.lite.python.metrics_wrapper', 'tensorflow.lite.python.metrics_wrapper.converter_error_data_pb2', 'tensorflow.lite.python.metrics_portable', 'tensorflow.lite.python.metrics_interface', 'tensorflow.lite.python.metrics_wrapper.metrics_wrapper', 'tensorflow.lite.python.metrics_wrapper._pywrap_tensorflow_lite_metrics_wrapper', 'tensorflow.lite.toco.model_flags_pb2', 'tensorflow.lite.python.convert_saved_model', 'tensorflow.lite.python.interpreter', 'tensorflow.lite.python.interpreter_wrapper', 'tensorflow.lite.python.interpreter_wrapper._pywrap_tensorflow_interpreter_wrapper', 'tensorflow.lite.python.optimize', 'tensorflow.lite.python.optimize.calibrator', 'tensorflow._api.v2.compat.v1.logging', 'tensorflow._api.v2.compat.v1.lookup', 'tensorflow._api.v2.compat.v1.lookup.experimental', 'tensorflow._api.v2.compat.v1.losses', 'tensorflow._api.v2.compat.v1.manip', 'tensorflow._api.v2.compat.v1.math', 'tensorflow._api.v2.compat.v1.math.special', 'tensorflow._api.v2.compat.v1.metrics', 'tensorflow._api.v2.compat.v1.mixed_precision', 'tensorflow._api.v2.compat.v1.mixed_precision.experimental', 'tensorflow._api.v2.compat.v1.mlir', 'tensorflow._api.v2.compat.v1.mlir.experimental', 'tensorflow._api.v2.compat.v1.nest', 'tensorflow._api.v2.compat.v1.nn', 'tensorflow._api.v2.compat.v1.nn.rnn_cell', 'tensorflow._api.v2.compat.v1.profiler', 'tensorflow._api.v2.compat.v1.python_io', 'tensorflow._api.v2.compat.v1.quantization', 'tensorflow._api.v2.compat.v1.queue', 'tensorflow._api.v2.compat.v1.ragged', 'tensorflow._api.v2.compat.v1.random', 'tensorflow._api.v2.compat.v1.random.experimental', 'tensorflow._api.v2.compat.v1.raw_ops', 'tensorflow._api.v2.compat.v1.resource_loader', 'tensorflow._api.v2.compat.v1.saved_model', 'tensorflow._api.v2.compat.v1.saved_model.builder', 'tensorflow._api.v2.compat.v1.saved_model.constants', 'tensorflow._api.v2.compat.v1.saved_model.experimental', 'tensorflow._api.v2.compat.v1.saved_model.loader', 'tensorflow._api.v2.compat.v1.saved_model.main_op', 'tensorflow._api.v2.compat.v1.saved_model.signature_constants', 'tensorflow._api.v2.compat.v1.saved_model.signature_def_utils', 'tensorflow._api.v2.compat.v1.saved_model.tag_constants', 'tensorflow._api.v2.compat.v1.saved_model.utils', 'tensorflow._api.v2.compat.v1.sets', 'tensorflow._api.v2.compat.v1.signal', 'tensorflow._api.v2.compat.v1.sparse', 'tensorflow._api.v2.compat.v1.spectral', 'tensorflow._api.v2.compat.v1.strings', 'tensorflow._api.v2.compat.v1.summary', 'tensorflow._api.v2.compat.v1.sysconfig', 'tensorflow._api.v2.compat.v1.test', 'tensorflow._api.v2.compat.v1.tpu', 'tensorflow._api.v2.compat.v1.tpu.experimental', 'tensorflow._api.v2.compat.v1.tpu.experimental.embedding', 'tensorflow._api.v2.compat.v1.train', 'tensorflow._api.v2.compat.v1.train.experimental', 'tensorflow._api.v2.compat.v1.train.queue_runner', 'tensorflow._api.v2.compat.v1.types', 'tensorflow._api.v2.compat.v1.types.experimental', 'tensorflow._api.v2.compat.v1.user_ops', 'tensorflow._api.v2.compat.v1.version', 'tensorflow._api.v2.compat.v1.xla', 'tensorflow._api.v2.compat.v1.xla.experimental', 'tensorflow._api.v2.compat.v1.compat.v2', 'tensorflow._api.v2.compat.v1.compat.v2.compat', 'tensorflow._api.v2.compat.v2', 'tensorflow._api.v2.compat.v2.__internal__', 'tensorflow._api.v2.compat.v2.__internal__.autograph', 'tensorflow._api.v2.compat.v2.__internal__.decorator', 'tensorflow._api.v2.compat.v2.__internal__.dispatch', 'tensorflow._api.v2.compat.v2.__internal__.distribute', 'tensorflow._api.v2.compat.v2.__internal__.distribute.combinations', 'tensorflow._api.v2.compat.v2.__internal__.distribute.multi_process_runner', 'tensorflow._api.v2.compat.v2.__internal__.eager_context', 'tensorflow._api.v2.compat.v2.__internal__.feature_column', 'tensorflow._api.v2.compat.v2.__internal__.function', 'tensorflow._api.v2.compat.v2.__internal__.graph_util', 'tensorflow._api.v2.compat.v2.__internal__.mixed_precision', 'tensorflow._api.v2.compat.v2.__internal__.monitoring', 'tensorflow._api.v2.compat.v2.__internal__.nest', 'tensorflow._api.v2.compat.v2.__internal__.ops', 'tensorflow._api.v2.compat.v2.__internal__.saved_model', 'tensorflow._api.v2.compat.v2.__internal__.saved_model.load', 'tensorflow._api.v2.compat.v2.__internal__.smart_cond', 'tensorflow._api.v2.compat.v2.__internal__.test', 'tensorflow._api.v2.compat.v2.__internal__.test.combinations', 'tensorflow._api.v2.compat.v2.__internal__.tf2', 'tensorflow._api.v2.compat.v2.__internal__.tracking', 'tensorflow._api.v2.compat.v2.__internal__.train', 'tensorflow._api.v2.compat.v2.__internal__.types', 'tensorflow._api.v2.compat.v2.__operators__', 'tensorflow._api.v2.compat.v2.audio', 'tensorflow._api.v2.compat.v2.autodiff', 'tensorflow._api.v2.compat.v2.autograph', 'tensorflow._api.v2.compat.v2.autograph.experimental', 'tensorflow._api.v2.compat.v2.bitwise', 'tensorflow._api.v2.compat.v2.compat', 'tensorflow._api.v2.compat.v2.compat.v1', 'tensorflow._api.v2.compat.v2.compat.v1.compat', 'tensorflow._api.v2.compat.v2.compat.v2', 'tensorflow._api.v2.compat.v2.compat.v2.compat', 'tensorflow._api.v2.compat.v2.config', 'tensorflow._api.v2.compat.v2.config.experimental', 'tensorflow._api.v2.compat.v2.config.optimizer', 'tensorflow._api.v2.compat.v2.config.threading', 'tensorflow._api.v2.compat.v2.data', 'tensorflow._api.v2.compat.v2.data.experimental', 'tensorflow._api.v2.compat.v2.data.experimental.service', 'tensorflow._api.v2.compat.v2.debugging', 'tensorflow._api.v2.compat.v2.debugging.experimental', 'tensorflow._api.v2.compat.v2.distribute', 'tensorflow._api.v2.compat.v2.distribute.cluster_resolver', 'tensorflow._api.v2.compat.v2.distribute.experimental', 'tensorflow._api.v2.compat.v2.distribute.experimental.coordinator', 'tensorflow._api.v2.compat.v2.distribute.experimental.partitioners', 'tensorflow._api.v2.compat.v2.dtypes', 'tensorflow._api.v2.compat.v2.errors', 'tensorflow._api.v2.compat.v2.experimental', 'tensorflow._api.v2.compat.v2.experimental.dlpack', 'tensorflow._api.v2.compat.v2.experimental.numpy', 'tensorflow._api.v2.compat.v2.experimental.numpy.random', 'tensorflow._api.v2.compat.v2.experimental.tensorrt', 'tensorflow._api.v2.compat.v2.feature_column', 'tensorflow._api.v2.compat.v2.graph_util', 'tensorflow._api.v2.compat.v2.image', 'tensorflow._api.v2.compat.v2.io', 'tensorflow._api.v2.compat.v2.io.gfile', 'tensorflow._api.v2.compat.v2.linalg', 'tensorflow._api.v2.compat.v2.linalg.experimental', 'tensorflow._api.v2.compat.v2.lite', 'tensorflow._api.v2.compat.v2.lite.experimental', 'tensorflow._api.v2.compat.v2.lookup', 'tensorflow._api.v2.compat.v2.lookup.experimental', 'tensorflow._api.v2.compat.v2.math', 'tensorflow._api.v2.compat.v2.math.special', 'tensorflow._api.v2.compat.v2.mixed_precision', 'tensorflow._api.v2.compat.v2.mixed_precision.experimental', 'tensorflow._api.v2.compat.v2.mlir', 'tensorflow._api.v2.compat.v2.mlir.experimental', 'tensorflow._api.v2.compat.v2.nest', 'tensorflow._api.v2.compat.v2.nn', 'tensorflow._api.v2.compat.v2.profiler', 'tensorflow._api.v2.compat.v2.profiler.experimental', 'tensorflow._api.v2.compat.v2.profiler.experimental.client', 'tensorflow._api.v2.compat.v2.profiler.experimental.server', 'tensorflow._api.v2.compat.v2.quantization', 'tensorflow._api.v2.compat.v2.queue', 'tensorflow._api.v2.compat.v2.ragged', 'tensorflow._api.v2.compat.v2.random', 'tensorflow._api.v2.compat.v2.random.experimental', 'tensorflow._api.v2.compat.v2.raw_ops', 'tensorflow._api.v2.compat.v2.saved_model', 'tensorflow._api.v2.compat.v2.saved_model.experimental', 'tensorflow._api.v2.compat.v2.sets', 'tensorflow._api.v2.compat.v2.signal', 'tensorflow._api.v2.compat.v2.sparse', 'tensorflow._api.v2.compat.v2.strings', 'tensorflow._api.v2.compat.v2.summary', 'tensorflow._api.v2.compat.v2.summary.experimental', 'tensorflow._api.v2.compat.v2.sysconfig', 'tensorflow._api.v2.compat.v2.test', 'tensorflow._api.v2.compat.v2.tpu', 'tensorflow._api.v2.compat.v2.tpu.experimental', 'tensorflow._api.v2.compat.v2.tpu.experimental.embedding', 'tensorflow._api.v2.compat.v2.train', 'tensorflow._api.v2.compat.v2.train.experimental', 'tensorflow._api.v2.compat.v2.types', 'tensorflow._api.v2.compat.v2.types.experimental', 'tensorflow._api.v2.compat.v2.version', 'tensorflow._api.v2.compat.v2.xla', 'tensorflow._api.v2.compat.v2.xla.experimental', 'tensorboard', 'tensorboard.lazy', 'tensorboard.version', 'tensorboard.summary', 'tensorboard.summary.v1', 'tensorboard.plugins', 'tensorboard.plugins.audio', 'tensorboard.plugins.audio.summary', 'tensorboard.util', 'tensorboard.util.encoder', 'tensorboard.util.op_evaluator', 'tensorboard.plugins.audio.metadata', 'tensorboard.compat', 'tensorboard.compat.proto', 'tensorboard.compat.proto.summary_pb2', 'tensorboard.compat.proto.tensor_pb2', 'tensorboard.compat.proto.resource_handle_pb2', 'tensorboard.compat.proto.tensor_shape_pb2', 'tensorboard.compat.proto.types_pb2', 'tensorboard.plugins.audio.plugin_data_pb2', 'tensorboard.plugins.audio.summary_v2', 'tensorboard.util.lazy_tensor_creator', 'tensorboard.plugins.custom_scalar', 'tensorboard.plugins.custom_scalar.summary', 'tensorboard.plugins.custom_scalar.layout_pb2', 'tensorboard.plugins.custom_scalar.metadata', 'tensorboard.plugins.histogram', 'tensorboard.plugins.histogram.summary', 'tensorboard.plugins.histogram.metadata', 'tensorboard.plugins.histogram.plugin_data_pb2', 'tensorboard.plugins.histogram.summary_v2', 'tensorboard.util.tensor_util', 'tensorboard.compat.tensorflow_stub', 'tensorboard.compat.proto.config_pb2', 'tensorboard.compat.proto.cost_graph_pb2', 'tensorboard.compat.proto.graph_pb2', 'tensorboard.compat.proto.function_pb2', 'tensorboard.compat.proto.attr_value_pb2', 'tensorboard.compat.proto.node_def_pb2', 'tensorboard.compat.proto.full_type_pb2', 'tensorboard.compat.proto.op_def_pb2', 'tensorboard.compat.proto.versions_pb2', 'tensorboard.compat.proto.step_stats_pb2', 'tensorboard.compat.proto.allocation_description_pb2', 'tensorboard.compat.proto.tensor_description_pb2', 'tensorboard.compat.proto.cluster_pb2', 'tensorboard.compat.proto.debug_pb2', 'tensorboard.compat.proto.rewriter_config_pb2', 'tensorboard.compat.proto.verifier_config_pb2', 'tensorboard.compat.proto.event_pb2', 'tensorboard.compat.proto.meta_graph_pb2', 'tensorboard.compat.proto.saved_object_graph_pb2', 'tensorboard.compat.proto.variable_pb2', 'tensorboard.compat.proto.struct_pb2', 'tensorboard.compat.proto.trackable_object_graph_pb2', 'tensorboard.compat.proto.saver_pb2', 'tensorboard.compat.tensorflow_stub.dtypes', 'tensorboard.compat.tensorflow_stub.pywrap_tensorflow', 'tensorboard.compat.tensorflow_stub.errors', 'tensorboard.compat.tensorflow_stub.error_codes', 'tensorboard.compat.tensorflow_stub.io', 'tensorboard.compat.tensorflow_stub.io.gfile', 'botocore', 'botocore.exceptions', 'botocore.vendored', 'botocore.vendored.requests', 'botocore.vendored.requests.exceptions', 'botocore.vendored.requests.packages', 'botocore.vendored.requests.packages.urllib3', 'botocore.vendored.requests.packages.urllib3.exceptions', 'boto3', 'boto3.session', 'botocore.session', 'botocore.configloader', 'botocore.compat', 'botocore.vendored.six', 'botocore.vendored.six.moves', 'xml.etree', 'xml.etree.cElementTree', 'xml.etree.ElementTree', 'xml.etree.ElementPath', '_elementtree', 'botocore.credentials', 'botocore.config', 'botocore.endpoint', 'botocore.awsrequest', 'botocore.utils', 'botocore.httpsession', 'botocore.vendored.six.moves.urllib_parse', 'botocore.vendored.six.moves.urllib', 'botocore.vendored.six.moves.urllib.request', 'botocore.hooks', 'botocore.history', 'botocore.response', 'botocore.parsers', 'botocore.eventstream', 'botocore.client', 'botocore.waiter', 'jmespath', 'jmespath.parser', 'jmespath.lexer', 'jmespath.exceptions', 'jmespath.compat', 'jmespath.ast', 'jmespath.visitor', 'jmespath.functions', 'botocore.docs', 'botocore.docs.service', 'botocore.docs.client', 'botocore.docs.utils', 'botocore.docs.method', 'botocore.docs.params', 'botocore.docs.shape', 'botocore.docs.example', 'botocore.docs.sharedexample', 'botocore.docs.waiter', 'botocore.docs.paginator', 'botocore.docs.bcdoc', 'botocore.docs.bcdoc.restdoc', 'botocore.docs.bcdoc.docstringparser', 'botocore.docs.bcdoc.style', 'botocore.docs.docstring', 'botocore.args', 'botocore.serialize', 'botocore.validate', 'botocore.signers', 'botocore.auth', 'botocore.model', 'botocore.paginate', 'botocore.discovery', 'botocore.retries', 'botocore.retries.standard', 'botocore.retries.quota', 'botocore.retries.special', 'botocore.retries.base', 'botocore.retries.adaptive', 'botocore.retries.bucket', 'botocore.retries.throttling', 'botocore.configprovider', 'botocore.errorfactory', 'botocore.handlers', 'botocore.retryhandler', 'botocore.translate', 'botocore.loaders', 'botocore.regions', 'botocore.monitoring', 'boto3.utils', 'boto3.exceptions', 'boto3.resources', 'boto3.resources.factory', 'boto3.resources.action', 'boto3.resources.params', 'boto3.resources.response', 'boto3.resources.model', 'boto3.docs', 'boto3.docs.service', 'boto3.docs.client', 'boto3.docs.resource', 'boto3.docs.base', 'boto3.docs.action', 'boto3.docs.method', 'boto3.docs.utils', 'boto3.docs.waiter', 'boto3.docs.collection', 'boto3.docs.subresource', 'boto3.docs.attr', 'boto3.docs.docstring', 'boto3.resources.base', 'boto3.resources.collection', 'boto3.compat', 'fsspec', 'fsspec._version', 'fsspec.caching', 'fsspec.callbacks', 'fsspec.core', 'fsspec.compression', 'fsspec.utils', 'fsspec.spec', 'fsspec.config', 'configparser', 'fsspec.dircache', 'fsspec.transaction', 'fsspec.registry', 'fsspec.exceptions', 'fsspec.mapping', 'tensorboard.compat.tensorflow_stub.compat', 'tensorboard.compat.tensorflow_stub.compat.v1', 'tensorboard.compat.tensorflow_stub.app', 'tensorboard.compat.tensorflow_stub.flags', 'tensorboard.compat.tensorflow_stub.tensor_shape', 'tensorboard.plugins.image', 'tensorboard.plugins.image.summary', 'tensorboard.plugins.image.metadata', 'tensorboard.plugins.image.plugin_data_pb2', 'tensorboard.plugins.image.summary_v2', 'tensorboard.plugins.pr_curve', 'tensorboard.plugins.pr_curve.summary', 'tensorboard.plugins.pr_curve.metadata', 'tensorboard.plugins.pr_curve.plugin_data_pb2', 'tensorboard.plugins.scalar', 'tensorboard.plugins.scalar.summary', 'tensorboard.plugins.scalar.metadata', 'tensorboard.plugins.scalar.plugin_data_pb2', 'tensorboard.plugins.scalar.summary_v2', 'tensorboard.plugins.text', 'tensorboard.plugins.text.summary', 'tensorboard.plugins.text.metadata', 'tensorboard.plugins.text.plugin_data_pb2', 'tensorboard.plugins.text.summary_v2', 'tensorboard.summary.v2', 'tensorboard.summary._output', 'tensorboard.summary.writer', 'tensorboard.summary.writer.event_file_writer', 'tensorboard.summary.writer.record_writer', 'tensorboard.summary._writer', 'tensorboard.summary._tf', 'tensorboard.summary._tf.summary', 'tensorflow._api.v2.config', 'tensorflow._api.v2.config.experimental', 'tensorflow._api.v2.config.optimizer', 'tensorflow._api.v2.config.threading', 'tensorflow._api.v2.data', 'tensorflow._api.v2.data.experimental', 'tensorflow._api.v2.data.experimental.service', 'tensorflow._api.v2.debugging', 'tensorflow._api.v2.debugging.experimental', 'tensorflow._api.v2.distribute', 'tensorflow._api.v2.distribute.cluster_resolver', 'tensorflow._api.v2.distribute.experimental', 'tensorflow._api.v2.distribute.experimental.coordinator', 'tensorflow._api.v2.distribute.experimental.partitioners', 'tensorflow._api.v2.dtypes', 'tensorflow._api.v2.errors', 'tensorflow._api.v2.experimental', 'tensorflow._api.v2.experimental.dlpack', 'tensorflow._api.v2.experimental.numpy', 'tensorflow._api.v2.experimental.numpy.random', 'tensorflow._api.v2.experimental.tensorrt', 'tensorflow._api.v2.feature_column', 'tensorflow._api.v2.graph_util', 'tensorflow._api.v2.image', 'tensorflow._api.v2.io', 'tensorflow._api.v2.io.gfile', 'tensorflow._api.v2.linalg', 'tensorflow._api.v2.linalg.experimental', 'tensorflow._api.v2.lite', 'tensorflow._api.v2.lite.experimental', 'tensorflow._api.v2.lookup', 'tensorflow._api.v2.lookup.experimental', 'tensorflow._api.v2.math', 'tensorflow._api.v2.math.special', 'tensorflow._api.v2.mixed_precision', 'tensorflow._api.v2.mixed_precision.experimental', 'tensorflow._api.v2.mlir', 'tensorflow._api.v2.mlir.experimental', 'tensorflow._api.v2.nest', 'tensorflow._api.v2.nn', 'tensorflow._api.v2.profiler', 'tensorflow._api.v2.profiler.experimental', 'tensorflow._api.v2.profiler.experimental.client', 'tensorflow._api.v2.profiler.experimental.server', 'tensorflow._api.v2.quantization', 'tensorflow._api.v2.queue', 'tensorflow._api.v2.ragged', 'tensorflow._api.v2.random', 'tensorflow._api.v2.random.experimental', 'tensorflow._api.v2.raw_ops', 'tensorflow._api.v2.saved_model', 'tensorflow._api.v2.saved_model.experimental', 'tensorflow._api.v2.sets', 'tensorflow._api.v2.signal', 'tensorflow._api.v2.sparse', 'tensorflow._api.v2.strings', 'tensorflow._api.v2.summary', 'tensorflow._api.v2.summary.experimental', 'tensorflow._api.v2.sysconfig', 'tensorflow._api.v2.test', 'tensorflow._api.v2.tpu', 'tensorflow._api.v2.tpu.experimental', 'tensorflow._api.v2.tpu.experimental.embedding', 'tensorflow._api.v2.train', 'tensorflow._api.v2.train.experimental', 'tensorflow._api.v2.types', 'tensorflow._api.v2.types.experimental', 'tensorflow._api.v2.version', 'tensorflow._api.v2.xla', 'tensorflow._api.v2.xla.experimental', 'keras', 'keras.distribute', 'keras.distribute.sidecar_evaluator', 'tensorflow.compat', 'tensorflow.compat.v1', 'tensorflow.compat.v1.app', 'tensorflow.compat.v1.audio', 'tensorflow.compat.v1.autograph', 'tensorflow.compat.v1.autograph.experimental', 'tensorflow.compat.v1.bitwise', 'tensorflow.compat.v1.compat', 'tensorflow.compat.v1.compat.v1', 'tensorflow.compat.v1.compat.v1.compat', 'tensorflow.compat.v1.compat.v2', 'tensorflow.compat.v1.compat.v2.compat', 'tensorflow.compat.v1.config', 'tensorflow.compat.v1.config.experimental', 'tensorflow.compat.v1.config.optimizer', 'tensorflow.compat.v1.config.threading', 'tensorflow.compat.v1.data', 'tensorflow.compat.v1.data.experimental', 'tensorflow.compat.v1.data.experimental.service', 'tensorflow.compat.v1.debugging', 'tensorflow.compat.v1.debugging.experimental', 'tensorflow.compat.v1.distribute', 'tensorflow.compat.v1.distribute.cluster_resolver', 'tensorflow.compat.v1.distribute.experimental', 'tensorflow.compat.v1.distributions', 'tensorflow.compat.v1.dtypes', 'tensorflow.compat.v1.errors', 'tensorflow.compat.v1.experimental', 'tensorflow.compat.v1.feature_column', 'tensorflow.compat.v1.gfile', 'tensorflow.compat.v1.graph_util', 'tensorflow.compat.v1.image', 'tensorflow.compat.v1.initializers', 'tensorflow.compat.v1.io', 'tensorflow.compat.v1.io.gfile', 'tensorflow.compat.v1.layers', 'tensorflow.compat.v1.layers.experimental', 'tensorflow.compat.v1.linalg', 'tensorflow.compat.v1.linalg.experimental', 'tensorflow.compat.v1.lite', 'tensorflow.compat.v1.lite.constants', 'tensorflow.compat.v1.lite.experimental', 'tensorflow.compat.v1.logging', 'tensorflow.compat.v1.lookup', 'tensorflow.compat.v1.lookup.experimental', 'tensorflow.compat.v1.losses', 'tensorflow.compat.v1.manip', 'tensorflow.compat.v1.math', 'tensorflow.compat.v1.math.special', 'tensorflow.compat.v1.metrics', 'tensorflow.compat.v1.mixed_precision', 'tensorflow.compat.v1.mixed_precision.experimental', 'tensorflow.compat.v1.mlir', 'tensorflow.compat.v1.mlir.experimental', 'tensorflow.compat.v1.nest', 'tensorflow.compat.v1.nn', 'tensorflow.compat.v1.nn.rnn_cell', 'tensorflow.compat.v1.profiler', 'tensorflow.compat.v1.python_io', 'tensorflow.compat.v1.quantization', 'tensorflow.compat.v1.queue', 'tensorflow.compat.v1.ragged', 'tensorflow.compat.v1.random', 'tensorflow.compat.v1.random.experimental', 'tensorflow.compat.v1.raw_ops', 'tensorflow.compat.v1.resource_loader', 'tensorflow.compat.v1.saved_model', 'tensorflow.compat.v1.saved_model.builder', 'tensorflow.compat.v1.saved_model.constants', 'tensorflow.compat.v1.saved_model.experimental', 'tensorflow.compat.v1.saved_model.loader', 'tensorflow.compat.v1.saved_model.main_op', 'tensorflow.compat.v1.saved_model.signature_constants', 'tensorflow.compat.v1.saved_model.signature_def_utils', 'tensorflow.compat.v1.saved_model.tag_constants', 'tensorflow.compat.v1.saved_model.utils', 'tensorflow.compat.v1.sets', 'tensorflow.compat.v1.signal', 'tensorflow.compat.v1.sparse', 'tensorflow.compat.v1.spectral', 'tensorflow.compat.v1.strings', 'tensorflow.compat.v1.summary', 'tensorflow.compat.v1.sysconfig', 'tensorflow.compat.v1.test', 'tensorflow.compat.v1.tpu', 'tensorflow.compat.v1.tpu.experimental', 'tensorflow.compat.v1.tpu.experimental.embedding', 'tensorflow.compat.v1.train', 'tensorflow.compat.v1.train.experimental', 'tensorflow.compat.v1.train.queue_runner', 'tensorflow.compat.v1.types', 'tensorflow.compat.v1.types.experimental', 'tensorflow.compat.v1.user_ops', 'tensorflow.compat.v1.version', 'tensorflow.compat.v1.xla', 'tensorflow.compat.v1.xla.experimental', 'tensorflow.compat.v2', 'tensorflow.compat.v2.__internal__', 'tensorflow.compat.v2.__internal__.autograph', 'tensorflow.compat.v2.__internal__.decorator', 'tensorflow.compat.v2.__internal__.dispatch', 'tensorflow.compat.v2.__internal__.distribute', 'tensorflow.compat.v2.__internal__.distribute.combinations', 'tensorflow.compat.v2.__internal__.distribute.multi_process_runner', 'tensorflow.compat.v2.__internal__.eager_context', 'tensorflow.compat.v2.__internal__.feature_column', 'tensorflow.compat.v2.__internal__.function', 'tensorflow.compat.v2.__internal__.graph_util', 'tensorflow.compat.v2.__internal__.mixed_precision', 'tensorflow.compat.v2.__internal__.monitoring', 'tensorflow.compat.v2.__internal__.nest', 'tensorflow.compat.v2.__internal__.ops', 'tensorflow.compat.v2.__internal__.saved_model', 'tensorflow.compat.v2.__internal__.saved_model.load', 'tensorflow.compat.v2.__internal__.smart_cond', 'tensorflow.compat.v2.__internal__.test', 'tensorflow.compat.v2.__internal__.test.combinations', 'tensorflow.compat.v2.__internal__.tf2', 'tensorflow.compat.v2.__internal__.tracking', 'tensorflow.compat.v2.__internal__.train', 'tensorflow.compat.v2.__internal__.types', 'tensorflow.compat.v2.__operators__', 'tensorflow.compat.v2.audio', 'tensorflow.compat.v2.autodiff', 'tensorflow.compat.v2.autograph', 'tensorflow.compat.v2.autograph.experimental', 'tensorflow.compat.v2.bitwise', 'tensorflow.compat.v2.compat', 'tensorflow.compat.v2.compat.v1', 'tensorflow.compat.v2.compat.v1.compat', 'tensorflow.compat.v2.compat.v2', 'tensorflow.compat.v2.compat.v2.compat', 'tensorflow.compat.v2.config', 'tensorflow.compat.v2.config.experimental', 'tensorflow.compat.v2.config.optimizer', 'tensorflow.compat.v2.config.threading', 'tensorflow.compat.v2.data', 'tensorflow.compat.v2.data.experimental', 'tensorflow.compat.v2.data.experimental.service', 'tensorflow.compat.v2.debugging', 'tensorflow.compat.v2.debugging.experimental', 'tensorflow.compat.v2.distribute', 'tensorflow.compat.v2.distribute.cluster_resolver', 'tensorflow.compat.v2.distribute.experimental', 'tensorflow.compat.v2.distribute.experimental.coordinator', 'tensorflow.compat.v2.distribute.experimental.partitioners', 'tensorflow.compat.v2.dtypes', 'tensorflow.compat.v2.errors', 'tensorflow.compat.v2.experimental', 'tensorflow.compat.v2.experimental.dlpack', 'tensorflow.compat.v2.experimental.numpy', 'tensorflow.compat.v2.experimental.numpy.random', 'tensorflow.compat.v2.experimental.tensorrt', 'tensorflow.compat.v2.feature_column', 'tensorflow.compat.v2.graph_util', 'tensorflow.compat.v2.image', 'tensorflow.compat.v2.io', 'tensorflow.compat.v2.io.gfile', 'tensorflow.compat.v2.linalg', 'tensorflow.compat.v2.linalg.experimental', 'tensorflow.compat.v2.lite', 'tensorflow.compat.v2.lite.experimental', 'tensorflow.compat.v2.lookup', 'tensorflow.compat.v2.lookup.experimental', 'tensorflow.compat.v2.math', 'tensorflow.compat.v2.math.special', 'tensorflow.compat.v2.mixed_precision', 'tensorflow.compat.v2.mixed_precision.experimental', 'tensorflow.compat.v2.mlir', 'tensorflow.compat.v2.mlir.experimental', 'tensorflow.compat.v2.nest', 'tensorflow.compat.v2.nn', 'tensorflow.compat.v2.profiler', 'tensorflow.compat.v2.profiler.experimental', 'tensorflow.compat.v2.profiler.experimental.client', 'tensorflow.compat.v2.profiler.experimental.server', 'tensorflow.compat.v2.quantization', 'tensorflow.compat.v2.queue', 'tensorflow.compat.v2.ragged', 'tensorflow.compat.v2.random', 'tensorflow.compat.v2.random.experimental', 'tensorflow.compat.v2.raw_ops', 'tensorflow.compat.v2.saved_model', 'tensorflow.compat.v2.saved_model.experimental', 'tensorflow.compat.v2.sets', 'tensorflow.compat.v2.signal', 'tensorflow.compat.v2.sparse', 'tensorflow.compat.v2.strings', 'tensorflow.compat.v2.summary', 'tensorflow.compat.v2.summary.experimental', 'tensorflow.compat.v2.sysconfig', 'tensorflow.compat.v2.test', 'tensorflow.compat.v2.tpu', 'tensorflow.compat.v2.tpu.experimental', 'tensorflow.compat.v2.tpu.experimental.embedding', 'tensorflow.compat.v2.train', 'tensorflow.compat.v2.train.experimental', 'tensorflow.compat.v2.types', 'tensorflow.compat.v2.types.experimental', 'tensorflow.compat.v2.version', 'tensorflow.compat.v2.xla', 'tensorflow.compat.v2.xla.experimental', 'keras.models', 'keras.backend', 'keras.backend_config', 'keras.distribute.distribute_coordinator_utils', 'keras.engine', 'keras.engine.keras_tensor', 'keras.utils', 'keras.utils.object_identity', 'keras.utils.control_flow_util', 'keras.utils.tf_contextlib', 'keras.utils.tf_inspect', 'keras.metrics', 'keras.activations', 'keras.layers', 'keras.engine.input_layer', 'keras.distribute.distributed_training_utils', 'keras.engine.base_layer', 'keras.constraints', 'keras.utils.generic_utils', 'keras.initializers', 'keras.initializers.initializers_v1', 'keras.initializers.initializers_v2', 'keras.regularizers', 'keras.engine.base_layer_utils', 'keras.utils.tf_utils', 'keras.engine.input_spec', 'keras.engine.node', 'keras.saving', 'keras.saving.saved_model', 'keras.saving.saved_model.json_utils', 'keras.mixed_precision', 'keras.mixed_precision.autocast_variable', 'keras.mixed_precision.loss_scale_optimizer', 'keras.optimizers', 'keras.optimizer_v1', 'keras.optimizer_v2', 'keras.optimizer_v2.adadelta', 'keras.optimizer_v2.optimizer_v2', 'keras.optimizer_v2.learning_rate_schedule', 'keras.optimizer_v2.utils', 'keras.utils.layer_utils', 'keras.optimizer_v2.adagrad', 'keras.optimizer_v2.adam', 'keras.optimizer_v2.adamax', 'keras.optimizer_v2.ftrl', 'keras.optimizer_v2.gradient_descent', 'keras.optimizer_v2.nadam', 'keras.optimizer_v2.rmsprop', 'keras.mixed_precision.loss_scale', 'keras.mixed_precision.policy', 'keras.mixed_precision.device_compatibility_check', 'keras.saving.saved_model.layer_serialization', 'keras.saving.saved_model.base_serialization', 'keras.saving.saved_model.utils', 'keras.saving.saved_model.constants', 'keras.saving.saved_model.save_impl', 'keras.saving.saving_utils', 'keras.losses', 'keras.utils.losses_utils', 'keras.utils.version_utils', 'keras.utils.io_utils', 'keras.saving.saved_model.load', 'keras.protobuf', 'keras.protobuf.saved_metadata_pb2', 'keras.protobuf.versions_pb2', 'keras.saving.saved_model.serialized_attributes', 'keras.utils.metrics_utils', 'keras.engine.base_preprocessing_layer', 'keras.engine.data_adapter', 'keras.engine.training_utils', 'keras.utils.data_utils', 'six.moves.urllib.parse', 'keras.utils.dataset_creator', 'keras.layers.preprocessing', 'keras.layers.preprocessing.image_preprocessing', 'keras.preprocessing', 'keras.preprocessing.image', 'keras.preprocessing.image_dataset', 'keras.preprocessing.dataset_utils', 'keras.preprocessing.sequence', 'keras.preprocessing.text', 'keras.preprocessing.text_dataset', 'keras.preprocessing.timeseries', 'keras.utils.all_utils', 'keras.utils.multi_gpu_utils', 'keras.engine.training', 'keras.callbacks', 'keras.distribute.distributed_file_utils', 'keras.distribute.worker_training_state', 'keras.utils.mode_keys', 'keras.engine.compile_utils', 'keras.saving.hdf5_format', 'keras.saving.model_config', 'keras.saving.save', 'keras.saving.saved_model.load_context', 'keras.saving.saved_model.save', 'keras.saving.saved_model.model_serialization', 'keras.layers.core', 'keras.utils.conv_utils', 'keras.layers.merge', 'keras.utils.np_utils', 'keras.utils.vis_utils', 'keras.layers.preprocessing.category_crossing', 'keras.layers.preprocessing.category_encoding', 'keras.layers.preprocessing.discretization', 'keras.layers.preprocessing.hashing', 'keras.layers.preprocessing.integer_lookup', 'keras.layers.preprocessing.index_lookup', 'keras.layers.preprocessing.normalization', 'keras.layers.preprocessing.string_lookup', 'keras.layers.preprocessing.text_vectorization', 'keras.layers.advanced_activations', 'keras.layers.convolutional', 'keras.layers.pooling', 'keras.layers.dense_attention', 'keras.layers.embeddings', 'keras.layers.einsum_dense', 'keras.layers.multi_head_attention', 'keras.layers.local', 'keras.layers.noise', 'keras.layers.normalization', 'keras.layers.normalization.layer_normalization', 'keras.layers.normalization.batch_normalization', 'keras.layers.normalization.batch_normalization_v1', 'keras.layers.kernelized', 'keras.layers.recurrent', 'keras.layers.recurrent_v2', 'keras.layers.convolutional_recurrent', 'keras.layers.cudnn_recurrent', 'keras.layers.wrappers', 'keras.layers.rnn_cell_wrapper_v2', 'keras.layers.legacy_rnn', 'keras.layers.legacy_rnn.rnn_cell_wrapper_impl', 'keras.layers.serialization', 'keras.saving.saved_model.metric_serialization', 'keras.engine.functional', 'keras.saving.saved_model.network_serialization', 'keras.engine.sequential', 'keras.engine.training_v1', 'keras.distribute.distributed_training_utils_v1', 'keras.engine.training_utils_v1', 'keras.engine.training_arrays_v1', 'keras.engine.training_distributed_v1', 'keras.engine.partial_batch_padding_handler', 'keras.engine.training_eager_v1', 'keras.engine.training_generator_v1', 'keras.api', 'keras.api.keras', 'keras.api.keras.__internal__', 'keras.api.keras.__internal__.legacy', 'keras.api.keras.__internal__.legacy.layers', 'keras.api.keras.__internal__.legacy.layers.experimental', 'keras.legacy_tf_layers', 'keras.legacy_tf_layers.base', 'keras.legacy_tf_layers.variable_scope_shim', 'tensorflow.python.util.module_wrapper', 'tensorflow.python.util.fast_module_type', 'tensorflow.tools.compatibility', 'tensorflow.tools.compatibility.all_renames_v2', 'tensorflow.tools.compatibility.renames_v2', 'keras.legacy_tf_layers.convolutional', 'keras.legacy_tf_layers.core', 'keras.legacy_tf_layers.normalization', 'keras.legacy_tf_layers.pooling', 'keras.api.keras.__internal__.legacy.rnn_cell', 'keras.layers.legacy_rnn.rnn_cell_impl', 'keras.api.keras.activations', 'keras.api.keras.applications', 'keras.api.keras.applications.densenet', 'keras.applications', 'keras.applications.densenet', 'keras.applications.imagenet_utils', 'keras.api.keras.applications.efficientnet', 'keras.applications.efficientnet', 'keras.api.keras.applications.imagenet_utils', 'keras.api.keras.applications.inception_resnet_v2', 'keras.applications.inception_resnet_v2', 'keras.api.keras.applications.inception_v3', 'keras.applications.inception_v3', 'keras.api.keras.applications.mobilenet', 'keras.applications.mobilenet', 'keras.api.keras.applications.mobilenet_v2', 'keras.applications.mobilenet_v2', 'keras.api.keras.applications.mobilenet_v3', 'keras.applications.mobilenet_v3', 'keras.api.keras.applications.nasnet', 'keras.applications.nasnet', 'keras.api.keras.applications.resnet', 'keras.applications.resnet', 'keras.api.keras.applications.resnet50', 'keras.api.keras.applications.resnet_v2', 'keras.applications.resnet_v2', 'keras.api.keras.applications.vgg16', 'keras.applications.vgg16', 'keras.api.keras.applications.vgg19', 'keras.applications.vgg19', 'keras.api.keras.applications.xception', 'keras.applications.xception', 'keras.api.keras.backend', 'keras.api.keras.callbacks', 'keras.callbacks_v1', 'keras.api.keras.constraints', 'keras.api.keras.datasets', 'keras.api.keras.datasets.boston_housing', 'keras.datasets', 'keras.datasets.boston_housing', 'keras.api.keras.datasets.cifar10', 'keras.datasets.cifar10', 'keras.datasets.cifar', 'keras.api.keras.datasets.cifar100', 'keras.datasets.cifar100', 'keras.api.keras.datasets.fashion_mnist', 'keras.datasets.fashion_mnist', 'keras.api.keras.datasets.imdb', 'keras.datasets.imdb', 'keras.api.keras.datasets.mnist', 'keras.datasets.mnist', 'keras.api.keras.datasets.reuters', 'keras.datasets.reuters', 'keras.api.keras.estimator', 'keras.estimator', 'keras.api.keras.experimental', 'keras.feature_column', 'keras.feature_column.sequence_feature_column', 'keras.feature_column.base_feature_layer', 'keras.premade', 'keras.premade.linear', 'keras.premade.wide_deep', 'keras.saving.saved_model_experimental', 'keras.saving.utils_v1', 'keras.saving.utils_v1.export_output', 'keras.saving.utils_v1.signature_def_utils', 'keras.saving.utils_v1.unexported_constants', 'keras.saving.utils_v1.export_utils', 'keras.saving.utils_v1.mode_keys', 'keras.api.keras.initializers', 'keras.api.keras.layers', 'keras.api.keras.layers.experimental', 'keras.api.keras.layers.experimental.preprocessing', 'keras.feature_column.dense_features', 'keras.api.keras.losses', 'keras.api.keras.metrics', 'keras.api.keras.mixed_precision', 'keras.api.keras.mixed_precision.experimental', 'keras.api.keras.models', 'keras.api.keras.optimizers', 'keras.api.keras.optimizers.schedules', 'keras.api.keras.preprocessing', 'keras.api.keras.preprocessing.image', 'keras.api.keras.preprocessing.sequence', 'keras.api.keras.preprocessing.text', 'keras.api.keras.regularizers', 'keras.api.keras.utils', 'keras.api.keras.wrappers', 'keras.api.keras.wrappers.scikit_learn', 'keras.wrappers', 'keras.wrappers.scikit_learn', 'keras.api._v2', 'keras.api._v2.keras', 'keras.api._v2.keras.__internal__', 'keras.api._v2.keras.__internal__.backend', 'keras.api._v2.keras.__internal__.losses', 'keras.api._v2.keras.__internal__.models', 'keras.api._v2.keras.__internal__.utils', 'keras.api._v2.keras.activations', 'keras.api._v2.keras.applications', 'keras.api._v2.keras.applications.densenet', 'keras.api._v2.keras.applications.efficientnet', 'keras.api._v2.keras.applications.imagenet_utils', 'keras.api._v2.keras.applications.inception_resnet_v2', 'keras.api._v2.keras.applications.inception_v3', 'keras.api._v2.keras.applications.mobilenet', 'keras.api._v2.keras.applications.mobilenet_v2', 'keras.api._v2.keras.applications.mobilenet_v3', 'keras.api._v2.keras.applications.nasnet', 'keras.api._v2.keras.applications.resnet', 'keras.api._v2.keras.applications.resnet50', 'keras.api._v2.keras.applications.resnet_v2', 'keras.api._v2.keras.applications.vgg16', 'keras.api._v2.keras.applications.vgg19', 'keras.api._v2.keras.applications.xception', 'keras.api._v2.keras.backend', 'keras.api._v2.keras.callbacks', 'keras.api._v2.keras.callbacks.experimental', 'keras.api._v2.keras.constraints', 'keras.api._v2.keras.datasets', 'keras.api._v2.keras.datasets.boston_housing', 'keras.api._v2.keras.datasets.cifar10', 'keras.api._v2.keras.datasets.cifar100', 'keras.api._v2.keras.datasets.fashion_mnist', 'keras.api._v2.keras.datasets.imdb', 'keras.api._v2.keras.datasets.mnist', 'keras.api._v2.keras.datasets.reuters', 'keras.api._v2.keras.estimator', 'keras.api._v2.keras.experimental', 'keras.api._v2.keras.initializers', 'keras.api._v2.keras.layers', 'keras.api._v2.keras.layers.experimental', 'keras.api._v2.keras.layers.experimental.preprocessing', 'keras.feature_column.dense_features_v2', 'keras.api._v2.keras.losses', 'keras.api._v2.keras.metrics', 'keras.api._v2.keras.mixed_precision', 'keras.api._v2.keras.mixed_precision.experimental', 'keras.mixed_precision.get_layer_policy', 'keras.api._v2.keras.models', 'keras.api._v2.keras.optimizers', 'keras.api._v2.keras.optimizers.schedules', 'keras.api._v2.keras.preprocessing', 'keras.api._v2.keras.preprocessing.image', 'keras.api._v2.keras.preprocessing.sequence', 'keras.api._v2.keras.preprocessing.text', 'keras.api._v2.keras.regularizers', 'keras.api._v2.keras.utils', 'keras.api._v2.keras.utils.experimental', 'keras.api._v2.keras.wrappers', 'keras.api._v2.keras.wrappers.scikit_learn', 'rasa.utils.tensorflow.data_generator', 'rasa.utils.tensorflow.model_data', 'sklearn', 'sklearn._config', 'sklearn._distributor_init', 'sklearn.__check_build', 'sklearn.__check_build._check_build', 'sklearn.base', 'sklearn.utils', 'sklearn.utils.murmurhash', 'sklearn.utils.class_weight', 'sklearn.utils.validation', 'joblib', 'joblib.memory', 'pydoc', '_sysconfigdata_m_linux_x86_64-linux-gnu', 'joblib.hashing', 'joblib.func_inspect', 'joblib.logger', 'joblib.disk', 'joblib._store_backends', 'joblib.backports', 'joblib.numpy_pickle', 'joblib.compressor', 'joblib.numpy_pickle_utils', 'joblib.numpy_pickle_compat', 'joblib.parallel', 'joblib._multiprocessing_helpers', '_multiprocessing', 'joblib._parallel_backends', 'joblib.my_exceptions', 'joblib._deprecated_my_exceptions', 'joblib.pool', 'joblib._memmapping_reducer', 'mmap', 'joblib.externals', 'joblib.externals.loky', 'joblib.externals.loky._base', 'joblib.externals.loky.backend', 'joblib.externals.loky.backend.context', 'joblib.externals.loky.backend.process', 'joblib.externals.loky.backend.compat', 'joblib.externals.loky.backend.compat_posix', 'multiprocessing.connection', 'multiprocessing.synchronize', 'joblib.externals.loky.backend.reduction', 'joblib.externals.loky.backend._posix_reduction', 'joblib.externals.cloudpickle', 'joblib.externals.cloudpickle.cloudpickle', 'joblib.externals.cloudpickle.compat', 'joblib.externals.cloudpickle.cloudpickle_fast', 'joblib.externals.loky.reusable_executor', 'joblib.externals.loky.process_executor', 'joblib.externals.loky.backend.queues', 'multiprocessing.queues', 'joblib.externals.loky.backend.utils', 'psutil', 'psutil._common', 'psutil._compat', 'psutil._pslinux', 'psutil._psposix', 'psutil._psutil_linux', 'psutil._psutil_posix', 'resource', 'concurrent.futures.process', 'joblib.externals.loky.cloudpickle_wrapper', 'joblib.externals.loky.backend.resource_tracker', 'joblib.externals.loky.backend.spawn', 'runpy', 'joblib.executor', 'sklearn.utils.fixes', 'scipy.stats', 'scipy.stats.stats', 'scipy.spatial', 'scipy.spatial.kdtree', 'scipy.spatial.ckdtree', 'scipy.spatial.qhull', 'scipy._lib.messagestream', 'scipy.spatial._spherical_voronoi', 'scipy.spatial._voronoi', 'scipy.spatial._plotutils', 'scipy._lib.decorator', 'scipy.spatial._procrustes', 'scipy.spatial._geometric_slerp', 'scipy.spatial.distance', 'scipy.spatial._distance_wrap', 'scipy.spatial._hausdorff', 'scipy.spatial._distance_pybind', 'scipy.spatial.transform', 'scipy.spatial.transform.rotation', 'scipy.spatial.transform._rotation_groups', 'scipy.constants', 'scipy.constants.codata', 'scipy.constants.constants', 'scipy.spatial.transform._rotation_spline', 'scipy.stats.distributions', 'scipy.stats._distn_infrastructure', 'scipy.stats._distr_params', 'scipy.optimize', 'scipy.optimize.optimize', 'scipy.optimize.linesearch', 'scipy.optimize.minpack2', 'scipy.optimize._numdiff', 'scipy.sparse.linalg', 'scipy.sparse.linalg.isolve', 'scipy.sparse.linalg.isolve.iterative', 'scipy.sparse.linalg.isolve._iterative', 'scipy.sparse.linalg.interface', 'scipy.sparse.linalg.isolve.utils', 'scipy._lib._threadsafety', 'scipy.sparse.linalg.isolve.minres', 'scipy.sparse.linalg.isolve.lgmres', 'scipy.sparse.linalg.isolve._gcrotmk', 'scipy.sparse.linalg.isolve.lsqr', 'scipy.sparse.linalg.isolve.lsmr', 'scipy.sparse.linalg.dsolve', 'scipy.sparse.linalg.dsolve.linsolve', 'scipy.sparse.linalg.dsolve._superlu', 'scipy.sparse.linalg.dsolve._add_newdocs', 'scipy.sparse.linalg.eigen', 'scipy.sparse.linalg.eigen.arpack', 'scipy.sparse.linalg.eigen.arpack.arpack', 'scipy.sparse.linalg.eigen.arpack._arpack', 'scipy.sparse.linalg.eigen.lobpcg', 'scipy.sparse.linalg.eigen.lobpcg.lobpcg', 'scipy.sparse.linalg.matfuncs', 'scipy.sparse.linalg._expm_multiply', 'scipy.sparse.linalg._onenormest', 'scipy.sparse.linalg._norm', 'scipy.optimize._group_columns', 'scipy.optimize._differentiable_functions', 'scipy.optimize._hessian_update_strategy', 'scipy.optimize._minimize', 'scipy.optimize._trustregion_dogleg', 'scipy.optimize._trustregion', 'scipy.optimize._trustregion_ncg', 'scipy.optimize._trustregion_krylov', 'scipy.optimize._trlib', 'scipy.optimize._trlib._trlib', 'scipy.optimize._trustregion_exact', 'scipy.optimize._trustregion_constr', 'scipy.optimize._trustregion_constr.minimize_trustregion_constr', 'scipy.optimize._constraints', 'numpy.testing', 'numpy.testing._private', 'numpy.testing._private.utils', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'scipy.optimize._trustregion_constr.equality_constrained_sqp', 'scipy.optimize._trustregion_constr.projections', 'scipy.optimize._trustregion_constr.qp_subproblem', 'scipy.optimize._trustregion_constr.canonical_constraint', 'scipy.optimize._trustregion_constr.tr_interior_point', 'scipy.optimize._trustregion_constr.report', 'scipy.optimize.lbfgsb', 'scipy.optimize._lbfgsb', 'scipy.optimize.tnc', 'scipy.optimize.moduleTNC', 'scipy.optimize.cobyla', 'scipy.optimize._cobyla', 'scipy.optimize.slsqp', 'scipy.optimize._slsqp', 'scipy.optimize._root', 'scipy.optimize.minpack', 'scipy.optimize._minpack', 'scipy.optimize._lsq', 'scipy.optimize._lsq.least_squares', 'scipy.optimize._lsq.trf', 'scipy.optimize._lsq.common', 'scipy.optimize._lsq.dogbox', 'scipy.optimize._lsq.lsq_linear', 'scipy.optimize._lsq.trf_linear', 'scipy.optimize._lsq.givens_elimination', 'scipy.optimize._lsq.bvls', 'scipy.optimize._spectral', 'scipy.optimize.nonlin', 'scipy.optimize._root_scalar', 'scipy.optimize.zeros', 'scipy.optimize._zeros', 'scipy.optimize._nnls', 'scipy.optimize.__nnls', 'scipy.optimize._basinhopping', 'scipy.optimize._linprog', 'scipy.optimize._linprog_highs', 'scipy.optimize._highs', 'scipy.optimize._highs._highs_wrapper', 'scipy.optimize._highs.cython.src._highs_wrapper', 'scipy.optimize._highs._highs_constants', 'scipy.optimize._highs.cython.src._highs_constants', 'scipy.optimize._linprog_ip', 'scipy.optimize._linprog_util', 'scipy.optimize._remove_redundancy', 'scipy.linalg.interpolative', 'scipy.linalg._interpolative_backend', 'scipy.linalg._interpolative', 'scipy.optimize._linprog_simplex', 'scipy.optimize._linprog_rs', 'scipy.optimize._bglu_dense', 'scipy.optimize._linprog_doc', 'scipy.optimize._lsap', 'scipy.optimize._lsap_module', 'scipy.optimize._differentialevolution', 'scipy.optimize._shgo', 'scipy.optimize._shgo_lib', 'scipy.optimize._shgo_lib.triangulation', 'scipy.optimize._dual_annealing', 'scipy.optimize._qap', 'scipy.integrate', 'scipy.integrate._quadrature', 'scipy.integrate.odepack', 'scipy.integrate._odepack', 'scipy.integrate.quadpack', 'scipy.integrate._quadpack', 'scipy.integrate._ode', 'scipy.integrate.vode', 'scipy.integrate._dop', 'scipy.integrate.lsoda', 'scipy.integrate._bvp', 'scipy.integrate._ivp', 'scipy.integrate._ivp.ivp', 'scipy.integrate._ivp.bdf', 'scipy.integrate._ivp.common', 'scipy.integrate._ivp.base', 'scipy.integrate._ivp.radau', 'scipy.integrate._ivp.rk', 'scipy.integrate._ivp.dop853_coefficients', 'scipy.integrate._ivp.lsoda', 'scipy.integrate._quad_vec', 'scipy.misc', 'scipy.misc.doccer', 'scipy.misc.common', 'scipy.stats._constants', 'scipy.stats._continuous_distns', 'scipy.interpolate', 'scipy.interpolate.interpolate', 'scipy.interpolate.fitpack', 'scipy.interpolate._fitpack_impl', 'scipy.interpolate._fitpack', 'scipy.interpolate.dfitpack', 'scipy.interpolate._bsplines', 'scipy.interpolate._bspl', 'scipy.interpolate.polyint', 'scipy.interpolate._ppoly', 'scipy.interpolate.fitpack2', 'scipy.interpolate.interpnd', 'scipy.interpolate.rbf', 'scipy.interpolate._rbfinterp', 'scipy.interpolate._rbfinterp_pythran', 'scipy.interpolate._cubic', 'scipy.interpolate.ndgriddata', 'scipy.interpolate._pade', 'scipy.stats._stats', 'scipy.special.cython_special', 'scipy.stats._rvs_sampling', 'scipy.stats._tukeylambda_stats', 'scipy.stats._ksstats', 'scipy.stats._boost', 'scipy.stats._boost.beta_ufunc', 'beta_ufunc', 'scipy.stats._boost.binom_ufunc', 'binom_ufunc', 'scipy.stats._boost.nbinom_ufunc', 'nbinom_ufunc', 'scipy.stats._discrete_distns', 'scipy.stats.biasedurn', 'scipy.stats._entropy', 'scipy.stats.mstats_basic', 'scipy.stats._stats_mstats_common', 'scipy._lib._bunch', 'scipy.stats._hypotests', 'scipy.stats._wilcoxon_data', 'scipy.stats.morestats', 'scipy.stats.statlib', 'scipy.stats.contingency', 'scipy.stats._relative_risk', 'scipy.stats._common', 'scipy.stats._crosstab', 'scipy.stats._binomtest', 'scipy.stats._binned_statistic', 'scipy.stats.kde', 'scipy.stats.mvn', 'scipy.stats.mstats', 'scipy.stats.mstats_extras', 'scipy.stats.qmc', 'scipy.stats._qmc', 'scipy.stats._sobol', 'scipy.stats._qmc_cy', 'scipy.stats._multivariate', 'scipy.stats._bootstrap', 'scipy.stats._page_trend_test', 'scipy.stats._mannwhitneyu', 'sklearn.utils.deprecation', 'sklearn.exceptions', 'sklearn.utils._joblib', 'sklearn.utils._estimator_html_repr', 'sklearn.utils._tags', 'sklearn.utils._show_versions', 'sklearn.utils._openmp_helpers', 'sklearn.model_selection', 'sklearn.model_selection._split', 'sklearn.utils.multiclass', 'sklearn.model_selection._validation', 'sklearn.utils.metaestimators', 'sklearn.metrics', 'sklearn.metrics._ranking', 'sklearn.utils.extmath', 'sklearn.utils._logistic_sigmoid', 'sklearn.utils.sparsefuncs_fast', '_cython_0_29_23', 'sklearn.utils.sparsefuncs', 'sklearn.preprocessing', 'sklearn.preprocessing._function_transformer', 'sklearn.preprocessing._data', 'sklearn.preprocessing._csr_polynomial_expansion', 'sklearn.preprocessing._encoders', 'sklearn.utils._encode', 'sklearn.preprocessing._label', 'sklearn.preprocessing._discretization', 'sklearn.metrics._base', 'sklearn.metrics._classification', 'sklearn.metrics.cluster', 'sklearn.metrics.cluster._supervised', 'sklearn.metrics.cluster._expected_mutual_info_fast', 'sklearn.metrics.cluster._unsupervised', 'sklearn.metrics.pairwise', 'sklearn.utils._mask', 'sklearn.metrics._pairwise_fast', 'sklearn.metrics.cluster._bicluster', 'sklearn.metrics._regression', 'sklearn._loss', 'sklearn._loss.glm_distribution', 'sklearn.utils.stats', 'sklearn.metrics._scorer', 'sklearn.metrics._plot', 'sklearn.metrics._plot.det_curve', 'sklearn.metrics._plot.base', 'sklearn.metrics._plot.roc_curve', 'sklearn.metrics._plot.precision_recall_curve', 'sklearn.metrics._plot.confusion_matrix', 'sklearn.model_selection._search', 'sklearn.utils.random', 'sklearn.utils._random', 'rasa.utils.tensorflow.model_data_utils', 'rasa.core.exceptions', 'rasa.shared.core.generator', 'rasa.engine.constants', 'rasa.core.channels', 'rasa.core.channels.channel', 'jwt', 'jwt.api_jws', 'jwt.algorithms', 'jwt.exceptions', 'jwt.utils', 'cryptography', 'cryptography.__about__', 'cryptography.hazmat', 'cryptography.hazmat.primitives', 'cryptography.hazmat.primitives.asymmetric', 'cryptography.hazmat.primitives.asymmetric.ec', 'cryptography.utils', 'cryptography.hazmat._oid', 'cryptography.hazmat.backends', 'cryptography.hazmat.primitives._serialization', 'cryptography.hazmat.primitives.hashes', 'cryptography.exceptions', 'cryptography.hazmat.backends.interfaces', 'cryptography.hazmat.primitives.asymmetric.utils', 'cryptography.hazmat._der', 'cryptography.hazmat.primitives.asymmetric.padding', 'cryptography.hazmat.primitives._asymmetric', 'cryptography.hazmat.primitives.asymmetric.rsa', 'cryptography.hazmat.primitives.asymmetric.ed25519', 'cryptography.hazmat.primitives.serialization', 'cryptography.hazmat.primitives.serialization.base', 'cryptography.hazmat._types', 'cryptography.hazmat.primitives.asymmetric.dsa', 'cryptography.hazmat.primitives.asymmetric.ed448', 'cryptography.hazmat.primitives.asymmetric.dh', 'cryptography.hazmat.primitives.serialization.ssh', 'cryptography.hazmat.primitives.ciphers', 'cryptography.hazmat.primitives.ciphers.base', 'cryptography.hazmat.primitives._cipheralgorithm', 'cryptography.hazmat.primitives.ciphers.modes', 'cryptography.hazmat.primitives.ciphers.algorithms', 'jwt.api_jwt', 'jwt.jwks_client', 'jwt.api_jwk', 'rasa.core.channels.socketio', 'socketio', 'socketio.client', 'engineio', 'engineio.client', 'engineio.json', 'engineio.exceptions', 'engineio.packet', 'engineio.payload', 'engineio.middleware', 'engineio.static_files', 'engineio.server', 'engineio.socket', 'engineio.asyncio_server', 'engineio.asyncio_socket', 'engineio.asyncio_client', 'engineio.async_drivers', 'engineio.async_drivers.asgi', 'socketio.exceptions', 'socketio.namespace', 'socketio.packet', 'socketio.base_manager', 'bidict', 'bidict._abc', 'bidict._typing', 'bidict._base', 'bidict._dup', 'bidict._exc', 'bidict._iter', 'bidict._mut', 'bidict._bidict', 'bidict._delegating', 'bidict._frozenbidict', 'bidict._frozenordered', 'bidict._orderedbase', 'bidict._named', 'bidict._orderedbidict', 'bidict.metadata', 'socketio.pubsub_manager', 'socketio.kombu_manager', 'socketio.redis_manager', 'redis', 'redis.client', 'redis._compat', 'redis.connection', 'redis.exceptions', 'redis.utils', 'redis.lock', 'socketio.kafka_manager', 'kafka', 'kafka.version', 'kafka.admin', 'kafka.admin.config_resource', 'kafka.admin.client', 'kafka.vendor', 'kafka.vendor.six', 'kafka.admin.acl_resource', 'kafka.errors', 'kafka.client_async', 'kafka.cluster', 'kafka.conn', 'kafka.future', 'kafka.metrics', 'kafka.metrics.compound_stat', 'kafka.metrics.stat', 'kafka.metrics.dict_reporter', 'kafka.metrics.metrics_reporter', 'kafka.metrics.kafka_metric', 'kafka.metrics.measurable', 'kafka.metrics.metric_config', 'kafka.metrics.metric_name', 'kafka.metrics.metrics', 'kafka.metrics.stats', 'kafka.metrics.stats.avg', 'kafka.metrics.stats.sampled_stat', 'kafka.metrics.measurable_stat', 'kafka.metrics.stats.count', 'kafka.metrics.stats.histogram', 'kafka.metrics.stats.max_stat', 'kafka.metrics.stats.min_stat', 'kafka.metrics.stats.percentile', 'kafka.metrics.stats.percentiles', 'kafka.metrics.stats.rate', 'kafka.metrics.stats.sensor', 'kafka.metrics.stats.total', 'kafka.metrics.quota', 'kafka.oauth', 'kafka.oauth.abstract', 'kafka.protocol', 'kafka.protocol.admin', 'kafka.protocol.api', 'kafka.protocol.struct', 'kafka.protocol.abstract', 'kafka.protocol.types', 'kafka.util', 'kafka.protocol.commit', 'kafka.protocol.offset', 'kafka.protocol.produce', 'kafka.protocol.metadata', 'kafka.protocol.fetch', 'kafka.protocol.parser', 'kafka.protocol.frame', 'kafka.scram', 'kafka.structs', 'kafka.vendor.socketpair', 'kafka.coordinator', 'kafka.coordinator.protocol', 'kafka.admin.new_topic', 'kafka.admin.new_partitions', 'kafka.consumer', 'kafka.consumer.group', 'kafka.consumer.fetcher', 'kafka.record', 'kafka.record.memory_records', 'kafka.record.abc', 'kafka.record.legacy_records', 'kafka.record.util', 'kafka.record._crc32c', 'kafka.codec', 'kafka.vendor.six.moves', 'kafka.record.default_records', 'kafka.serializer', 'kafka.serializer.abstract', 'kafka.consumer.subscription_state', 'kafka.coordinator.consumer', 'kafka.coordinator.base', 'kafka.coordinator.heartbeat', 'kafka.protocol.group', 'kafka.coordinator.assignors', 'kafka.coordinator.assignors.range', 'kafka.coordinator.assignors.abstract', 'kafka.coordinator.assignors.roundrobin', 'kafka.coordinator.assignors.sticky', 'kafka.coordinator.assignors.sticky.sticky_assignor', 'kafka.coordinator.assignors.sticky.partition_movements', 'kafka.coordinator.assignors.sticky.sorted_set', 'kafka.producer', 'kafka.producer.kafka', 'kafka.partitioner', 'kafka.partitioner.default', 'kafka.producer.future', 'kafka.producer.record_accumulator', 'kafka.producer.buffer', 'kafka.producer.sender', 'socketio.zmq_manager', 'socketio.server', 'socketio.middleware', 'socketio.tornado', 'socketio.asyncio_client', 'socketio.asyncio_server', 'socketio.asyncio_manager', 'socketio.asyncio_namespace', 'socketio.asyncio_redis_manager', 'socketio.asyncio_pubsub_manager', 'socketio.asyncio_aiopika_manager', 'socketio.asgi', 'rasa.core.channels.botframework', 'rasa.core.channels.callback', 'rasa.core.channels.rest', 'rasa.core.channels.console', 'questionary', 'prompt_toolkit', 'prompt_toolkit.application', 'prompt_toolkit.application.application', 'prompt_toolkit.buffer', 'prompt_toolkit.application.current', 'prompt_toolkit.application.run_in_terminal', 'prompt_toolkit.eventloop', 'prompt_toolkit.eventloop.async_generator', 'prompt_toolkit.eventloop.utils', 'prompt_toolkit.eventloop.inputhook', 'prompt_toolkit.utils', 'wcwidth', 'wcwidth.wcwidth', 'wcwidth.table_wide', 'wcwidth.table_zero', 'wcwidth.unicode_versions', 'prompt_toolkit.auto_suggest', 'prompt_toolkit.document', 'prompt_toolkit.clipboard', 'prompt_toolkit.clipboard.base', 'prompt_toolkit.selection', 'prompt_toolkit.clipboard.in_memory', 'prompt_toolkit.filters', 'prompt_toolkit.filters.app', 'prompt_toolkit.cache', 'prompt_toolkit.enums', 'prompt_toolkit.filters.base', 'prompt_toolkit.filters.cli', 'prompt_toolkit.filters.utils', 'prompt_toolkit.completion', 'prompt_toolkit.completion.base', 'prompt_toolkit.formatted_text', 'prompt_toolkit.formatted_text.ansi', 'prompt_toolkit.output', 'prompt_toolkit.output.base', 'prompt_toolkit.data_structures', 'prompt_toolkit.styles', 'prompt_toolkit.styles.base', 'prompt_toolkit.styles.defaults', 'prompt_toolkit.styles.named_colors', 'prompt_toolkit.styles.style', 'prompt_toolkit.styles.pygments', 'prompt_toolkit.styles.style_transformation', 'colorsys', 'prompt_toolkit.output.color_depth', 'prompt_toolkit.output.defaults', 'prompt_toolkit.output.vt100', 'prompt_toolkit.formatted_text.base', 'prompt_toolkit.mouse_events', 'prompt_toolkit.formatted_text.html', 'prompt_toolkit.formatted_text.pygments', 'prompt_toolkit.formatted_text.utils', 'prompt_toolkit.completion.deduplicate', 'prompt_toolkit.completion.filesystem', 'prompt_toolkit.completion.fuzzy_completer', 'prompt_toolkit.completion.word_completer', 'prompt_toolkit.completion.nested', 'prompt_toolkit.history', 'prompt_toolkit.search', 'prompt_toolkit.key_binding', 'prompt_toolkit.key_binding.key_bindings', 'prompt_toolkit.keys', 'prompt_toolkit.key_binding.key_processor', 'prompt_toolkit.key_binding.vi_state', 'prompt_toolkit.validation', 'prompt_toolkit.input', 'prompt_toolkit.input.base', 'prompt_toolkit.input.defaults', 'prompt_toolkit.input.typeahead', 'prompt_toolkit.key_binding.bindings', 'prompt_toolkit.key_binding.bindings.page_navigation', 'prompt_toolkit.key_binding.bindings.scroll', 'prompt_toolkit.key_binding.defaults', 'prompt_toolkit.key_binding.bindings.basic', 'prompt_toolkit.key_binding.bindings.named_commands', 'prompt_toolkit.layout', 'prompt_toolkit.layout.containers', 'prompt_toolkit.layout.controls', 'prompt_toolkit.lexers', 'prompt_toolkit.lexers.base', 'prompt_toolkit.lexers.pygments', 'prompt_toolkit.layout.processors', 'prompt_toolkit.layout.utils', 'prompt_toolkit.layout.dimension', 'prompt_toolkit.layout.margins', 'prompt_toolkit.layout.mouse_handlers', 'prompt_toolkit.layout.screen', 'prompt_toolkit.layout.layout', 'prompt_toolkit.layout.menus', 'prompt_toolkit.layout.scrollable_pane', 'prompt_toolkit.key_binding.bindings.completion', 'prompt_toolkit.key_binding.bindings.cpr', 'prompt_toolkit.key_binding.bindings.emacs', 'prompt_toolkit.key_binding.bindings.mouse', 'prompt_toolkit.key_binding.bindings.vi', 'prompt_toolkit.input.vt100_parser', 'prompt_toolkit.input.ansi_escape_sequences', 'prompt_toolkit.key_binding.digraphs', 'prompt_toolkit.key_binding.emacs_state', 'prompt_toolkit.layout.dummy', 'prompt_toolkit.renderer', 'prompt_toolkit.application.dummy', 'prompt_toolkit.shortcuts', 'prompt_toolkit.shortcuts.dialogs', 'prompt_toolkit.key_binding.bindings.focus', 'prompt_toolkit.widgets', 'prompt_toolkit.widgets.base', 'prompt_toolkit.widgets.toolbars', 'prompt_toolkit.widgets.dialogs', 'prompt_toolkit.widgets.menus', 'prompt_toolkit.shortcuts.progress_bar', 'prompt_toolkit.shortcuts.progress_bar.base', 'prompt_toolkit.shortcuts.progress_bar.formatters', 'prompt_toolkit.shortcuts.prompt', 'prompt_toolkit.key_binding.bindings.auto_suggest', 'prompt_toolkit.key_binding.bindings.open_in_editor', 'prompt_toolkit.shortcuts.utils', 'questionary.version', 'questionary.form', 'questionary.constants', 'questionary.question', 'prompt_toolkit.patch_stdout', 'questionary.utils', 'questionary.prompt', 'questionary.prompts', 'questionary.prompts.autocomplete', 'questionary.prompts.common', 'questionary.prompts.confirm', 'questionary.prompts.text', 'questionary.prompts.select', 'questionary.prompts.rawselect', 'questionary.prompts.password', 'questionary.prompts.checkbox', 'questionary.prompts.path', 'rasa.core.channels.facebook', 'fbmessenger', 'fbmessenger.attachments', 'fbmessenger.quick_replies', 'fbmessenger.error_messages', 'fbmessenger.elements', 'fbmessenger.sender_actions', 'rasa.core.channels.mattermost', 'rasa.core.channels.rasa_chat', 'rasa.core.channels.rocketchat', 'rasa.core.channels.slack', 'slack', 'slack.web', 'slack.version', 'slack.web.client', 'slack.errors', 'slack.web.base_client', 'slack.web.async_internal_utils', 'slack.web.deprecation', 'slack.web.slack_response', 'slack.web.internal_utils', 'slack.web.classes', 'slack.web.classes.attachments', 'slack.web.classes.actions', 'slack.web.classes.objects', 'slack.web.classes.blocks', 'slack.web.classes.elements', 'slack.web.classes.views', 'slack.web.async_client', 'slack.web.async_base_client', 'slack.web.async_slack_response', 'slack.rtm', 'slack.rtm.client', 'slack.webhook', 'slack.webhook.webhook_response', 'slack.webhook.client', 'slack.webhook.internal_utils', 'slack.webhook.async_client', 'rasa.core.channels.telegram', 'telebot', 'telebot.util', 'telebot.types', 'telebot.apihelper', 'telebot.handler_backends', 'rasa.core.channels.twilio', 'twilio', 'twilio.base', 'twilio.base.exceptions', 'twilio.rest', 'twilio.base.obsolete', 'twilio.compat', 'twilio.http', 'twilio.http.http_client', 'twilio.http.request', 'twilio.http.response', 'rasa.core.channels.twilio_voice', 'twilio.twiml', 'twilio.twiml.voice_response', 'rasa.core.channels.webexteams', 'webexteamssdk', 'webexteamssdk.models', 'webexteamssdk.models.cards', 'webexteamssdk.models.cards.adaptive_card_component', 'webexteamssdk.models.cards.card', 'webexteamssdk.models.cards.actions', 'webexteamssdk.models.cards.utils', 'webexteamssdk.models.cards.components', 'webexteamssdk.models.cards.options', 'webexteamssdk.models.cards.container', 'webexteamssdk.models.cards.inputs', 'webexteamssdk._metadata', 'webexteamssdk._version', 'webexteamssdk.api', 'past', 'future', 'past.types', 'past.utils', 'past.types.basestring', 'past.types.olddict', 'past.types.oldstr', 'webexteamssdk.config', 'webexteamssdk.environment', 'webexteamssdk.exceptions', 'webexteamssdk.response_codes', 'webexteamssdk.models.immutable', 'webexteamssdk.utils', 'future.standard_library', 'future.utils', 'past.builtins', 'past.builtins.noniterators', 'past.builtins.misc', 'webexteamssdk.models.mixins', 'webexteamssdk.models.mixins.access_token', 'webexteamssdk.models.mixins.admin_audit_event', 'webexteamssdk.models.mixins.attachment_action', 'webexteamssdk.models.mixins.event', 'webexteamssdk.models.mixins.guest_issuer_token', 'webexteamssdk.models.mixins.license', 'webexteamssdk.models.mixins.membership', 'webexteamssdk.models.mixins.message', 'webexteamssdk.models.mixins.organization', 'webexteamssdk.models.mixins.person', 'webexteamssdk.models.mixins.role', 'webexteamssdk.models.mixins.room', 'webexteamssdk.models.mixins.room_meeting_info', 'webexteamssdk.models.mixins.team', 'webexteamssdk.models.mixins.team_membership', 'webexteamssdk.models.mixins.webhook', 'webexteamssdk.models.mixins.webhook_event', 'webexteamssdk.restsession', 'webexteamssdk.api.access_tokens', 'webexteamssdk.api.admin_audit_events', 'webexteamssdk.generator_containers', 'webexteamssdk.api.attachment_actions', 'webexteamssdk.api.events', 'webexteamssdk.api.guest_issuer', 'webexteamssdk.api.licenses', 'webexteamssdk.api.memberships', 'webexteamssdk.api.messages', 'requests_toolbelt', 'requests_toolbelt.adapters', 'requests_toolbelt.adapters.ssl', 'requests_toolbelt._compat', 'urllib3.contrib.appengine', 'requests_toolbelt.adapters.source', 'requests_toolbelt.auth', 'requests_toolbelt.auth.guess', 'requests_toolbelt.auth._digest_auth_compat', 'requests_toolbelt.auth.http_proxy_digest', 'requests_toolbelt.multipart', 'requests_toolbelt.multipart.encoder', 'requests_toolbelt.multipart.decoder', 'requests_toolbelt.streaming_iterator', 'requests_toolbelt.utils', 'requests_toolbelt.utils.user_agent', 'webexteamssdk.api.organizations', 'webexteamssdk.api.people', 'webexteamssdk.api.roles', 'webexteamssdk.api.rooms', 'webexteamssdk.api.team_memberships', 'webexteamssdk.api.teams', 'webexteamssdk.api.webhooks', 'webexteamssdk.models.dictionary', 'webexteamssdk.models.simple', 'rasa.core.channels.hangouts', 'oauth2client', 'oauth2client.client', 'oauth2client._helpers', 'oauth2client._pkce', 'oauth2client.clientsecrets', 'oauth2client.transport', 'httplib2', 'httplib2.socks', 'httplib2.auth', 'httplib2.error', 'httplib2.iri2uri', 'httplib2.certs', 'oauth2client.crypt', 'oauth2client._pure_python_crypt', 'pyasn1', 'pyasn1.codec', 'pyasn1.codec.der', 'pyasn1.codec.der.decoder', 'pyasn1.codec.cer', 'pyasn1.codec.cer.decoder', 'pyasn1.error', 'pyasn1.codec.ber', 'pyasn1.codec.ber.decoder', 'pyasn1.debug', 'pyasn1.compat', 'pyasn1.compat.octets', 'pyasn1.codec.ber.eoo', 'pyasn1.type', 'pyasn1.type.base', 'pyasn1.compat.calling', 'pyasn1.type.constraint', 'pyasn1.type.error', 'pyasn1.type.tag', 'pyasn1.type.tagmap', 'pyasn1.compat.integer', 'pyasn1.type.char', 'pyasn1.type.univ', 'pyasn1.compat.binary', 'pyasn1.type.namedtype', 'pyasn1.type.namedval', 'pyasn1.type.useful', 'pyasn1.compat.dateandtime', 'pyasn1.compat.string', 'pyasn1_modules', 'pyasn1_modules.pem', 'pyasn1_modules.rfc2459', 'pyasn1.type.opentype', 'pyasn1_modules.rfc5208', 'pyasn1_modules.rfc2251', 'rsa', 'rsa.key', 'rsa.prime', 'rsa.common', 'rsa.randnum', 'rsa.transform', 'rsa.pem', 'rsa.core', 'rsa.pkcs1', 'rasa.engine.recipes.recipe', 'rasa.graph_components.converters', 'rasa.graph_components.converters.nlu_message_converter', 'rasa.graph_components.providers', 'rasa.graph_components.providers.domain_provider', 'rasa.graph_components.providers.domain_without_response_provider', 'rasa.graph_components.providers.nlu_training_data_provider', 'rasa.graph_components.providers.rule_only_provider', 'rasa.graph_components.providers.story_graph_provider', 'rasa.graph_components.providers.training_tracker_provider', 'rasa.nlu.utils.mitie_utils', 'rasa.nlu.extractors.regex_entity_extractor', 'rasa.nlu.utils.pattern_utils', 'rasa.nlu.extractors.crf_entity_extractor', 'rasa.nlu.test', 'rasa.core.agent', 'rasa.core.jobs', 'apscheduler', 'apscheduler.schedulers', 'apscheduler.schedulers.asyncio', 'apscheduler.schedulers.base', 'tzlocal', 'tzlocal.unix', 'pytz', 'pytz.exceptions', 'pytz.lazy', 'pytz.tzinfo', 'pytz.tzfile', 'tzlocal.utils', 'apscheduler.executors', 'apscheduler.executors.base', 'apscheduler.events', 'apscheduler.executors.pool', 'apscheduler.jobstores', 'apscheduler.jobstores.base', 'apscheduler.jobstores.memory', 'apscheduler.util', 'apscheduler.job', 'apscheduler.triggers', 'apscheduler.triggers.base', 'rasa.core.http_interpreter', 'rasa.core.nlg', 'rasa.core.nlg.generator', 'rasa.core.nlg.response', 'rasa.core.nlg.interpolator', 'rasa.core.nlg.callback', 'rasa.core.processor', 'rasa.engine.loader', 'rasa.engine.runner.dask', 'dask', 'dask.config', 'yaml', 'yaml.error', 'yaml.tokens', 'yaml.events', 'yaml.nodes', 'yaml.loader', 'yaml.reader', 'yaml.scanner', 'yaml.parser', 'yaml.composer', 'yaml.constructor', 'yaml.resolver', 'yaml.dumper', 'yaml.emitter', 'yaml.serializer', 'yaml.representer', 'yaml.cyaml', 'yaml._yaml', 'dask.datasets', 'dask.utils', 'dask.core', 'dask.utils_test', 'dask._version', 'dask.base', 'tlz', 'tlz._build_tlz', 'toolz', 'toolz.itertoolz', 'toolz.utils', 'toolz.functoolz', 'toolz._signatures', 'toolz.dicttoolz', 'toolz.recipes', 'toolz.curried', 'toolz.curried.operator', 'toolz.curried.exceptions', 'toolz.sandbox', 'toolz.sandbox.core', 'toolz.sandbox.parallel', 'toolz._version', 'tlz.utils', 'tlz.itertoolz', 'tlz._signatures', 'tlz.functoolz', 'tlz.dicttoolz', 'tlz.recipes', 'tlz._version', 'dask.local', 'dask.callbacks', 'dask.order', 'dask.threaded', 'dask.system', 'dask.context', 'dask.hashing', 'dask.multiprocessing', 'cloudpickle', 'cloudpickle.cloudpickle', 'cloudpickle.compat', 'cloudpickle.cloudpickle_fast', 'dask.optimization', 'dask.delayed', 'dask.highlevelgraph', 'rasa.core.actions', 'rasa.core.actions.action', 'rasa.shared.utils.schemas', 'rasa.shared.utils.schemas.events', 'rasa.core.tracker_store', 'boto3.dynamodb', 'boto3.dynamodb.conditions', 'pymongo', 'pymongo.collection', 'bson', 'bson.binary', 'bson.py3compat', 'bson.code', 'bson.codec_options', 'bson.dbref', 'bson.son', 'bson.decimal128', 'bson.errors', 'bson.int64', 'bson.max_key', 'bson.min_key', 'bson.objectid', 'bson.tz_util', 'bson.regex', 'bson.timestamp', 'bson._cbson', 'bson.raw_bson', 'pymongo.common', 'pymongo.auth', 'pymongo.errors', 'pymongo.saslprep', 'backports', 'pymongo.compression_support', 'pymongo.monitoring', 'pymongo.helpers', 'pymongo.driver_info', 'pymongo.encryption_options', 'pymongo.read_concern', 'pymongo.read_preferences', 'pymongo.max_staleness_selectors', 'pymongo.server_type', 'pymongo.server_selectors', 'pymongo.ssl_support', 'pymongo.write_concern', 'pymongo.message', 'pymongo._cmessage', 'pymongo.aggregation', 'pymongo.collation', 'pymongo.bulk', 'pymongo.client_session', 'pymongo.monotonic', 'pymongo.command_cursor', 'pymongo.change_stream', 'pymongo.cursor', 'pymongo.operations', 'pymongo.results', 'pymongo.mongo_client', 'pymongo.database', 'pymongo.son_manipulator', 'pymongo.periodic_executor', 'pymongo.uri_parser', 'pymongo.srv_resolver', 'dns', 'dns.resolver', 'dns.exception', 'dns.flags', 'dns.ipv4', 'dns._compat', 'dns.ipv6', 'dns.message', 'dns.edns', 'dns.inet', 'dns.name', 'dns.wiredata', 'dns.opcode', 'dns.entropy', 'dns.rcode', 'dns.rdata', 'dns.rdataclass', 'dns.rdatatype', 'dns.tokenizer', 'dns.ttl', 'dns.rrset', 'dns.rdataset', 'dns.set', 'dns.renderer', 'dns.tsig', 'dns.query', 'dns.reversename', 'pymongo.client_options', 'pymongo.pool', 'pymongo.thread_util', 'pymongo.ismaster', 'pymongo.network', 'pymongo.ssl_match_hostname', 'pymongo.cursor_manager', 'pymongo.topology', 'pymongo.topology_description', 'pymongo.server_description', 'pymongo.monitor', 'pymongo.server', 'pymongo.response', 'pymongo.settings', 'pymongo.mongo_replica_set_client', 'sqlalchemy', 'sqlalchemy.util', 'sqlalchemy.util._collections', 'sqlalchemy.util.compat', 'sqlalchemy.cimmutabledict', 'sqlalchemy.util._preloaded', 'sqlalchemy.util.concurrency', 'greenlet', 'greenlet._greenlet', 'sqlalchemy.util._concurrency_py3k', 'sqlalchemy.util.langhelpers', 'sqlalchemy.exc', 'sqlalchemy.util._compat_py3k', 'sqlalchemy.util.deprecations', 'sqlalchemy.engine', 'sqlalchemy.engine.events', 'sqlalchemy.engine.base', 'sqlalchemy.engine.interfaces', 'sqlalchemy.sql', 'sqlalchemy.sql.base', 'sqlalchemy.sql.roles', 'sqlalchemy.sql.visitors', 'sqlalchemy.sql.traversals', 'sqlalchemy.sql.operators', 'sqlalchemy.inspection', 'sqlalchemy.sql.compiler', 'sqlalchemy.sql.coercions', 'sqlalchemy.sql.crud', 'sqlalchemy.sql.dml', 'sqlalchemy.types', 'sqlalchemy.sql.sqltypes', 'sqlalchemy.sql.elements', 'sqlalchemy.sql.type_api', 'sqlalchemy.sql.annotation', 'sqlalchemy.event', 'sqlalchemy.event.api', 'sqlalchemy.event.base', 'sqlalchemy.event.attr', 'sqlalchemy.event.legacy', 'sqlalchemy.event.registry', 'sqlalchemy.processors', 'sqlalchemy.cprocessors', 'sqlalchemy.sql.util', 'sqlalchemy.sql.ddl', 'sqlalchemy.util.topological', 'sqlalchemy.sql.schema', 'sqlalchemy.sql.selectable', 'sqlalchemy.sql.functions', 'sqlalchemy.sql.expression', 'sqlalchemy.sql.lambdas', 'sqlalchemy.sql.events', 'sqlalchemy.sql.default_comparator', 'sqlalchemy.sql.naming', 'sqlalchemy.engine.util', 'sqlalchemy.log', 'sqlalchemy.engine.create', 'sqlalchemy.engine.url', 'sqlalchemy.dialects', 'sqlalchemy.engine.mock', 'sqlalchemy.pool', 'sqlalchemy.pool.events', 'sqlalchemy.pool.base', 'sqlalchemy.pool.dbapi_proxy', 'sqlalchemy.pool.impl', 'sqlalchemy.util.queue', 'sqlalchemy.engine.cursor', 'sqlalchemy.engine.result', 'sqlalchemy.engine.row', 'sqlalchemy.cresultproxy', 'sqlalchemy.engine.reflection', 'sqlalchemy.schema', 'sqlalchemy.events', 'sqlalchemy.engine.default', 'sqlalchemy.engine.characteristics', 'sqlalchemy.ext', 'sqlalchemy.ext.declarative', 'sqlalchemy.ext.declarative.extensions', 'sqlalchemy.orm', 'sqlalchemy.orm.exc', 'sqlalchemy.orm.mapper', 'sqlalchemy.orm.attributes', 'sqlalchemy.orm.collections', 'sqlalchemy.orm.base', 'sqlalchemy.orm.interfaces', 'sqlalchemy.orm.path_registry', 'sqlalchemy.orm.instrumentation', 'sqlalchemy.orm.state', 'sqlalchemy.orm.loading', 'sqlalchemy.orm.strategy_options', 'sqlalchemy.orm.util', 'sqlalchemy.future', 'sqlalchemy.future.engine', 'sqlalchemy.orm.properties', 'sqlalchemy.orm.descriptor_props', 'sqlalchemy.orm.relationships', 'sqlalchemy.orm.context', 'sqlalchemy.orm.decl_api', 'sqlalchemy.orm.clsregistry', 'sqlalchemy.orm.decl_base', 'sqlalchemy.orm.identity', 'sqlalchemy.orm.query', 'sqlalchemy.orm.scoping', 'sqlalchemy.orm.session', 'sqlalchemy.orm.persistence', 'sqlalchemy.orm.evaluator', 'sqlalchemy.orm.sync', 'sqlalchemy.orm.unitofwork', 'sqlalchemy.orm.events', 'sqlalchemy.orm.dynamic', 'sqlalchemy.orm.strategies', 'sqlalchemy.orm.dependency', 'rasa.utils.plotting', 'matplotlib', 'matplotlib.cbook', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.animation', 'matplotlib._animation_data', 'matplotlib.fontconfig_pattern', 'matplotlib.colors', 'matplotlib.docstring', 'matplotlib._color_data', 'cycler', 'matplotlib._version', 'matplotlib.ft2font', 'kiwisolver']
2021-11-03 13:06:03 DEBUG    rasa.telemetry  - Skipping request to external service: telemetry key not set.
2021-11-03 13:06:03 DEBUG    rasa.cli.utils  - Parameter 'credentials' not set. Using default location 'credentials.yml' instead.
2021-11-03 13:06:03 INFO     root  - Connecting to channel 'cmdline' which was specified by the '--connector' argument. Any other channels will be ignored. To connect to all given channels, omit the '--connector' argument.
2021-11-03 13:06:03 DEBUG    sanic.root  - CORS: Configuring CORS with resources: {'/*': {'origins': [''], 'methods': 'DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT', 'allow_headers': ['.*'], 'expose_headers': 'filename', 'supports_credentials': True, 'max_age': None, 'send_wildcard': False, 'automatic_options': True, 'vary_header': True, 'resources': {'/*': {'origins': ''}}, 'intercept_exceptions': True, 'always_send': True}}
Traceback (most recent call last):
  File "/home/vincent/Development/how-to-rasa/venv/bin/rasa", line 5, in <module>
    main()
  File "/home/vincent/Development/rasa/rasa/__main__.py", line 119, in main
    cmdline_arguments.func(cmdline_arguments)
  File "/home/vincent/Development/rasa/rasa/cli/shell.py", line 125, in shell
    rasa.cli.run.run(args)
  File "/home/vincent/Development/rasa/rasa/cli/run.py", line 126, in run
    rasa.run(**vars(args))
  File "/home/vincent/Development/rasa/rasa/api.py", line 61, in run
    **kwargs,
  File "/home/vincent/Development/rasa/rasa/core/run.py", line 182, in serve_application
    conversation_id=conversation_id,
  File "/home/vincent/Development/rasa/rasa/core/run.py", line 116, in configure_app
    rasa.core.utils.list_routes(app)
  File "/home/vincent/Development/rasa/rasa/core/utils.py", line 106, in list_routes
    for arg in route.parameters:
AttributeError: 'Route' object has no attribute 'parameters'
koaning commented 2 years ago

Possibly related, because of https://github.com/RasaHQ/rasa/issues/9998 I changed the httplib2/auth/auth_param_name.py file such that;

auth_param_name = token.copy().setName("auth-param-name").addParseAction(pp.downcaseTokens)

becomes

auth_param_name = token.copy().setName("auth-param-name").addParseAction(pp.pyparsing_common.downcaseTokens)

Without it, main is broken for a different reason.

koaning commented 2 years ago

I can confirm this is no longer an issue on RC1, so I'm closing this issue.

gitgithan commented 1 year ago

I am also getting the AttributeError: 'Route' object has no attribute 'parameters' on rasa run --debug (i think rasa shell --debug does down a similar path calling run under the hood) using rasa version 2.7.1 and Rasa SDK Version 2.7.0 (what's the difference between these?).

Any suggestions how may I investigate the source code to see why the code runs a different path (i assume that's why it broke with --debug and runs properly without) when debug option is given? Or how may I debug rasa open source and actions server?