Skip to content
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

Open
peku33 opened this issue Sep 10, 2023 · 8 comments
Open

Comments

@peku33
Copy link

peku33 commented Sep 10, 2023

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:

ERROR: Could not find a version that satisfies the requirement tensorflow-directml-plugin (from versions: none)
ERROR: No matching distribution found for tensorflow-directml-plugin

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?

@radudiaconu0
Copy link

@maggie1059

@PatriceVignola
Copy link
Collaborator

@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.

@leo-smi
Copy link

leo-smi commented Dec 17, 2023

up

@JackTrapper
Copy link

@radudiaconu0 all latest DirectML features and performance improvements are going into onnxruntime for inference scenarios.

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:

  • take code written for Tensorflow, Numpy, or HuggingFace
  • convert it to ONNX format
  • and then run it inside this runtime

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.

@leo-smi
Copy link

leo-smi commented Jan 15, 2024

@radudiaconu0 all latest DirectML features and performance improvements are going into onnxruntime for inference scenarios.

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:

  • take code written for Tensorflow, Numpy, or HuggingFace
  • convert it to ONNX format
  • and then run it inside this runtime

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

@JackTrapper
Copy link

JackTrapper commented Jan 17, 2024

Time to move to Linux once for all.

The problem with moving to Linux is that it's not Windows.

@xalteropsx
Copy link

plz add 3.11

1 similar comment
@yanite
Copy link

yanite commented Jun 7, 2024

plz add 3.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants