Portable path parsing in speech_commands/input_data.py (#14519)
* Portable path parsing in speech_commands/input_data.py Convert some code using a regular expression with `'/'` characters into code that uses `os.path` methods and handles `'\'` characters in Windows paths. * Move the `.lower()` to the proper spot.
Loading
Please sign in to comment