PxLin

Results 6 comments of PxLin

I encountered a similar issue. I am deploying a lgb model within the Tornado framework. The model loaded from pickle file, in the __init__() function works normally, but when I...

> @peixin-lin if you could provide some additional information, we'd be happy to investigate: > > * version of `lightgbm` you're using > * text-format version of the model (can...

I have encountered the same issue. I explored the source code a little bit and found these lines of code in `site-packages\unstructured_inference\models\yolox.py` (line 34 -59): ``` MODEL_TYPES = { "yolox":...

Thanks for your quick response and wish you good luck for the NIPS submission! I have tried your solution and the results are different now but still bad. As shown...

> I managed to get TensorFlow 1.9.0 installed under Termux natively, but the process is unpleasant. Before you can install it you MUST install numpy like this: > LDFLAGS="-lm -lcompiler_rt"...

> > > I managed to get TensorFlow 1.9.0 installed under Termux natively, but the process is unpleasant. Before you can install it you MUST install numpy like this: >...