Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'joblib' #16

Open
bhadreshpsavani opened this issue Oct 5, 2020 · 0 comments
Open

ImportError: cannot import name 'joblib' #16

bhadreshpsavani opened this issue Oct 5, 2020 · 0 comments

Comments

@bhadreshpsavani
Copy link

image

We need to replace from sklearn.externals import joblib to import joblib

hnikana added a commit to hnikana/sagemaker-deployment that referenced this issue Oct 7, 2020
the default shape of input for lstm class is of (seq_len, batch, input_size) . the review are of the size of (batch , sequence) and the out put of embeding class would be of (batch, sequence, feature_space ) which goes to lstm class directly and is not matched with the default shape unless we initiate the class with the modification on line udacity#16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant