-
-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raining process fails due to Out of Memory (OOM) error #1410
Comments
There isn't enough information about your setup here. This:
is not the supported way to run faceswap, which suggest a non-standard install If you require assistance you'll need to provide the following: |
|
This:
Is a corrupted model file. Where did you install faceswap from? You have non-standard packages in your environment, and you use a non standard command for launching faceswap |
Issue Title: Training process fails due to Out of Memory (OOM) error
Description
I encountered an Out of Memory (OOM) issue while running a training script on my AlmaLinux 9 server. The training process terminates abruptly, and the kernel logs show that the process was killed by the OOM killer. Despite configuring ZRAM and having sufficient swap space, the issue persists intermittently.
Environment
Observed Behavior
Expected Behavior
The training process should utilize swap space or adjust memory allocations to avoid being killed by the OOM killer.
Troubleshooting Steps Taken
batch size
: Lowered the-b
parameter from 16 to 8./proc/sys/vm
parameters:Logs
Kernel log snippet:
Steps to Reproduce
htop
orfree -h
while the script is running.journalctl | grep "Out of memory"
) after the process is killed.Potential Root Cause
Request for Help
I would appreciate any guidance on:
Additional Notes
Please let me know if you need additional logs, configurations, or test results to help identify the issue.
The text was updated successfully, but these errors were encountered: