InvalidArgumentError Traceback (most recent call last)
Cell In[68], line 2
1 # Train the model and save the training history
----> 2 history = model.fit(
3 train_dataset_vectorized,
4 epochs=20,
5 validation_data=validation_dataset_vectorized
6 )
any one can help me to repair this or how can i restart and delete this file
@Aswin_Setiawan I’m not sure if they have updated the Colab since I took the course or are you running this in a local install of Jupyter notebooks (it looks different) ?
If the latter, that might have something to do with your problem, but at least when run on Coursera you can reset your notebook with this method:
@Aswin_Setiawan okay, otherwise I unfortunately do not have this notebook in front of me at the moment to help you poke around at it. Perhaps someone else does.
@Aswin_Setiawan You filed the post under the wrong category. The notebook is from the TensorFlow Develop Professional Certification course 3.
Hope you are able to reset the notebook. Just take it step by step and I’m sure you can complete the lab.
I will edit the topic using the pencil icon and move it to the right category.