FLAD icon indicating copy to clipboard operation
FLAD copied to clipboard

Fake Lossless Audio Detector

Results 2 FLAD issues
Sort by recently updated
recently updated
newest added

``` $ python train.py Traceback (most recent call last): File "/home/runner/work/debug/debug/FLAD/train.py", line 15, in train_loader = DataLoader(train_ds, batch_size=batch, shuffle=True, File "/home/runner/.local/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 350, in __init__ sampler = RandomSampler(dataset, generator=generator) #...

Did a run on a true flac file (rencoded with ffmpeg) and returned mp3 as a result, this was using the model available in the release of this repo, would...