AutoViML / deep_autoviml

Build tensorflow keras model pipelines in a single line of code. Now with mlflow tracking. Created by Ram Seshadri. Collaborators welcome. Permission granted upon request.
Apache License 2.0
120 stars 36 forks source link

TypeError: cannot unpack non-iterable NoneType object #5

Closed jocelynbaduria closed 3 years ago

jocelynbaduria commented 3 years ago

Following the tutorial for Image Classification, I am getting below error

Screen Shot 2021-10-30 at 12 05 15 AM

My dataset: https://drive.google.com/drive/folders/1sQpk94eAhq4ADBHpCh3yc2D4YbJxBpCn?usp=sharing

AutoViML commented 3 years ago

Hi @jocelynbaduria 👍 I believe that deep_autoviml cannot access Google drives as far as I know.

You will have to run it locally on your local machine or on Kaggle Notebooks.

Currently there is no way to authenticate and access Google drives.

Hope this helps.