Skip to content

Instantly share code, notes, and snippets.

@khakhlyuk
Created November 17, 2019 20:44
Show Gist options
  • Select an option

  • Save khakhlyuk/9fef8630883e26d1adba15c895540d5f to your computer and use it in GitHub Desktop.

Select an option

Save khakhlyuk/9fef8630883e26d1adba15c895540d5f to your computer and use it in GitHub Desktop.
Memory size of a pytorch tensor
x.element_size() * x.nelement()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment