does any one try transformer models and get killed...
# neural-forecast
m
does any one try transformer models and get killed after running ?
m
like tft? yes
what error are you getting, i had a heck of a time
c
TFT wont run in some colab examples due to limited memory on the GPUs
m
^ this is exactly what i ran into
actually it was the fact that i had 0 gpu's... added one, all good
just took me a while to realize
m
i am trying the models in this tutorial https://nixtla.github.io/neuralforecast/examples/longhorizon_with_transformers.html and i get KILLED after training a 200 epohcs
I mean autoformer and informer and Patch tst
m
yes, what error are you getting
m
Killed
and stop training
it should run 600 step since i put 200 step for each model but after 200 step it give me Killed and finish
m
seems like a hardware limitation
m
how can i know ?
m
try a smaller data set, less num_samples, etc.
m
note : i am working on just cpu
m
yeah just on CPU did not work for me with AutoTFT
m
you mean all transformer family?
m
i only tried autotft
c
@marah othman try using GPUs. Training these transformers on CPU is painfully slow
m
i have this gpu Intel Corporation CometLake-H GT2 [UHD Graphics] (rev 05) how can i make it work with my code?