I am thinking to try the Jetson Nano. I would appreciate if it could be confirmed that the following is a viable environment.
The NN is trained with Tensorflow 2.2, and have the following layers:
- LSTM
- Bidirectional
- TimeDistributed
- Concatenate
- Dense
- Reshape
Could I use such network to do inference in an easy way (not building custom layer) on the Jetson Nano?
if not which part is a problem?