Apr-21-2021, 05:42 PM
There is something unusual about this package in general.
There are conflicting install statements between pypi.org and github.
The Pypi installation instructions show:
is doing, not sure if that's a clone, or what.
There are conflicting install statements between pypi.org and github.
The Pypi installation instructions show:
Output:pip3 install git+https://github.com/keras-team/keras-tuner.git
pip3 install autokeras
whereas the GitHub installation instructions show only:Output:pip3 install autokeras
I'm not sure what pip3 install git+https://github.com/keras-team/keras-tuner.git
is doing, not sure if that's a clone, or what.