jmodelica\

Results 3 issues of jmodelica\

this just a package for read/write mat file. How to use mat file,load functions or modules in julia? can you help me ?

using ONNXNaiveNASflux using MLDatasets train_x, train_y = MNIST.traindata(2) data=train_x[:,:,1] input = reshape(data,(1,1,28,28)) model = ONNXNaiveNASflux.load("mnist-1.onnx") out = model(input) exe top these ,will get error "ERROR: LoadError: AssertionError: Optype Div not...

提示违规。