Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ The original fp32 model comes from the fine-tuned model [roberta-base-mrpc](http
|
|
35 |
|
36 |
The calibration dataloader is the train dataloader. The default calibration sampling size 300 isn't divisible exactly by batch size 8, so the real sampling size is 304.
|
37 |
|
38 |
-
Embedding module **roberta.embeddings.token_type_embeddings**
|
39 |
|
40 |
### Test result
|
41 |
|
|
|
35 |
|
36 |
The calibration dataloader is the train dataloader. The default calibration sampling size 300 isn't divisible exactly by batch size 8, so the real sampling size is 304.
|
37 |
|
38 |
+
Embedding module **roberta.embeddings.token_type_embeddings** falls back to fp32 due to *RuntimeError('Expect weight, indices, and offsets to be contiguous.')*
|
39 |
|
40 |
### Test result
|
41 |
|