Martin Andrews

Results 21 comments of Martin Andrews

This typo is already fixed in the later commit ```d83b434```

One other quick question : Why do you use `rng_inputs[1]` in each of the three dimensions? https://github.com/codestella/putting-nerf-on-a-diet/blob/main/nerf/clip_utils.py#L148 It seems that the code should be more like: ``` rng, *rng_inputs =...

I'm guessing Yes is a bad answer... ``` 13:58:36: Geany INFO : Geany 1.31, en_US.utf8 13:58:36: Geany INFO : GTK 3.22.26, GLib 2.54.2 13:58:36: Geany INFO : System data dir:...

I had the same issue : I believe that their email host is misconfigured (my own is pretty strict about DNS agreements of senders, and headers/DMASK stuff). Just changing to...

In addition, if database profiling is FALSE, then Kohanut::render_stats() fails. To fix this, in classes/kohanut/core.php : $queries = count($queries['database (default)']); should be : $queries = isset($queries['database (default)'])?count($queries['database (default)']):'unknown';

FWIW : I came here having seen it being used in their PerceiverIO release : https://github.com/deepmind/deepmind-research/blob/master/perceiver/train/experiment.py

Yes - that is strange. It definitely worked for me (I even have a screenshot in my presentation to prove it : http://redcatlabs.com/2015-06-19_Presentation-PyConSG/#/8/5 ) - and it still works. Did...

This PR works on 0.9.1 from PyPI for me (while bokeh:master doesn't install correctly via `pip`, at least for now). It was simply a matter of moving the axes label...

Ahhh - Brings back memories of PRs for TensorFlow. Good times! /s I'll attempt fix the white-space check failures, when you let me know that it isn't a waste of...

Surprised that the code was being used internally prior to my PR, since the Block module was entirely borked.