RMDL
RMDL copied to clipboard
RMDL: Random Multimodel Deep Learning for Classification
Results
2
RMDL issues
Sort by
recently updated
recently updated
newest added
Hello, I want to classify images. How can I input for training my own dataset???
I am getting the following error while executing the following code. ``` from RMDL import RMDL_Text text_classification=RMDL_Text.Text_Classification(Xtrain,Ytrain,Xtest,Ytest) ``` ``` Could not find %s Set GloVe Directory in Global.py --------------------------------------------------------------------------- NameError...