-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
50 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23f8bedThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @tkarras
Background - I just bought a new nvidia 3090 card and want to get this running on it.
What are my options? Presumably I want/ need to use the latest cuda / graphics driver 455.
It seems only route is to upgrade tensorflow to version 2????
Assuming this is the case - if I run this command - against the project.
TENSORFLOW - OFFICIAL AUTO - UPGRADE
https://www.tensorflow.org/guide/upgrade
I get this report
There's 20 'cannot be converted automatically'
Predominantly the scope of getting code to work on tensorflow2 - seems to encompasses just the following errors.
tf.contrib. tf.contrib.memory_stats.MaxBytesInUse
Using member tf.contrib in deprecated module tf.contrib. tf.contrib cannot be converted automatically.
tf.contrib. tf.contrib.opt.ScipyOptimizerInterface cannot be converted automatically. tf.contrib
tf.contrib. tf.contrib.opt.GGTOptimizer cannot be converted automatically
https://gist.github.com/johndpope/6fda5f9a39375437dbfceb9728ba13a0
Even though the project doesn't support tensorflow2 - I think a new branch would be prudent to push ahead.
Contributors could get the branch working(with windows NCCL caveats).
And then it's case closed.... please consider.
RELATED - NVlabs/stylegan2-ada#32