Reputation: 822
I've been working for a while with tensorflow
and now i'm doing the learning staff on the GPU using tensorflow-gpu
, where it seems like I'm facing a release bug and someone said that using tf-nightly-gpu-2.0-preview
will solve the issue.
So, what is the difference between tf-nightly-gpu
and tensorflow-gpu
, is it a beta version of it or what?
thanks in advance.
Upvotes: 7
Views: 10891
Reputation: 11227
These are nightly builds, produced from a time-based snapshot of the source code that may or may not be in good shape and fit for release.
Time-based may literally mean every night, or simply some other regular interval.
Upvotes: 5