Commit 56af9d649b32c920201290e192641a0acb20e532
1 parent
6ab7bc6e1a
Exists in
master
Update Readme
Showing 1 changed file with 48 additions and 50 deletions Side-by-side Diff
README.md
... | ... | @@ -23,20 +23,18 @@ |
23 | 23 | Experiments |
24 | 24 | ----------- |
25 | 25 | |
26 | -### Computer vision | |
27 | - | |
28 | 26 | 1. Run models: |
29 | 27 | |
30 | - ``` | |
31 | - python QCAE.py | |
32 | - ``` | |
28 | +``` | |
29 | +python QCAE.py | |
30 | +``` | |
33 | 31 | |
34 | - Parameters can be modified directly in QCAE.py, such as: | |
32 | +Parameters can be modified directly in QCAE.py, such as: | |
35 | 33 | |
36 | - - Number of epochs | |
37 | - - Batch Size | |
38 | - - Size of the Training dataset | |
39 | - - ... | |
34 | +- Number of epochs | |
35 | +- Batch Size | |
36 | +- Size of the Training dataset | |
37 | +- ... | |
40 | 38 | |
41 | 39 | |
42 | 40 |