Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nirogu committed May 17, 2024
1 parent ccbc4e4 commit 956ba81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ The initialization methods are implemented in `ideal_init/initialization.py` and

Although each notebook in the examples can be run independently from the others, we chose to visualize all the results in a single figure, using the minimalistic code in `plot_training.ipynb`. The results are presented in the following image, where IDEAL is shown in blue, the Kaiming He method in orange, the solid lines represent the mean of 10 similar experiments, and the shadows around the lines represent a 95% confidence interval.

![Training graphs comparing IDEAL and He initialization methods on multiple datasets](results.png "Training history of multiple experiments").
![Training graphs comparing IDEAL and He initialization methods on multiple datasets](results.png "Training history of multiple experiments")

0 comments on commit 956ba81

Please sign in to comment.