gaikwadrahul8
gaikwadrahul8
Hi, @JRF63 I apologize for the delayed response and as far I know the `TensorFlow.js` converter currently does not support converting `Keras` models saved in the new format `.keras` ....
Hi, @controversial Thank you for bringing this issue to our attention and I was able to reproduce the behavior on my end as well. It appears there may be a...
Hi, @controversial I sincerely apologize for the delay in responding. I noticed that pull request https://github.com/tensorflow/tfjs/pull/8287 has been merged, which addresses the need to update the official documentation. These changes...
Hi, @gbaned I apologize for the delayed response and now I have added new commit to take care of linter failing issue due to line length limits. Thank you.
Hi, @Vectorrent Thank you for bringing this issue to our attention and I was trying to replicate the same behaviour from my end on my macOS and I'm getting below...
Hi, @dubrovin-sudo Apologize for the delayed response and If I'm not wrong, It seems like there is Unsupported Ops in the model after optimization `_FusedBatchNormEx` and it seems like we...
Hi, @roman-amici Apologize for the delayed response and I was trying to replicate the same issue from my end with latest `@tensorflow/[email protected]` and still it's throwing the same error message...
Hi, @CoryGH Apologize for the delayed response and as far I know we are importing `@tensorflow/tfjs-node-gpu` and the module is accelerated by the TensorFlow C binary. But the GPU package...
@CoryGH I found similar issues [#1277](https://github.com/tensorflow/tfjs/issues/1277) and [#1551 ](https://github.com/tensorflow/tfjs/issues/1551) and at the moment I'm not sure whether we can target specific operation at specific GPU card but as per those...
Hi, @CoryGH I apologize for the delayed response and as far I know TensorFlow.js in Node.js offers the `@tensorflow/tfjs-node-gpu `package for GPU acceleration but it currently doesn't support explicitly targeting...