Vaggelis Stamkopoulos

Results 8 comments of Vaggelis Stamkopoulos

To add to that, input from gyroscope seems to be working fine when I debug it (update interval is 0.02s). The same goes for the rotation which seems to refresh...

Please guys, any help would be appreciated!

Hey there, we appreciate your work and effort. Could you share with us the changes you made to the official Cardboard Open Source Project in order to produce the sdk-debug.aar...

How do you go with counting flops for billion-parameter models that get OOM when running the meta device?

This happens on `deepspeed==0.16.4` when: 1) You setup a trainer using deespeed stage 3 with offloading initializing the optimizers and everything 2) Perform training and save the checkpoint in sharded...

I faced similar issues when I upgraded the transformers package from 4.28.0 to 4.44.2 (for some reason). Once I reverted back and kept torch==2.2.1, lightning==2.2.1, accelerate==0.27.2 and deepspeed==0.14.0 the error...

> I have also encountered the same issue when trying to use `compute_on_cpu=True` in a ddp setup. I tried to initialize the metric with `compute_on_cpu` and `process_group`, within `on_fit_start` function...