google / scaaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

importing error

CMANIKANDA-PRABU opened this issue · comments

i have downloaded all the datasets and model under the scaaml_demo file but its not importing the models and dataset in the trainning dataset. please let me know about this error.
this is the error:
in <cell line: 1>()
----> 1 from Desktop.scaaml_demo.scaaml.intro.generator import create_dataset
2 from scaaml. intro.model import get_model
3 from scaaml.utils import get_model_stub
4 from scaaml.utils import get_num_gpu
5 from scaaml.utils import tf_cap_memory

ModuleNotFoundError: No module named 'Desktop'

commented

This looks like a Python import error. Are you sure about your paths? Can you import other things from scaaml?