You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "E:\ANACONDA\envs\paddle_env\table_atti\table_atti_p.py", line 9, in
model = paddleclas.PaddleClas(build_gallery=False,model_name='table_attribute',inference_model_dir='table_attribute_infer')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ANACONDA\envs\paddle_env.venv\Lib\site-packages\paddleclas\paddleclas.py", line 610, in init
self.predictor = ClsPredictor(self._config)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ANACONDA\envs\paddle_env.venv\Lib\site-packages\paddleclas\deploy\python\predict_cls.py", line 28, in init
super().init(config["Global"])
File "E:\ANACONDA\envs\paddle_env.venv\Lib\site-packages\paddleclas\deploy\utils\predictor.py", line 37, in init
self.predictor, self.config = self.create_paddle_predictor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ANACONDA\envs\paddle_env.venv\Lib\site-packages\paddleclas\deploy\utils\predictor.py", line 60, in create_paddle_predictor
pd_version = 10 * pd_version + eval(v)
^^^^^^^
File "", line 1, in
NameError: name 'beta2' is not defined
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "E:\ANACONDA\envs\paddle_env\table_atti\table_atti_p.py", line 9, in
model = paddleclas.PaddleClas(build_gallery=False,model_name='table_attribute',inference_model_dir='table_attribute_infer')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ANACONDA\envs\paddle_env.venv\Lib\site-packages\paddleclas\paddleclas.py", line 610, in init
self.predictor = ClsPredictor(self._config)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ANACONDA\envs\paddle_env.venv\Lib\site-packages\paddleclas\deploy\python\predict_cls.py", line 28, in init
super().init(config["Global"])
File "E:\ANACONDA\envs\paddle_env.venv\Lib\site-packages\paddleclas\deploy\utils\predictor.py", line 37, in init
self.predictor, self.config = self.create_paddle_predictor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ANACONDA\envs\paddle_env.venv\Lib\site-packages\paddleclas\deploy\utils\predictor.py", line 60, in create_paddle_predictor
pd_version = 10 * pd_version + eval(v)
^^^^^^^
File "", line 1, in
NameError: name 'beta2' is not defined
The text was updated successfully, but these errors were encountered: