
Your goal this week is to train multiple models and deploy them all with the option to choose between different models on streamlit. Upload your latest progress as an ipynb to the google drive.
For those with issues on training the models, do this fix:
!pip install -U "fastprogress==1.0.3"
import fastprogress
print("fastprogress:", fastprogress.__version__)Then ensure it is 1.0.3, if it isn’t restart the notebook (theres a restart and clear cell output button on the top right of the notebook page).
You can reach me at ddjapri@ayclogic.com.
All class notes can be found here.