Chukhrov Alexander
Chukhrov Alexander
Hello! https://github.com/polarisZhao/PFLD-pytorch/blob/e438e2bae50cfb12e3c2ee6532e906c84f5660fc/pfld/utils.py#L29 here it is said about axes, which were used as basis for euler angle calculation, but it is not clear for me as on https://github.com/polarisZhao/PFLD-pytorch/blob/e438e2bae50cfb12e3c2ee6532e906c84f5660fc/pfld/utils.py#L32 it is said...
I can run train on my GPU with batch size = 24, but on validation I've got OOM, nevertheless on validation I don't need gradients, only weights, so validation should...
Is there any chance to evaluate the time between the inference start and when first frame is ready?
Hello everyone! I've tried to the model with cyrillic letters I've created synthetic dataset with synthdog and started training. At the beginning of validation occured next error: You are using...
I have problems with run on cpu ``` File mamba_ssm/ops/selective_scan_interface.py:42, in SelectiveScanFn.forward(ctx, u, delta, A, B, C, D, z, delta_bias, delta_softplus, return_last_state) 40 C = rearrange(C, "b dstate l ->...