提交 16b9c33d 编写于 作者: H Hui Zhang

format

上级 3a5258f6
...@@ -63,7 +63,7 @@ class ProfilerOptions(object): ...@@ -63,7 +63,7 @@ class ProfilerOptions(object):
def _parse_from_string(self, options_str): def _parse_from_string(self, options_str):
if not options_str: if not options_str:
return return
for kv in options_str.replace(' ', '').split(';'): for kv in options_str.replace(' ', '').split(';'):
key, value = kv.split('=') key, value = kv.split('=')
if key == 'batch_range': if key == 'batch_range':
......
...@@ -4,9 +4,8 @@ ...@@ -4,9 +4,8 @@
* Aishell * Aishell
## Docker ## Docker
``` ```
registry.baidubce.com/paddlepaddle/paddle 2.1.1-gpu-cuda10.2-cudnn7 59d5ec1de486 registry.baidubce.com/paddlepaddle/paddle 2.1.1-gpu-cuda10.2-cudnn7 59d5ec1de486
``` ```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册