osancus
osancus
When trying to save AutoEncoder model using Pickle, Following error occurs. Any idea how can I fix it? **TypeError: can't pickle _thread.RLock objects** ``` #Code clf = fit_model(X_train) pickle.dump(clf, open('./autoencoder.h5',...
` ImageButton b=null; for (int i = 0; i < mToolbar.getChildCount(); i++) { if(mToolbar.getChildAt(i) instanceof ImageButton) b = (ImageButton) mActionBar.getChildAt(i); } ` You can apply tour to the image button...
@schroedt its old, not sure if you remember about it; but did you find any solution?