Closed YanShuo1992 closed 6 years ago
I am testing the different data type. I am curious about why you put the int8 in the TODO. Is there any different between using float and int? I am new in this field. Can you give me a hint?
lower precision is potentially faster than floating point one, however pytorch doesn't support it yet.
I am testing the different data type. I am curious about why you put the int8 in the TODO. Is there any different between using float and int? I am new in this field. Can you give me a hint?