fancling

Results 3 issues of fancling

Hello, I've noticed a small error in the comments of the string indexing example provided in the [src/data_types/test_strings.py]. The comment incorrectly refers to the sixth character of the string as...

The comment for assert word[5] == 'n' incorrectly states "Fifth character" while it actually checks the sixth character of the string word.

I encountered a RuntimeError with an internal assertion failure when trying to resume training of a custom model from a checkpoint: ```plaintext RuntimeError: t == DeviceType::CUDAINTERNAL ASSERT FAILED at "../c10/cuda/impl/CUDAGuardImpl.h":24,...