Mehedi Shafi
Results
2
comments of
Mehedi Shafi
```java File modelFile = new File(this.modelPath); FileChannel channel = new FileInputStream(modelFile).getChannel(); interpreterInference = new Interpreter(channel.map(FileChannel.MapMode.READ_ONLY, 0, modelFile.length()), new Interpreter.Options()); ``` This does load the model. Without any issue. But it...
Install the tensorlayer 1.7 by making ```bash pip install tensorlayer==1.7 ```