craft
craft copied to clipboard
Memory Question
Hi, I was wondering what hardware device you are using? How much memory do I probably need to realize the training?
Hi, I remember I was using RTX3090 (24GB) for this project. If your card has a smaller RAM, you can reduce the number of attention modes (the transformer is multi-mode as opposed to multi-head) to save RAMs.
Thanks for the quick reply!