ld-xy
ld-xy
大佬们,有没有tensorflow实现的模型代码???(Do you have any model code for TensorFlow implementation??)
macos平台:使用下面这两行代码,得到的类型是MNN.tensor类型,这种类型能转化成torch.tensor然后接着执行模型下面的代码吗? ``` tmp_output = MNN.Tensor((1, 240, 384), MNN.Halide_Type_Float, np.ones([1, 240, 384]).astype(np.float32), MNN.Tensor_DimensionType_Caffe) output_tensor.copyToHostTensor(tmp_output) ``` 如果可以的话,怎么转换啊,求助!!!
> > macos平台:使用下面这两行代码,得到的类型是MNN.tensor类型,这种类型能转化成torch.tensor然后接着执行模型下面的代码吗? > > ``` > > tmp_output = MNN.Tensor((1, 240, 384), MNN.Halide_Type_Float, np.ones([1, 240, 384]).astype(np.float32), > > MNN.Tensor_DimensionType_Caffe) > > output_tensor.copyToHostTensor(tmp_output) > > ``` > > > >...
macos平台:使用下面这两行代码,得到的类型是MNN.tensor类型,这种类型能转化成torch.tensor然后接着执行模型下面的代码吗? ``` tmp_output = MNN.Tensor((1, 240, 384), MNN.Halide_Type_Float, np.ones([1, 240, 384]).astype(np.float32), MNN.Tensor_DimensionType_Caffe) output_tensor.copyToHostTensor(tmp_output) ``` 如果可以的话,怎么转换啊,求助!!!
can you try transfer onnx? thinks
> the same question, please tell me if you know about the question,think you!
哦哦,是需要使用你们提供的方法来进行下采样和超分操作对嘛?我是直接在set数据集网站上下载的
Why do some measure the time and others don't?
> Thanks for opening the issue @ld-xy > > I think this could be related to the note mentioned in the README > > ``` > NOTE: We are unable...
为什么backbone最后一个norm层的名字里有policy啊,并且为什么这个norm里会有expert_writer权重参数啊?望解答,感谢感谢