honlzl

Results 7 comments of honlzl

```python tokenized_inputs = tokenizer( examples[text_column_name], padding=padding, truncation=True, return_overflowing_tokens=True, max_length=512, # We use this argument because the texts in our dataset are lists of words (with a label for each word)....

> I have the same problem as you, have you fixed this error yet? Sorry, I couldn't find a solution. And you?

> I have the same problem as you, have you fixed this error yet? Hi, I fixed this bug by changing some code. **First:** in utils compute_crossentropy_loss, add ```python new_labels...

@malichen-cv 大佬你好,请问你用的是多大现存的gpu呀

> Could you try installing `pandas` and inspecting the results of `gbm.trees_to_dataframe()`, to see if maybe the later trees are very shallow? Glad to receive your reply! I ran 5,000...

> Sorry, my request was unclear. > > I'm not looking for a random sample of that dataframe. Could you use that output to see if there is a difference...

> 嗯嗯,protobuf版本降了,但是又遇到另一个问题,辛苦再看下~ > > File "/usr/local/lib/python3.10/dist-packages/paddle2onnx/convert.py", line 17, in import paddle2onnx.paddle2onnx_cpp2py_export as c_p2o ImportError: /usr/local/lib/python3.10/dist-packages/paddle2onnx/paddle2onnx_cpp2py_export.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN3pir6detail14TypeIdResolverINS_14Float8E5M2TypeEE3id_E 您好,请问这个问题是怎么解决的呀,我试了很多版本的paddle2onnx,paddle,都还有这个问题,求解答