-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for python 3.11, support for tf 2.13, is this project abandoned? #369
Comments
@radudiaconu0 I apologize for the delay. This project hasn't been abandoned per say, but unfortunately we had to pause development of this plugin until further notice. For the time being, all latest DirectML features and performance improvements are going into onnxruntime for inference scenarios. We'll update this issue if/when things change. |
up |
It's important to note that ONNX isn't a machine learning framework. You aren't supposed to ONNX code to perform machine learning. ONNX's goal is to let you:
You still do all your research, programming, development in Tensorflow. (Which no longer supports GPUs/CUDA under Windows) And Microsoft's DirectML plug-in for Tensorflow is now abandoned. So you really can't do research, programming, or development under Windows anymore. I don't know why Microsoft is so desperate to dump support for Windows developers. |
TIME TO MOVE TO LINUX ONCE FOR ALL |
The problem with moving to Linux is that it's not Windows.
|
plz add 3.11 |
1 similar comment
plz add 3.11 |
From Microsoft:
I guess it makes sense: you don't want developers running AI in-box—competing with the ML-as-a-Service. It's just...not what any of us would have wanted. |
I came up with link to this repository on official TF website. It encourages to use this plugin for GPU learning for TF versions > 2.10.
I've checked the requirements, my windows version and my python version are listed as supported, however there is a "1" annotation in README.md here which isn't explained anywhere else.
When trying to install this plugin with pip, I get:
For me it seems like support for 3.11 was not published on pypi or never created.
Also there are new versions of TF released (2.13), some questions have been asked here about support, but no official awnsers were given.
Is this repository actively maintained, or something else should be used instead?
Maybe mentioning the only contributor, @maggie1059 would help a bit?
The text was updated successfully, but these errors were encountered: