Muller Helen
Muller Helen
now I have try to use sn-bindgen generate mpi by myself , but failed, I have try to use vcpkg install openssl mpi, openssl just as the demo write ,could...
HI, I have install idea 2025 ,llvm 19 ,scala 3.6.2 ,scala-native 0.5.6 ,sbt 1.10.6,when I use sbt console to run the scala-native example it could work, but when I use...
Hi, we want to write scala code for deeplearning with llm model ,could you generate the sn code for them,thanks
Hi, now we always use rust and scala mix programming ,so could we use sn-bindgen or another similar plugin from rust code generate scala-native code, please thanks
Hi, chronon maybe is a perfect project , now we build pytorch model with Javacpp-pytorch, so we need chronon to support scala pytorch model and scala3 and transformer the data...
HI, I have install idea 2025 ,llvm 19 ,scala 3.6.2 ,scala-native 0.5.6 ,sbt 1.10.6,when I use sbt console to run the scala-native example it could work, but when I use...
Hi, we need load image then as tensor for model train ,so need transform image to byteArray or bytebuffer, but I do not know how to opearate,thanks
Hi, from python pillow ,we could draw line and write text is simple , like ·``` from PIL import Image, ImageDraw, ImageFont def create_thumbnail_with_watermark(input_path, output_path, size=(200, 200)): original = Image.open(input_path)...
Hi, in python pil ,we could open image from url , so I want to know ,could we make it . thanks