how do i load data from parser using (from parser import load_data)
ImportError Traceback (most recent call last)
in ()
13 import numpy as np #math
14
---> 15 from parser import load_data #data loading
16
ImportError: cannot import name 'load_data'
i am working on image classification and creating my own classifier and i am not getting the solution for this error. i am using python anaconda 3 and tensor flow framework for my project and all the packages are installed including: keras tensor flow ipython