Explaining-In-Style-Reproducibility-Study icon indicating copy to clipboard operation
Explaining-In-Style-Reproducibility-Study copied to clipboard

Reloading Alex LPIPS model every 777 timesteps

Open NoahVl opened this issue 3 years ago • 1 comments

The LPIPS models seem to get reloaded every 777 timesteps, as if all the globals are then reloaded for some reason. Might be fixed if we place these LPIPS loss model in the Trainer class instead of in the globals. Also strange that it seems to be loaded 4 times everytime, does this have to with the amount of workers?

NoahVl avatar Jan 19 '22 18:01 NoahVl

Seems to be a windows issue, might investigate later.

NoahVl avatar Jan 25 '22 18:01 NoahVl