Here is Keras
ah helpful. Thanks.
donât work for me:
ModuleNotFoundError Traceback (most recent call last)
in ()
1 import numpy as np
----> 2 import keras
3 from keras.preprocessing.image import ImageDataGenerator
4 from keras.preprocessing import image
5 from keras.layers import Dropout, Flatten, Dense
ModuleNotFoundError: No module named âkerasâ
but Keras is installed
Make sure youâve activated the environment.
and i am used the AWS-fastami
Probably you donât have it. You would also need tensorflow.
yes you are right, thank you
@yinterian, can you turn the mic on for questions? Having a hard time hearing questions
thanks! I will
Agreed
Should we use conda install rather than pip install for tensorflow and keras?
What are the steps to get the predictions that go into the submission file in the fast library?
if you want to install tensorflow and keras
pip install tensorflow-gpu keras
Submissions to Kaggle?
Canât see the the keras or the quick dogs cats file after doing a git pull.
If using Anaconda, we should use conda install shouldnât we?
A template is mentioned up top:
Yes, I tried specifying the test directory, but I was having trouble getting the list of predictions and set up the file names.
Looks like he is answering the question.
data.test_ds.fnames gives you the names of the files in the test in the same order as the predictions.