I was trying out Intel Low Precision Optimization Tool in Linux. Initially I have created one environment named lpot_environment and installed tensorflow using the below command:
conda create -n lpot_environment python=3.7
pip install intel-tensorflow==2.3.0
Then I cloned the github repository as :
git clone https://github.com/intel/neural-compressor.git
I have the frozen model downloaded.
As an initial step toward intel lpot, I would like to run with a dummy dataloader. But I failed to find one.
It would be great if anybody send a code sample using dummy dataset in intel lpot.