Progress-bar for default dataloader of PyTorch

Hi,

I am new for Streamlit.
I code classification neural network model on streamlit.
I use PyTorch and also use default data loader for training and test dataset.
Then it can not shows progress bar, instead, can streamlit can work for showing it (I think that st.progress() can not work for the purpose) ?

Best,
NaN