RAVE Model Training Phase 2 Fail | Illegal Memory Access #355
MehmetColaak
started this conversation in
General
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was training a RAVE model with my own custom data. The system I am using has Nvidia RTX 2070 8GB VRAM and at first phase vram usage was around 50% everything was working fine. Just before adverserial phase (2nd phase) the traning failed with this error:
The training config is v2_small so there should be enough memory for adverserial phase as well with 8GB VRAM.
Then I tried to continue the training from last checkpoint on my main system which has Nvidia RTX 5070 and it works fine around 60% VRAM usage in 12GB now. I am just curious that is it really memory access error or something I can walkaround with RTX 2070 system?
Beta Was this translation helpful? Give feedback.
All reactions