Update README.md

This commit is contained in:
Alexios Maras
2024-07-23 13:02:00 +03:00
committed by GitHub
parent 745cc4ed6d
commit 95e338b8a2
+1 -1
View File
@@ -77,4 +77,4 @@ common.create_ibex_qnn(net, name, device, X_train, y_train, X_test, y_test,
#### Notes #### Notes
- The parameters for epochs and learning rate can be either single values or lists of numbers, allowing for fine-tuning of the model. - The parameters for epochs and learning rate can be either single values or lists of numbers, allowing for fine-tuning of the model.
- Currently, the provided scripts do not support models with Residual connections or Depthwise Convolutions. - Currently, the provided scripts do not support models with Residual connections.