From ac85c41302185bd6fb5e838e63602839bcb200c3 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sun, 15 Jan 2023 16:13:55 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4c3eebb..85d9c8b 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,15 @@ In addition your Python installation needs the PyBind11 package installed. You m pip install pybind11 The Makefile uses clang as a compiler. If you want something else then you need to change the Makefile. For CUDA I used version 12.0. + +# C++ + +Three .json config files are required: + +dataset.json : Information about the dataset + +network.json : Describes the network architecture + +def.json : Controlls the other parameters + +If you want to load existing weights, just put them in a sub-folder called Previous