提交 de9ce09e authored 作者: Frederic Bastien's avatar Frederic Bastien

Change default of high contrast to be true in pydotprint

上级 f02ee46b
...@@ -392,7 +392,7 @@ default_colorCodes = {'GpuFromHost' : 'red', ...@@ -392,7 +392,7 @@ default_colorCodes = {'GpuFromHost' : 'red',
def pydotprint(fct, outfile=None, def pydotprint(fct, outfile=None,
compact=True, format='png', with_ids=False, compact=True, format='png', with_ids=False,
high_contrast=False, cond_highlight = None, colorCodes = None, high_contrast=True, cond_highlight = None, colorCodes = None,
max_label_size=50, scan_graphs = False): max_label_size=50, scan_graphs = False):
""" """
print to a file in png format the graph of op of a compile theano fct. print to a file in png format the graph of op of a compile theano fct.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论