Lordmau5

Results 134 comments of Lordmau5

Did it perhaps fail to install the correct version of Python as per the installer script? It should install 3.10.10, but the error lists `Requires-Python >=3.8,

Looking at the code there clearly is a max_epoch value set, but somehow it isn't considered by the trainer... I'll look into it a bit more

This actually seems to be related to overriding internal variables for the current epoch. Commenting those out and trying to train a model up to 5 epochs will make it...

I've opened a discussion thread over on the Lightning repository as well, forgot to mention that. https://github.com/Lightning-AI/lightning/discussions/17396 I might dig more into the internals to see where it's checking against...

Resolved in 3.10.2

Seems to be the same as #415 Judging by your logs it seems to be doing the deletion just fine but occasionally runs into that error... It seems to be...

Should be resolved in the new version once it's finished building (3.10.4 in that case I assume) Please report back if you are still encountering this issue 🙏

> For that other bug you mentioned seeing, did you want me to open a separate report ? Would be best, yes. Also to start you off on the right...

I know I'm over a year late to this but all I can suggest is to make sure you have downgraded your GTA:SA copy to 1.0 (or grab a 1.0...

I wonder if using the `inst->Random` method would be better than a static set of random Z-values? Example here: https://github.com/gta-chaos-mod/Trilogy-ASI-Script/blob/3.0/src/gtasa/effects/custom/hud/ScreensaverHUDEffect.cpp#L123 You gotta make a copy of the instance (or reference...