pytorch profiler to analyze memory consumption

hi.

I’m using a pytorch profiler to analyze memory consumption.

I want to know the units.

Mb, Kb, b

Does this means bytes?? or bits?
Mega bytes? or Mega bits?

image

Hy there, the answer is quite clear, we always consider bytes as unit of memory consumption of our primitive datatypes.

1 Like