python -m utils.preprocess --targets Apple --processors technical_indicators fourier_components news_featurespython -m utils.train new Apple --num-days-for-predict 60 --batch-size 32 --learning-rate 0.0001 --optimizer adamaxpython -m utils.train resume model_checkpoint.ckptpython -m utils.test lightning_logs/version_51/checkpoints/epoch=916-step=20174.ckpttensorboard --logdir lightning_logspython >= 3.10