Milad Alizadeh

Results 60 comments of Milad Alizadeh

@stef204 I have created PR #137 to do the paste via `xdotool`

so does that pick up the _first_ wired interface? What happens if there multiple links? I normally just have one wired interface but its name is different based on computer...

True. As long as this new `interface-type` does not require explicit interface name I think I'll be fine but globs are probably more flexible? They also match how systemd-network deals...

is there a workaround for desktop applications (as opposed to web/css)?

I have this i3 keybinding for the same purpose and it's been working fine for me: `bindsym $mod+z --release exec --no-startup-id maim -s /dev/stdout | xclip -selection clipboard -t image/png`...

I'm afraid I do not have pre-trained models but running the training scripts is pretty easy.

You're right and they do come before ReLUs in the conv layers. There are normally no batchnorms in the classifier but since the paper says they replaced dropout with BN...

Thanks for pointing me to the new repo! I'm trying to create my own theme using your variables and it's useful to look at your CSS selectors. Thanks for putting...