摘要:
(来自BERT论文) config文件定义了模型的超参数。 但是,由于此模型在64GB内存上训练,所以如果个人使用的话,需要调整超参数。 内存大小影响因子包括: max_seq_length,发布模型长度不超过512,你可以使用更短的。 train_batch_size(成正比) Model typ 阅读全文
摘要:
At first, “programming” has nothing to do with writing code. It simply means filling up a table, like in making a TV/radio schedule. A deliberately mi 阅读全文
摘要:
Meet your new best friend, Pareto - The Pareto principle states that for most things, 80% of the results come from 20% of the causes. Before you even 阅读全文
摘要:
前文提要 上章我们建立了模型来拟合数据,这章我们将检验模型。 Model-Validation(check accuracy,验证) You've built a model. But how good is it? In this lesson, you will learn to use mod 阅读全文
摘要:
How-Models-Work Introduction We'll start with an overview of how machine learning models work and how they are used. This may feel basic if you've don 阅读全文