Dongcheng Zhao
Dongcheng Zhao
> Hey LeviChenhh, > You can create class_labels.txt by yourself. Class_labels.txt contains the name of categories of images present in your dataset. If you get an error like word not...
hello, have you solved the problem I have the same problem too I can run this code in pycharm with ```python google_300_corpus = api.load("word2vec-google-news-300") model = Word2Vec(google_300_corpus) ``` But when...
> why it is 23? for k in range(23, len(self.base)): hello, you can have a detail look of the vgg, the 23 because we want to get the conv4_3 layer