deepjavalibrary / djl-demo

Demo applications showcasing DJL
https://demo.djl.ai
Apache License 2.0
306 stars 126 forks source link

Flink demo does not support PyTorch Engine 0.9.0 #129

Closed roywei closed 3 years ago

roywei commented 3 years ago

We need to update the PyTorch model used in this demo https://github.com/aws-samples/djl-demo/blob/master/flink/sentiment-analysis/README.md

0.8.0 works fine, 0.9.0 PyTorch engine will fail running forward.

roywei commented 3 years ago

Resolved after clearing cached binary and restart the program.