06情感分析代码出现维度错误
Created by: Er11c
错误提示如下,使用的是CNN模型 /opt/conda/envs/python27-paddle120-env/lib/python2.7/site-packages/paddle/fluid/executor.py:782: UserWarning: The following exception is not an EOF exception. "The following exception is not an EOF exception.") Traceback (most recent call last): File "cnn.py", line 203, in main(use_cuda) File "cnn.py", line 197, in main infer(use_cuda, params_dirname) File "cnn.py", line 178, in infer fetch_list=fetch_targets) File "/opt/conda/envs/python27-paddle120-env/lib/python2.7/site-packages/paddle/fluid/executor.py", line 783, in run six.reraise(*sys.exc_info()) File "/opt/conda/envs/python27-paddle120-env/lib/python2.7/site-packages/paddle/fluid/executor.py", line 778, in run use_program_cache=use_program_cache) File "/opt/conda/envs/python27-paddle120-env/lib/python2.7/site-packages/paddle/fluid/executor.py", line 831, in _run_impl use_program_cache=use_program_cache) File "/opt/conda/envs/python27-paddle120-env/lib/python2.7/site-packages/paddle/fluid/executor.py", line 902, in _run_program self._feed_data(program, feed, feed_var_name, scope) File "/opt/conda/envs/python27-paddle120-env/lib/python2.7/site-packages/paddle/fluid/executor.py", line 580, in _feed_data check_feed_shape_type(var, cur_feed) File "/opt/conda/envs/python27-paddle120-env/lib/python2.7/site-packages/paddle/fluid/executor.py", line 230, in check_feed_shape_type (var.name, len(var.shape), var.shape, feed_shape)) ValueError: The fed Variable u'words' should have dimensions = 1, shape = (-1L,), but received fed shape [-1, 1L] on each device aistudio@jupyter-284539-468867:~/work$