set fig size
Browse files
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 = {
|