You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm running unit 8 part 1 in my colab and get some errors. It seems some lines of code regarding parsing the arguments are missing. I added them manually, but I kept getting the error. Can any one please help me?
Point: these are the two cells on either side of cell containing the definition of the function "package_to_hub" in case you are wondering where they are coming from in the notebook file.
The text was updated successfully, but these errors were encountered:
Hi, I believe the issue arises because the kernel doesn't recognize some arguments. I went through the same issues and found a way out of them by making the following modification:
Hi. I'm running unit 8 part 1 in my colab and get some errors. It seems some lines of code regarding parsing the arguments are missing. I added them manually, but I kept getting the error. Can any one please help me?
![1](https://private-user-images.githubusercontent.com/94371537/370300704-7789cbd9-4ce1-47be-bc25-d44916c96eb9.JPG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzA4NDcsIm5iZiI6MTczOTQ3MDU0NywicGF0aCI6Ii85NDM3MTUzNy8zNzAzMDA3MDQtNzc4OWNiZDktNGNlMS00N2JlLWJjMjUtZDQ0OTE2Yzk2ZWI5LkpQRz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE4MTU0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIyNjU3OTNlMDYxOTFlMDI4OWIxZjFhMDAyNWQyYzM4ZTdhNTBmM2FmYTU3NTY1YjJkZmJmOGRmODBkZWM5MjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.WRxFiZjj-jmFNg4V92D2lsgUU-VQxxPjfI62v-us3Kk)
![2](https://private-user-images.githubusercontent.com/94371537/370300722-2510984f-9279-44ef-952f-1810205632d9.JPG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzA4NDcsIm5iZiI6MTczOTQ3MDU0NywicGF0aCI6Ii85NDM3MTUzNy8zNzAzMDA3MjItMjUxMDk4NGYtOTI3OS00NGVmLTk1MmYtMTgxMDIwNTYzMmQ5LkpQRz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE4MTU0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMwMTVhOThmOGVmMjk2OTJkMGUwY2Q2MzE5MDVhMGJiZGZmZDAwYjU4NzRjZDA2MDM1NjBjNDU3ZmM1ZDI1ZDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.SATn8EtGFUTr9EjXHATDab9HiQqsl1XaG1kQ63qO8lw)
Point: these are the two cells on either side of cell containing the definition of the function "package_to_hub" in case you are wondering where they are coming from in the notebook file.
The text was updated successfully, but these errors were encountered: