Tensor
Tensor copied to clipboard
Question: Future of RubixML/DL
Hello, How is the research on https://github.com/RubixML/DL/issues/1 going? Whole repository seems to be archived few years ago.. Will there ever be a GPU support on PHP with Tensor extension? Or is there already an alternative to it?
Guys ar Tensorflow, according to https://discuss.tensorflow.org/t/tensorflow-for-php/1373 are not planning to implement it as independant wrapper. Instead they are advising to run TensorFlow Serving server for computing and interact with it through REST API
Would be glad to hear your thoughts on what is current globally best approach to utilize GPU while using PHP. Can't find much info on internet aswell, most posts are 4years old..
Multi-threading using RubixML/Tensor is a great oportunity, but CPU performance still can't compare to GPU, especially with specialised matrix multiplication cores from nvidia RTX.
Hey @Anecho thanks for the question. Yeah I had to put Rubix DL down to rest because I was the only developer and I had to choose between developing open-source and being homeless or working full-time and not being homeless. It's unfortunate because I feel PHP could really benefit from a library based on TensorFlow but alas reality is what it is.
Maybe someone else can revive the effort. There's a library called Rindow that I haven't had the chance to use yet, but from what I can see in the docs, it supports GPUs as well as some more advanced neural network layers.
https://github.com/rindow