LittleSJL
LittleSJL
Same problem. When i loaded the saved checkpoint to predict on the test set, i got this error message: ValueError: Assignment map with scope only name dense_37 should map to...
> Same problem. When i loaded the saved checkpoint to predict on the test set, i got this error message: > > ValueError: Assignment map with scope only name dense_37...
We use character-based tokenization for Chinese, and WordPiece tokenization for all other languages. Both models should work out-of-the-box without any code changes. We did update the implementation of BasicTokenizer in...