From 240b4a5577c836efbd46066e8ecb7b83e379bf25 Mon Sep 17 00:00:00 2001 From: Christian Chapman-Bird <2191474c@student.gla.ac.uk> Date: Thu, 23 Sep 2021 17:47:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fff0dd..8d99d59 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The simple back-end of this package allows the user to create an MLP of a given Media/data will be created in directories that begin with `_` by default - this is to follow the `.gitignore` rule that prevents the automatic pushing of updates to these files, which would slow commits down a lot - +DO NOT RUN JUPYTER NOTEBOOK CODE AS DIRECTORIES ARE MESSED UP AT THE MOMENT - urgent fix ## TODO - Need to put together optimisation code - choices to be made here: uniform sampling of hyperparameters vs. Bayesian optimisation, how to include speed/comp.cost component in optimisation (i.e. we don't want a huge lumbering network!). -- GitLab