Hi,
your notebook TFLiteExperiments.ipynb are awesome, I can run it in my CPU (tensorflow 2.3.1 or 2.4.1 is ok) without any bugs.
But have you tried:
- run that notebook on a single GPU ? I tried but it failed as following:
INFO: TfLiteFlexDelegate delegate: 517 nodes delegated out of 517 nodes with 1 partitions.
Segmentation fault (core dumped)
- run on CPU and GPU with input is a batch ?
- run on CPU and GPU with input is a batch but with dynamic sequence length ?
Hi,
your notebook
TFLiteExperiments.ipynbare awesome, I can run it in my CPU (tensorflow 2.3.1 or 2.4.1 is ok) without any bugs.But have you tried: