ouhang
ouhang
Just as the title: (gdb) p input $1 = (const taso::Tensor &) @0x555589dcf678: {static MAX_KEY_LENGTH = 274, static MAGIC_NUMBER = 23333, numDim = 1, dim = {1, -2008300352, 21845, -1980118144,...
Just as the title: CUDNN failure: CUDNN_STATUS_BAD_PARAM /disk2/ouhang.oh/experiment/TASO/src/cudnn/element_kernel.cu:193 The op is OP_EW_MUL ele->inputs[0] $12 = {static MAX_KEY_LENGTH = 274, static MAGIC_NUMBER = 23333, numDim = 4, dim = {1, 64,...
I think further substitution may be generated if we can fix "Cannot find input tensor" and "unsupported" issue. Below is the log: Found unsupported ONNX operator: LRN (Skipped) Cannot find...
for op: input: "conv1" input: "Pad_pads" input: "Pad_value" output: "legacy_padded_tensor" name: "Pad" op_type: "Pad" domain: "" Below assertion fails: outputs = xf_operators[op.op_type](op, graph, tensors, model.graph.initializer) if not isinstance(outputs, list): outputs...
In ops.cc method new_weight, current logic is when weight_initial != NULL, then allocate_memory, else weight_ptr would be null ptr. I don't know whether this logic is what we wanted, but...
Just as the title.