#c #theano #tensor #pymc3
#c #теано #тензор #pymc3
Вопрос:
Я попытался создать модель blas и обнаружил эту ошибку, не уверенный, связано ли это с g , gcc или чем-то еще
D:Condlibsite-packagestheanolinkccmodule.py in compile_str(module_name, src_code, location, include_dirs, lib_dirs, libs, preargs, py_module, hide_symbols) 2544 # difficult to read. 2545 compile_stderr = compile_stderr.replace("n", ". ") -gt; 2546 raise Exception( 2547 f"Compilation failed (return status={status}): {compile_stderr}" 2548 ) Exception: ('The following error happened while compiling the node', CGemv{inplace}(AllocEmpty{dtype='float64'}.0, TensorConstant{1.0}, Reshape{2}.0, Elemwise{Composite{((i0 * i1) / i2)}}[(0, 1)].0, TensorConstant{0.0}), 'n', "Compilation failed (return status=1): lt;command-linegt;:0:1: error: macro names must be identifiersr. cc1plus.exe: warning: unrecognized command line option '-Wno-c 11-narrowing'r. ", 'FunctionGraph(CGemv{inplace}(lt;TensorType(float64, vector)gt;, TensorConstant{1.0}, lt;TensorType(float64, matrix)gt;, lt;TensorType(float64, vector)gt;, TensorConstant{0.0}))')