ZENOTME

Results 141 comments of ZENOTME

你好 我使用的是2.0.0版本 为什么model里面tf.train.GradientDescentOptimizer显示不存在还有log也显示不存在

我将tf.train改为tf.keras.train好像就可以了 这是为什么

Extended query mode can support almost statement without params (except binary format of some type: - struct - list - interval We have the poor support for statement with params....

After #5498 is complete, We can support most of extended query mode now, including: - extended query mode message flow - all text format param - all text format result...

I also encounter this problem in Mac m1. So how do you finally install successfully?

> The problem with this registry is that we need to clean up the registry after query finished. There are two place we should clean up: - metrics in cn...

> WDYM by metrics in cn? I think they are all metrics in prometheus I think metrics in cn is a local data structure like this: ``` pub struct BatchMetrics...

> What's the difference between metrics in CN and metrics in Prometheus? For example there is a metrics in CN, like this: , (or maybe I should call it a...

Following is the code collecting the metrics. The metrics with label "0->0" is the sum of other metrics. ``` let downstream_id = { format!( "{}_{}_{}", downstream_id.query_id, downstream_id.stage_id, downstream_id.task_id ) };...

> * Now we collect in ExchangeSource. But for some fragments, the source is Table Scan, we do not collect the metrics. We can collect this metric in Table Scan...