joaogante HF staff commited on
Commit
34aac7c
·
1 Parent(s): 918037c

fiddle with plots

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -153,10 +153,8 @@ def get_plot(model_name, plot_eager, generate_type):
153
  x="variable",
154
  y="value",
155
  hue="framework",
156
- ci="sd",
157
  palette={"PyTorch": "blue", "TF (Eager Execition)": "orange", "TF (XLA)": "red"},
158
- alpha=.6,
159
- height=6
160
  )
161
  g.despine(left=True)
162
  g.set_axis_labels("GPU", "Generation time (ms)")
 
153
  x="variable",
154
  y="value",
155
  hue="framework",
 
156
  palette={"PyTorch": "blue", "TF (Eager Execition)": "orange", "TF (XLA)": "red"},
157
+ # height=6
 
158
  )
159
  g.despine(left=True)
160
  g.set_axis_labels("GPU", "Generation time (ms)")