Aston Zhang

Results 70 comments of Aston Zhang

We force_reinit=True since it may be invoked multiple times in a notebook and each invocation should train the model from scratch (re-initialize params). The re-initialization takes place *before* the training...

For exercises on the book, probably no. For assignment in the Berkeley course: https://courses.d2l.ai/berkeley-stat-157/homework.html Instructors may request all the homework solutions by emailing rlhu at amazon dot com.

This feature will be helpful for changes that may affect a subset of notebooks!

I think it's always. Can you look into it?

Thanks. The idea is very good and the workaround of breaking a class def into multiple cells may address our earlier concerns. One thing we need to think carefully is...

Thanks and this sounds a nice feature to have! FYI, the entire website is built using sphinx: https://github.com/d2l-ai/d2l-book/blob/master/d2lbook/build.py#L307

Is this feature (show figure caption in latex and html) removed in 0.4.2? https://github.com/spatialaudio/nbsphinx/issues/157

Thanks. However, showing figure captions is quite essential. For instance, our website and pdf need figure captions with figure numberings: source code in markdown: https://github.com/d2l-ai/d2l-en html: http://www.d2l.ai/ pdf: http://www.d2l.ai/d2l-en.pdf Do...

Indeed, a nice feature to have -- so no need to debug latex locally.

Thanks. It's not necessary to make the estimate *exactly* equal to the ground-truth. It's more ideal to have a close estimate while reducing training time in our demo :)