zem007
Results
2
comments of
zem007
> > @kargarisaac > > I am following the file"tf_sampling_compile.sh" to solve it. But I face a porblem :In file included from tensorflow/core/framework/op.h:23:0, > > from tf_sampling.cpp:6:tensorflow/core/framework/op_def_builder.h:24:10: fatal error: tensorflow/core/framework/op_def.pb.h:No...
same here. just replace N with -1, and the problem may be solved. x=tf.reshape(x,[**-1**,G,C//G,H,W]) x=tf.reshape(x, [**-1**, H, W, C])