forked from openvinotoolkit/anomalib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Improve vram usage for patchcore models (#29)
* refactor: Avoid using larger projection * refactor: Preallocate embeddings to avoid huge memory spikes on stack * refactor: Improve memory usage and empty cache more frequently * refactor: Load memory bank on gpu only after cache is freed * build: Upgrade version, update docstring * refactor: Include max_epochs in pre allocation * build: Upgrade version * fix: Fix wrong empty batch size inizialization and filling
- Loading branch information
1 parent
d8448ec
commit c3f32d4
Showing
6 changed files
with
79 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "anomalib-orobix" | ||
version = "0.7.0.dev141" | ||
version = "0.7.0.dev142" | ||
description = "Orobix anomalib fork" | ||
authors = [ | ||
"Intel OpenVINO <[email protected]>", | ||
|
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
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