Ueli Peter

Results 2 issues of Ueli Peter

When starting the IMU with `_device.StartImu();` the memory consumption increases steadily. As soon as I stop the imu with `_device.StopImu();` the memory consumption does not increase anymore. **Expected behavior** Starting...

Bug

the following code works with - float16 or float32 on cuda - float32 on mps When I execute it with float16 on mps, all the patch embeddings are equal. ```...