hi, there is a bug when running almost finish
ersanliqiao opened this issue · 7 comments
ersanliqiao commented
ersanliqiao commented
tf2.3
VoVAllen commented
DLPack is officially supported in tf 2.3 by tf.experimental.dlpack.from_dlpack/to_dlpack
. You no longer need this repo. Are you using dgl?
ersanliqiao commented
OK, i will try it then. what is dgl?
VoVAllen commented
DGL is another project using this repo before
ersanliqiao commented
Do you have any example to convert from numba to tensorflow tensor by tf2.3?
VoVAllen commented
@ersanliqiao I think numba just use cupy right? Cupy also supports dlpack. Did you meet any problem when using that?
ersanliqiao commented
also
OK,I have done it correctly, thank you very much.