Replies: 1 comment 3 replies
-
This is where the dataloaders are initialized. If you want to add |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Anomalib library is installed.
Copy-pasted the code listed in "Training" section of Anomalib webpage. Programming is running however there is no output.
Suggestions on screen suggest setting
persistent_workers=True
in 'train_dataloader' to speed up the dataloader worker initialization. Screen shot attached.Checking the "Task Manager" display the CPU and Memory consumption by the Python Kernel to be low. Initially at the start of the program the consumption are high however the consumption values falls low.
Appreciate help to locate the python/configuration file for setting

persistent_workers=True
.Beta Was this translation helpful? Give feedback.
All reactions