Skip to content

Commit

Permalink
add troubleshoot issue (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanking authored Apr 24, 2022
1 parent 109c9b4 commit 5da23e6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/development/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,20 @@ and relying on DJL's `NDManager` to efficiently GC the memory. You can do that b
```
-Dai.djl.disable_close_resource_on_finalize=true
```

## 11. Special character issues (PaddlePaddle)

Please remember to not include special characters in your data/model path. Like "数据" or some non-asicii character.

```
C++ Traceback (most recent call last):
Not support stack backtrace yet.
Error Message Summary:
NotFoundError: Cannot open file C: \Users\数据\.dil.ai\cache\repo\model\undefined\ai\dil|localmodelzoo\d4cb1b0cfc0101b98c3fec6f29568bef\.model
please confirm whether the file is existeed!
[Hint: Expected static_cast<bool>(fin.is_open()) == true, but received static_cast<bool>(fin.is_open)):0 != true:1.]
fatal error has been detected by the Java Runtime Environment:
```


0 comments on commit 5da23e6

Please sign in to comment.