Alfredo Canziani

Results 39 issues of Alfredo Canziani

`/home/atcold/Work/GitHub/pytorch-Traffic-Simulator/utils.py:72: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).`

Issuing the `:RecentNotes` command changes the current working directory to `$HOME`.

[`googlenet.lua`](https://github.com/soumith/imagenet-multiGPU.torch/blob/master/models/googlenet.lua) does not reflect GoogLeNet architecture (defined in [_Going Deeper with Convolutions_](http://arxiv.org/abs/1409.4842)). In GoogLeNet, _inception modules_ have 2 layers only with `3x3` and `5x5` convolution and `3x3` max-pooling, plus `1x1`...

I’m not sure how to trigger the documentation popup. On a computer you’d Shift-Tab. How do we do this on mobile? I didn’t see it mentioned on the README.

I was trying to figure out what "formats" are available from the CMI help `jupytext --help`. For what I can see there is only one reference to `py:light`, and nothing...

Perhaps I'm slow… but I cannot figure out how to add two authors to a post I'm writing. In `_layouts/post.html` I can see the following: ```html {%- if page.author -%}...

The spacing before the code block looks too thin and therefore incorrect. We have thus defined two types of primitives: - The first type creates new cells, either one by...

I couldn't find in the documentation how to write $\overline{Q}$ (*e.g.* an inverted latch output). By reading the issues on GitHub, I figured one should type `~Q`. I suggest documenting...

I've encountered several issues when going over the first few chapters of your book. - [ ] There are no instructions on how to compile `.cpp` files (the book mentions...