-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write up steps to compile the Mandelbrot simulator #168
base: mandelbrot_compile
Are you sure you want to change the base?
Conversation
$ jupyter nbcobvert --to markdown steps_to_compile_mandelbrot.ipynb
1354 elif op == "call_method": | ||
|
||
|
||
File ~/mambaforge/envs/torch_nightly/lib/python3.8/site-packages/torch/utils/_stats.py:20, in count.<locals>.wrapper(*args, **kwargs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Truncate this output with a ...
as it is always a pain to scroll through lol.
We won't show all this output in the tutorial as it's rather overwhelming.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll mention it, but won't show it explicitly of course.
Ok, now I've given it a proper read. So, at the moment we're touching on:
This is a bit too all over the place, as some of these points are really important, and others are a bit anecdotal. For example, while complex numbers are cool, 99% of the people do not use them, and a fairly high percentage of these may even get scared from the get go, because they do not have an intuitive understanding of them. Similarly for data-dependent code. We have a fair amount of engineering in place to support data-dependent code, and it may even be available in What about a structure as follows:
|
The proposed structure sounds great for the PyTorch centered audience indeed. This write-up, as discussed, was never meant to be a first text on the topic, and def not for a pytorch blog. This was meant as a "tips, tricks and workarounds" showcase, to come last in a series of topics. And it naturally included bits and pieces from previous, yet unwritten, sections, so is naturally all-over-the-place. If it served as a starting point for your designing the proper pytorch blog post, great, it served its major purpose :-). So I'm happy to leave this for now, and parts of it either to section 7 above, or as a follow-up post, when the foundational one is available. All that said, a few notes in no particular order:
|
On your note
|
For the pytorch blog, I'm all for the kmeans/clustering example.
I've counterexamples :-). |
495b851
to
b104441
Compare
b104441
to
79d263c
Compare
No description provided.