Óscar
Óscar
Hi, I am getting this error using the linked Resnet-50 Pytorch model ```sh ./run_local.sh pytorch resnet50 cpu INFO:main:Namespace(accuracy=False, audit_conf='audit.config', backend='pytorch', cache=0, count=None, data_format=None, dataset='imagenet', dataset_list=None, dataset_path='/mlperf/data/imagenet/', debug=False, find_peak_performance=False, inputs=['image'], max_batchsize=32,...
It seems that `archive` uses `mkdtemp()` from the module `tempfile` to create a temporary directory. https://github.com/sigmf/sigmf-python/blob/72faad36fa5256be28e56bef5e000e685de8d50a/sigmf/archive.py#L66 If I'm not mistaken you can set the `TMPDIR` environment variable to specify the...