Skip to content

Commit

Permalink
add troubleshoot issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Lan committed Apr 24, 2022
1 parent 109c9b4 commit 0c0bf4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added docs/development/img/cn_char.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/development/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,10 @@ 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.

![Special Char](img/cn_char.jpg)

0 comments on commit 0c0bf4d

Please sign in to comment.