RJ Skerry-Ryan

Results 12 comments of RJ Skerry-Ryan

(similarly, devices that I've unplugged while the program is running still show up as available ports)

@soumith -- I can't say how much it would affect this benchmark. On a much simpler model -- [the CIFAR-10 multi-GPU example](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/models/image/cifar10/cifar10_multi_gpu_train.py) -- replacing reduce_mean sped up my batches by...

hmm, I think it'd be a shame to lose fast, precise equality checking and fast integer math calculations for durations

Fresh install of macFUSE 4.2.3 and SSHFS 2.5.0 today on macOS 11.6.1: ``` sshfs --version SSHFS version 2.5 (OSXFUSE SSHFS 2.5.0) FUSE library version: 2.9.9 fuse: no mount point ```...

This sounds good to me. I think we should add literal control ConfigKeys to skin/tooltips.cpp so that we don't have to rely on the tooltip id being the same as...

Also I would say this is low risk and a big benefit to skin writers so it should go in 1.12.

> use just for a default Tooltip, drop the "default" Id +1 > Use a two phase parse over the tooltipID > 1. Find an entire Match > 2. Combine...

> Let the widget compose the default tooltip string Not sure I get what you mean -- could you give an example?

Hi Daniel, To make sure I understand, do you intend for skin authors to use templates or is this just an implementation detail? The concept is great but I would...

One other minor issue is that some tooltip IDs collide with CO control names -- for example "beatloop" the tooltip ID collides with a CO of the same name (which...