AndroYD84
AndroYD84
I built wav2letter from source and could run the [inference tutorial](https://github.com/facebookresearch/wav2letter/wiki/Inference-Run-Examples) without any trouble, but that's still using an older model, what if I want to get a transcription using...
Is it possible to disable anti-aliasing entirely? Because this code: ``` render_flags = RenderFlags.RGBA rgb, _ = self.renderer.render(self.scene, flags=render_flags) valid_mask = (rgb[:, :, -1] > 0)[:, :, np.newaxis] output_img =...
**Feature Description** To avoid redundant scans, I suggest a feature for loading/importing saved lists as-is without re-comparing hashes, at most just checking if those files still exist physically or as...