You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a program with C#.
I think Tensorflow.NET is good to build Deep-learning Network.
But, currently many functions of Tensorflow are not implemented yet.
Especially, I need function "depthwise_conv2d".
But, I got error from existing code tf.OpDefLib._apply_op_helper("DepthwiseConv2dNative", name: name, keywords: dict);
Is there any list or document for describing binding functions which is completely implemented ?
Thank you.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I am developing a program with C#.
I think Tensorflow.NET is good to build Deep-learning Network.
But, currently many functions of Tensorflow are not implemented yet.
Especially, I need function "depthwise_conv2d".
But, I got error from existing code tf.OpDefLib._apply_op_helper("DepthwiseConv2dNative", name: name, keywords: dict);
Is there any list or document for describing binding functions which is completely implemented ?
Thank you.
The text was updated successfully, but these errors were encountered: