[FEATURE REQUEST] Can Merlion use GPU to train models?
Can Merlion use GPU to train models?
Sorry for the delayed response. Currently, this is on a per-model basis. Some of the deep learning models have a cuda / use_cuda / gpu option which allows them to run on GPU. However, it's currently not done in a unified way. We do plan to make this interface more consistent in the future.
Sorry for the delayed response. Currently, this is on a per-model basis. Some of the deep learning models have a
cuda/use_cuda/gpuoption which allows them to run on GPU. However, it's currently not done in a unified way. We do plan to make this interface more consistent in the future.
Thank you! I'm looking forwark to it!