Zhuyi Xue

Results 25 issues of Zhuyi Xue

**Describe the bug** the program crashes when `numIterations` gets higher. When I set `numIterations=100`, the training works, but I already see warning message at stage 13 like ``` [LightGBM] [Info]...

area/lightgbm

This is still just an idea to collect feedbacks. The approach in this PR: 1. made `loaded_parameter_` an attribute of `Boosting` instead of `GBDT` so it can be accessed in...

in progress
feature

I have an inference graph like ```yaml graph: name: output-transformer type: OUTPUT_TRANSFORMER endpoint: type: GRPC children: - name: input-transformer type: TRANSFORMER endpoint: type: GRPC children: - name: model type: MODEL...

## Describe the bug ## To reproduce ``` >>> import json >>> import seldon_core.proto.prediction_pb2 >>> from google.protobuf.json_format import MessageToJson >>> msg = seldon_core.proto.prediction_pb2.Metric( ... key="my_metric", ... type="GAUGE", ... value=0, ......

bug

# 🐞 bug report ### Affected Rule `requirement` ### Is this a regression? No ### Description I'm trying to install the https://github.com/tensorflow/tfx package properly, which has two namespace packages on...

type: bug

**What this PR does / why we need it**: It updates Trino class to support more customized authorized Connection object. E.g. I have a conn that's authorized with [http-headers](https://github.com/trinodb/trino-python-client/blob/771eec36b658c536d8f5f6bb1710fca6b766c390/trino/dbapi.py#L102). Just...

size/M

I find I need to make these edits to make the tutorial work. for the `i.encode('utf-8')` part, if not specified, the error would've been ``` Traceback (most recent call last):...

I am seeing this instead of graph ``` \x1b[0m\x1b[32m\u2713\x1b[0m\x1b[32m\u2713\x1b[0m\x1b[32m\u2713\x1b[0m\x1b[32m\u2713\x1b[0m\x1b[32m\u2713\x1b[0m\x1b[32m\u2713\x1b[0m \x1b[32m98%... Results (0.73s): 85 passed ``` The dump is very very long. It's supposed to be rendered to graph. I am...

question

I am using this library with create-react-app, but it causes a problem when I tried to compile my code into a production build, because uglifyjs in used by create-react-app doesn't...

FYI, https://github.com/zlpure/CS234/blob/master/assignment2/q2_linear.py#L245 would produce error as `clipped_grads_and_vars` wouldn't be available if not `self.clipped_grads_and_vars`