Sinie
Sinie
This is the full error (imaging) C:\Users\sinie\Documents\Utrecht_Universiteit\Stage\pytorch-CycleGAN-and-pix2pix>python datasets/combine_A_and_B.py --fold_A A --fold_B B --fold_AB AB [fold_A] = A [fold_B] = B [fold_AB] = AB [num_imgs] = 1000000 [use_AB] = False [no_multiprocessing]...
Hi, did it work? To use a pre-trained version of TinyYOLOv3? > try reading source code of the `DetectionModelTrainer` at imageai/Detection/Custom/**init**.py . > Note that its model created from func...
Sorry! Here's the code: ```python lang = GensimLanguage('/Volumes/TOSHIBA EXT/PROVEE/stressdatasets/forwhatlies/glove.twitter.27B.25d_word2vec.kv') # Load in file with meta data metaFile = '/Volumes/TOSHIBA EXT/tensflow/metadata25d.tsv' metaData = open(metaFile, encoding="utf8") metaDataWords = metaData.readlines() embeddings = lang[metaDataWords[:100]]...
Additional remark: - Mac with Python downgraded to v3.7.1 does not work either (gensim still 3.8.3)