Peter-weng
Results
2
issues of
Peter-weng
hello,i meet some problem when i frist time run the code. error: ``` different_c_index = np.random.choice(range(0, self.types - 1), 1) File "mtrand.pyx", line 915, in numpy.random.mtrand.RandomState.choice ValueError: 'a' cannot be...
hi,i see your code just only one input node,what if i want batch infer in session.run() for example: 2 input 6 output (batch=2) std::vector outputTensors = this->session.Run( Ort::RunOptions{nullptr}, inputNames.data(), &input_tensor_,...