mit-han-lab / tiny-training

On-Device Training Under 256KB Memory [NeurIPS'22]
http://tinytraining.mit.edu
MIT License
438 stars 60 forks source link

Compilation failed #9

Open mashemat opened 1 year ago

mashemat commented 1 year ago

Hello everyone,

I try to reproduce the example but the compilation failed with the following error:

127 / ty=int32 / <class 'tvm.relay.expr.Constant'> 127 127 () 1 127 ['fwd@output', 'v15_bias', 'v15_weight', 'v14_conv_2_bias', 'v14_conv_1_bias', 'v14_conv_0_bias', 'v14_conv_0_weight', 'v13_conv_2_bias', 'v13_conv_1_bias', 'v13_conv_0_bias', 'v13_conv_0_weight', 'v12_conv_2_bias', 'v12_conv_1_bias', 'v12_conv_0_bias', 'v11_conv_2_bias', 'v11_conv_1_bias', 'v11_conv_0_bias', 'v11_conv_0_weight', 'v10_conv_2_bias', 'v10_conv_1_bias', 'v10_conv_0_bias', 'v10_conv_0_weight', 'v9_conv_2_bias', 'v9_conv_1_bias', 'v9_conv_0_bias', 'v9_conv_0_weight', 'v8_conv_2_bias', 'v8_conv_1_bias', 'v8_conv_0_bias', 'v8_conv_0_weight', 'v7_conv_2_bias', 'v7_conv_1_bias'] free(): invalid pointer Aborted (core dumped)

I really appreciate it if you help me on this.

Thanks,