From 95e338b8a295a3fc434828edec3e689fa0da9bee Mon Sep 17 00:00:00 2001 From: Alexios Maras <100875700+alexmr09@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:02:00 +0300 Subject: [PATCH] Update README.md --- mpq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpq/README.md b/mpq/README.md index 8993ffb..0c43490 100644 --- a/mpq/README.md +++ b/mpq/README.md @@ -77,4 +77,4 @@ common.create_ibex_qnn(net, name, device, X_train, y_train, X_test, y_test, #### Notes - 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.