Skip to content

Commit d46bfc7

Browse files
fix(readme): fix report folder name
1 parent ac0840e commit d46bfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ poetry install
117117

118118
The `main.py` contains some experiments with `LeNet300100`, multiple threshold values and different `k-means` initialisation mode.
119119

120-
The following code generates the experiment results in the folder: ` neural_network_compression/2BitsDensityQuantization_report/`
120+
The following code generates the experiment results in the folder: ` neural_network_compression/LeNet300100_2BitsDensityQuantization/`
121121
```python
122122
if __name__ == "__main__":
123123
run_experiment_with_lenet300100(

0 commit comments

Comments
 (0)