set fig size
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import matplotlib.pyplot as plt
|
|
8 |
import seaborn as sns
|
9 |
import pandas as pd
|
10 |
|
11 |
-
sns.set(rc={'figure.figsize': (
|
12 |
|
13 |
|
14 |
# benchmark order: pytorch, tf eager, tf xla; units = ms
|
|
|
8 |
import seaborn as sns
|
9 |
import pandas as pd
|
10 |
|
11 |
+
sns.set(rc={'figure.figsize': (10, 6)})
|
12 |
|
13 |
|
14 |
# benchmark order: pytorch, tf eager, tf xla; units = ms
|