We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我删除了CIFAR_INPUT_ITER类_init_函数中的np.save/np.load代码,代码执行会报下面的错误
所以想请教一下这段代码在这里起到的作用是?
DataLoaders_DALI/cifar10.py
Lines 121 to 122 in 28e2308
The text was updated successfully, but these errors were encountered:
这里是为了让数据能连续存储,dali要求数据的存储是连续的来增加locality,提高访问速度
Sorry, something went wrong.
No branches or pull requests
我删除了CIFAR_INPUT_ITER类_init_函数中的np.save/np.load代码,代码执行会报下面的错误
![image](https://user-images.githubusercontent.com/28534716/70038495-49589600-15f3-11ea-8deb-2aa6f2560922.png)
所以想请教一下这段代码在这里起到的作用是?
DataLoaders_DALI/cifar10.py
Lines 121 to 122 in 28e2308
The text was updated successfully, but these errors were encountered: