Results 7 comments of Omid Nezami

Hi. Thank you for your interest. I have added the download links of the pretrainind models in the README: Train and Test sections. (Because of the limitation size, I cannot...

Sorry for the delay. I've added new links to the README for downloading the pre-trained models.

Hello. Thanks for your interest. Yes, you can use the model for prediction w/o training. To do so, you need to feed your samples to the model and generate their...

@yogidosalwar This error is because of the version of your TensorFlow. Please make sure you install the right version: pip install tensorflow==1.8.0 You may also check the version by: ````...

@TorArnthPetersen This error is because of importing tflearn with an incompatible version of Tensorflow. Please try a version lower that 1.8.0 if it doesn't work. (1.8.0 works fine on my...

Please check it again.

@congvm-it I checked the labels again and they are correct. Did you download and load the correct files? (i.e train_label.npy, ...) Cheers, Omid