tensorflow2-generative-models
tensorflow2-generative-models copied to clipboard
Complete Requirements of the Environment
trafficstars
Hi,
I just found there are required packages but not included in requirement.txt. Could you guys kindly provide an updated one? Thanks.
E.g., it said
ERROR: Could not find a version that satisfies the requirement tf-nightly-2.0-preview==2.0.0.dev20190513 (from versions: none)
ERROR: No matching distribution found for tf-nightly-2.0-preview==2.0.0.dev20190513
when I ran pip install tf-nightly-2.0-preview==2.0.0.dev20190513.
Hey, these are just notebooks that are mostly intended to be run in colab so I didn't worry about requirements.
It sounds like the tf-nightly was taken off of pip. I'd happily pull in a PR replacing tf-nightly with pip install tensorflow==2.* or something along those lines in the notebooks!