Closed alexsherstinsky closed 10 months ago
6 files 6 suites 14m 17s :stopwatch: 12 tests 9 :heavy_check_mark: 3 :zzz: 0 :x: 60 runs 42 :heavy_check_mark: 18 :zzz: 0 :x:
Results for commit 150265e9.
It's probably worth specifying the encoding everywhere we are writing files to disk!
Scope
If the textual data in the validation dataset contains non-ASCII characters, saving the results to storage may encounter errors, such as:
The fix consists of defensively converting the contents to the
UTF-8
format.Remark
This error was not observed in isolated GPU environments such as while using EC2 outside of Colab, but this change assures stable behavior in all environments.