-
-
Notifications
You must be signed in to change notification settings - Fork 644
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rm doc on instantiate _convert_ performance
Remove the documentation paragraph about performance of `_convert_` strategies for `instantiate`. The paragraph made some incorrect claims, saying that `_convert_="none"` would be the fastest strategy because no conversion takes place. The reality is that the implementation of the `_convert_="none"` strategy performs conversion from DictConfig to dict and then back to DictConfig, so there will likely not be significant performance gains from using `_convert_="none"`. Benchmarking should be used to determine the best strategy for performance-critical applications.
- Loading branch information
Showing
3 changed files
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters