joaogante HF Staff commited on
Commit
32ee147
·
1 Parent(s): 3fdc6ff

set fig size

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ import matplotlib.pyplot as plt
8
  import seaborn as sns
9
  import pandas as pd
10
 
 
 
11
 
12
  # benchmark order: pytorch, tf eager, tf xla; units = ms
13
  BENCHMARK_DATA = {
 
8
  import seaborn as sns
9
  import pandas as pd
10
 
11
+ sns.set(rc={'figure.figsize': (8, 6)})
12
+
13
 
14
  # benchmark order: pytorch, tf eager, tf xla; units = ms
15
  BENCHMARK_DATA = {