David

Results 16 issues of David

The line ```_, probs = model(valid_dataset[index][0].unsqueeze(0))``` throws ```RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same```

Even though running `vite dev` and also `vite preview` work locally, after deployment both chrome and safari aren't loading the JS due to this error (this is the chrome version,...

bug
needs more info

I've let this loose on a large directory with lots of video files, and if I'm not mistaken thumbnails are being both - generated on the main thread, blocking user...

enhancement

The sample .dart files reference "xyz_library/Debug/[sample name].dll", whereas the created files are "xyz_library/lib[sample_name].dll".

type-bug
area-ffi

Given a stream with events at `t = 0, 1, 2, 5, 6`, is there a way to transform this into a stream where each event adds a 2 second...