Loveca

Results 11 comments of Loveca

# Motivition Add Apache Doris Extract Node for Agent # About Doris Data Export Data Export is a function provided by Doris to Export data. This function exports data in...

# Motivation To surport the ability to Doris data integration, we need to add Apache Doris Load Node for management # Design The design mainly follows the document [Manager Plugin](https://inlong.apache.org/zh-CN/docs/design_and_concept/how_to_extend_data_node_for_manager)...

@dockerzhang hi, can you assign this to me?

# Stack Trace ``` NotImplementedError Traceback (most recent call last) Cell In[17], line 15 10 pam_model_traced = torch.jit.trace(torch_model,torch.rand(*shape)) #trace 13 # convert t0 mlmodel ---> 15 pam_model_ml_flexable = ct.convert( 16...

# To Reproduce this error 1. pip install super-image 2. run this code ``` from super_image import EdsrModel, ImageLoader,PanModel from PIL import Image import coremltools as ct import requests import...

# Environment coremltools==6.3 torch==1.9.0 torchvision==0.10.0 super-image==0.1.7

I created a colab notebook, you can reproduce the issue in this notebook. https://colab.research.google.com/drive/1LFJWLDgiex52M0OK-PcADFtPChbJUaua?usp=sharing