Skip to content

Instantly share code, notes, and snippets.

@mirceast
Created May 22, 2019 13:40
Show Gist options
  • Save mirceast/2ec767ee6fe571b45adf4401e4adc8b2 to your computer and use it in GitHub Desktop.
Save mirceast/2ec767ee6fe571b45adf4401e4adc8b2 to your computer and use it in GitHub Desktop.
Plotting inference performance
fig, ax = plt.subplots(); # the semicolon silences the irrelevant output
ax.plot(fps)
ax.set_xlabel("Iteration");
ax.set_ylabel("FPS");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment