mikechen66
mikechen66
07.1 Text Classification & 07.2 Emoji Suggestions -- ModuleNotFoundError: No module named 'nb_utils'
Hi Douwe: I solve the issue after uploading nb_utils.py and change the directory name from deep_learning_cookbook-master to dl-cookbook. Since the downloaded document is deep_learning_cookbook-master, but nb_utils.py includes the name of...
07.1 Text Classification & 07.2 Emoji Suggestions -- ModuleNotFoundError: No module named 'nb_utils'
After solving the issue of nb_utils, a new issue emerges. I address the issue and its related solution. Issue of Parsing: `emotion_csv = get_file('text_emotion.csv', 'https://raw.githubusercontent.com/johnvblazic/emotionDetectionDataset/master/text_emotion.csv')` Soluton: I solve it with...
Hi Douwe: I see that the path is too value to be understood. So it is shows the error IndexError: list index out of range I see that song_folder is...
The song classification example is interesting. But the question is the IndexError: list index out of range. I tried many methods and could not correct the issue.
With regard to the RuntimeError, the small modification will make the example script run correctly. RuntimeError: Variable += value not supported. Use variable.assign_add(value) to modify the variable value and variable...
Anyway, it is the issue that I met. I have solved it for your information. Cheers!
I tried the the methods as follows. All the new methods could not work. I thought that format_img() might be either CV2 or PIL methods. However, I could not find...
format_img() is included in the library keras_frcnn. Please import the function of format_img() as follows. from measure_map import format_img Cheers
I update one of the major frcnn applications and make its train script to have a success run with calling measure_map.py. I judge that measure_map.py works fine. However, it has...
During running the example application, I found out the outstanding 'scipy.misc' issues. I am pleased to give the related solutions ad follows. ### 1. imread, imsave ### Issue ImportError: cannot...