ovladuk
ovladuk
> Currently, started with only 10 epoch, and here is what it is; > Epoch 00002: accuracy did not improve from 1.00000 > Epoch 3/10 > 181/475 [==========>...................] - ETA:...
> First Tip: Learn the simple Error codes from python > > Second Tip : Add these Lines to your code > > ``` > from PIL import Image >...
> ``` > from imageai.Classification import ImageClassification > from PIL import Image > import numpy as np > import os > > image_array = np.assaray(Image.open("PATH_TO_THE_IMAGE_YOU_WANT_TO_PREDICT_ON") > execution_path = os.getcwd() >...
> what python version you running ?? 3.7.6
> Is there a space in front of the line ? the code is the one you replied with. from imageai.Classification import ImageClassification from PIL import Image import numpy as...
this is a screenshot of the code using sublime text 
> > ``` > > from PIL import Image > > import numpy as np > > import os > > > > image_array = np.assaray(Image.open("PATH_TO_THE_IMAGE_YOU_WANT_TO_PREDICT_ON")) > > execution_path =...
> > ``` > > from PIL import Image > > import numpy as np > > import os > > > > image_array = np.assaray(Image.open("PATH_TO_THE_IMAGE_YOU_WANT_TO_PREDICT_ON")) > > execution_path =...
> from imageai.Classification import ImageClassification > from PIL import Image > import numpy as np > import os > > execution_path = "Path_to_youre_folder" > output = open("predictions.txt","w") # opens a...
did you get elevated access? cause that's the only way i can see to be able to use API now