-
|
Hey hey! I recently moved from the main repo to this fork, I wanted to ask if any of you have good settings for CompassPlus or other fun settings to try out. So far I really like this fork and everything works great. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
Hey @keezinv2 , in general we have moved past CompassPlus, though you are certainly free to experiment. Compass itself is still an effective option, and another one is SimplifiedAdEMAMix (better AdEMAMix, less vram use, more stable). You can give these settings a whirl: Notable points:
This seems like an effective configuration, make sure you have the latest code pulled, as have made some fixes recently. ProdigyPlus is also a good optimizer, and should work with these settings, with LRs adjusted to 1 as is typical with prodigy, and considering applying use_speed=True on the network for greater vram savings and faster adaption (possible instability combined with weight decay). |
Beta Was this translation helpful? Give feedback.
Hey @keezinv2 , in general we have moved past CompassPlus, though you are certainly free to experiment. Compass itself is still an effective option, and another one is SimplifiedAdEMAMix (better AdEMAMix, less vram use, more stable).
You can give these settings a whirl:
caloart_nvp_fftdescent_v0_1.toml.txt
Notable points:
This seems like an effective configuration, make sure you have the latest code pulled, as have made some fixes recently.
ProdigyPlus is also a good optimizer, and should work …