Update README.md
This commit is contained in:
parent
08550d1909
commit
ac85c41302
1 changed files with 12 additions and 0 deletions
12
README.md
12
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
|
||||
|
|
Loading…
Reference in a new issue