courses
courses copied to clipboard
fast.ai Courses
hello, i was following the tutorial. and in this code give me an error ``` trn_dl = LanguageModelLoader(pd.DataFrame(trn_lm,columns=['x']), bs, bptt) val_dl = LanguageModelLoader(pd.DataFrame(trn_lm,columns=['x']), bs, bptt) md = LanguageModelData(PATH_MODELS, 1, vs,...
Small typo corrected
In ml1/lesson2-rf_interpretation.ipynb Since we don't pin a matplotlib version, mine was updated to 3.0.0. This caused an issue because https://matplotlib.org/api/_as_gen/matplotlib.pyplot.clabel.html does not take contour_label_fontsize After going back to 2.2.3, it...
I created the Vgg model using keras with tensorflow backend and theano image ordering. For fully connected layers, I added the batch normalization after the relu activation layers. I loaded...
PR for install_gpu.sh: Enhancement [File exists check, Configure proxy if behind corporation proxy] #227
Cell 3 Contains an infinite loop and will take up all space on the harddrive when running cell 4.
when i use the # Load weights trained on MS-COCO model.load_weights(COCO_MODEL_PATH, by_name=True) then i am facing following error : OSError Traceback (most recent call last) in () 3 4 #...
Hi, Trying to configure the AWS GPU server but get the following error: XXX-MBP:Downloads XXX$ bash setup_p2.sh setup_p2.sh: line 7: syntax error near unexpected token `newline' setup_p2.sh: line 7: `'...
`FileNotFoundError: [Errno 2] No such file or directory: [path to the file]/meta/sizes ` Hi, I was struggling to generate the glove.dat file from glove.txt file but I found that one...
I can't seem to get the densenet notebook running. I get errors on utils2. Any tips?