Skip to content

Commit 678c71b

Browse files
committed
[VAE-CF/TF] README fix
1 parent 1c975f5 commit 678c71b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TensorFlow/Recommendation/VAE-CF/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Our results were obtained by running the `main.py` training script in the Tensor
320320
| GPUs | Batch size / GPU | Accuracy - FP32 | Accuracy - mixed precision | Time to train - FP32 (s) | Time to train - mixed precision (s) | Time to train speedup (FP32 to mixed precision) |
321321
|---|---|---|---|---|---|---|
322322
| 1 | 24576 | 0.42863 | 0.42824 | 357.6| 205.9 | 1.737 |
323-
| 8 | 3072 | 0.42763 | 0.42766 | 43.2 | 59.7 | 1.381 |
323+
| 8 | 3072 | 0.42763 | 0.42766 | 59.7 | 43.2 | 1.381 |
324324

325325

326326
#### Training performance results

0 commit comments

Comments
 (0)