Biagio Brattoli

Results 5 comments of Biagio Brattoli

It still gives me the error: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now

The issue comes from the fact that “get_kinetics()” in auxiliary/auxiliary_dataset.py, needs to be adapted to your format used for the Kinetics dataset. When I implemented this code I used a...

I get this error now Traceback (most recent call last): File "train.py", line 77, in loader_train = torch.utils.data.DataLoader(dataset_train, sampler = adapt_sampler(opts.batch, dataset_train, opts.sampler), num_workers = opts.threads, batch_size = opts.batch, drop_last...