samples: tensorflow: remove requirements.txt from magic wand sample
Removes the requirements.txt from the training directory of the magic wand sample as it is causing issues in CI. Updates README.md to explicitly state the Python packages listed in requirements.txt. Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
This commit is contained in:
parent
3b19598dae
commit
f492636aa9
2 changed files with 1 additions and 3 deletions
|
@ -47,7 +47,7 @@ If you'd prefer to run the scripts locally, use the following instructions.
|
|||
Use the following command to install the required dependencies:
|
||||
|
||||
```shell
|
||||
pip install -r requirements.txt
|
||||
pip install numpy==1.16.2 tensorflow==2.0.0-beta1
|
||||
```
|
||||
|
||||
There are two ways to train the model:
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
numpy==1.16.2
|
||||
tensorflow==2.0.0-beta1
|
Loading…
Add table
Add a link
Reference in a new issue