Kaelin
04/25/2023, 2:50 AMSonic2022_mario
04/29/2023, 1:47 PMSonic2022_mario
04/29/2023, 1:49 PMIBob012
04/29/2023, 5:38 PMIBob012
04/29/2023, 5:39 PMgohkingytp
05/01/2023, 7:34 PMGosmokeless28
05/01/2023, 8:47 PMgohkingytp
05/01/2023, 8:50 PMJustin
05/07/2023, 10:48 AMGabherelol
05/08/2023, 3:17 AMGosmokeless28
05/08/2023, 6:15 AMGosmokeless28
05/08/2023, 6:18 AMGosmokeless28
05/08/2023, 6:19 AMGosmokeless28
05/08/2023, 6:56 AMtanooki426
05/12/2023, 9:24 PMYTR76
05/12/2023, 9:30 PMtanooki426
05/12/2023, 9:49 PMYTR76
05/12/2023, 9:52 PMMrDankEngine
05/15/2023, 9:50 AMGosmokeless28
05/15/2023, 10:13 AMCarl Da KWASON 2
05/15/2023, 7:36 PMtanooki426
05/15/2023, 7:54 PM---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-3-191d0a0af518> in <cell line: 10>()
8
9 import json
---> 10 from nemo.collections.asr.models import EncDecCTCModel
11 asr_model = EncDecCTCModel.from_pretrained(model_name="asr_talknet_aligner").cpu().eval()
12
22 frames
/usr/local/lib/python3.10/dist-packages/google/protobuf/descriptor.py in __new__(cls, name, full_name, index, number, type, cpp_type, label, default_value, message_type, enum_type, containing_type, is_extension, extension_scope, options, serialized_options, has_default_value, containing_oneof, json_name, file, create_key)
559 has_default_value=True, containing_oneof=None, json_name=None,
560 file=None, create_key=None): # pylint: disable=redefined-builtin
--> 561 _message.Message._CheckCalledFromGeneratedFile()
562 if is_extension:
563 return _message.default_pool.FindExtensionByName(full_name)
TypeError: Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
1. Downgrade the protobuf package to 3.20.x or lower.
2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
How do I resolve this?tanooki426
05/15/2023, 8:00 PMJustin
05/17/2023, 11:50 PMJustin
05/17/2023, 11:50 PMJustin
05/17/2023, 11:54 PMmeany
05/21/2023, 11:19 AMhttps://cdn.discordapp.com/attachments/994486437883936809/1109802625286819940/image.png▾
Gosmokeless28
05/21/2023, 11:21 AMJustin
05/21/2023, 11:52 AMdn2rafael
05/21/2023, 10:10 PM