Xilinx / Vitis-AI-Tutorials

MIT License
380 stars 145 forks source link

vai_2018_RadioML_VAI_keras.ipynb does not exist in the jupyter notebook #105

Open davidfhorowitz opened 1 year ago

davidfhorowitz commented 1 year ago

In step 2.0:

After doing this:

conda activate vitis-ai-tensorflow2 jupyter notebook --no-browser --ip=0.0.0.0 --NotebookApp.token='' --NotebookApp.password=''

It says:

"You can now point you web browser to the address shown by the jupter notebook server, and open up the notebook file vai_2018_RadioML_VAI_keras.ipynb"

This file "vai_2018_RadioML_VAI_keras.ipynb" does not exist.

Where is it?

davidfhorowitz commented 1 year ago

OK, I figured this out. You have to manually download the file from the tutorial site here:

https://github.com/Xilinx/Vitis-AI-Tutorials/blob/2.5/Tutorials/RFModulation_Recognition/files/vai_2021_RadioML_VAI_keras.ipynb

Then put it into your Vitis-AI directory and it will show up on the jupyter server. Then it can be opened and run.

You should add this step to the tutorial.