This tutorial implements a Convolutional Neural Network classifier on AMD Versalâ„¢ AI Edge Series Gen 2 for radio signal classification. The model architecture follows [1]. This tutorial trains the ...
public_version/ ├── cell_classfication/ # Cell classification module │ ├── train.py # Train cell classification model │ ├── pred_cell_label.py # Predict cell labels │ ├── get_data.py # Data loading ...