HLearning

Results 8 issues of HLearning

如图所示, 在ubuntu下采用火狐浏览器, 打开https://keras.io/zh/总是出现左边的排版错误, 其中: 快速开始, 模型, layers, 数据预处理等4章无法打开, 这个问题已经持续了有一周了。 ![2018-12-12 10-33-03](https://user-images.githubusercontent.com/11738124/49843240-723bb600-fdf9-11e8-806a-6a899628b194.png)

大神, 看了你在kaggle上的成绩, 看到MNIST和幼苗识别的题目, 您都做到了1, 不知道是什么思路啊? 能否指点指点啊

修改”构建指南“中的错别字

I found that some of the same weights were used in keras.applications and keras-cv models # keras.applications data preprocessing https://keras.io/api/applications/ ``` img_path = 'elephant.jpg' img = image.load_img(img_path, target_size=(224, 224)) x...

关注到numpy翻译已经有两年多没有更新了, 希望可以参与更新。 @lisniuse

```python # T2ST input_text = "how do you do" src_lang = "eng" tgt_lang = "eng" path_to_save_audio = "./test.wav" translated_text, wav, sr = translator.predict(input_text, "t2st", tgt_lang, src_lang=src_lang, ngram_filtering=True) # print(wav.shape) torchaudio.save(path_to_save_audio,...