Drew
Drew
See: https://github.com/graphite-project/graphite-web/issues/2183 https://github.com/graphite-project/graphite-web/pull/2185 I've tried to port the improvements with minimal changes.
Addresses bug #180 encountered when running Graphite in Python 3.
very minor error I noticed while going through the "basics" notebook in the docs. in the "output without random key" example, the printed reference variable is not the one just...
Example: "between 7 p.m. and 8 p.m. on Friday" ``` From Tuesday, 28 March 2017 at 19:00:00 -0700 (-07:00) to Friday, 31 March 2017 at 21:00:00 -0700 (-07:00) :hour ```...
PR mainly to fix the improper shifting of interval endpoints in the "inclusive" case. Currently breaks a corpus example -- fixing this requires some discussion. Related issue: #221.
Example of issue: ``` duckling.core=> (pprint (parse :en$core "Today between 8:30 AM and 9 AM" [:time])) ({:dim :time, :body "Today between 8:30 AM and 9 AM", :value {:type "interval", :from...
When people say "in two days" or "three days ago", they typically are referring to the whole day. Currently, `duckling.time.prod/duration-ago` and `/in-duration` (typically) change the grain to be one below...
Cheap, localized solution to the bug described in #1911 For the TF2 codepath, provide additional two methods to the `DummyModule`: `load_checkpoint` and `get_trainable_variables`.
### Description In the TensorFlow v2 codepath, there is a bug preventing loading the checkpoint. The bug is very clear in the code. In `tensor2tensor/utils/contrib.py`, in the absence of `tensorflow.contrib`,...
Avoid an incompatible torchvision dependency on torch 1.11.0 Fixes #68