python3 main.py --train_file train.csv --test_file test.csv --epoch 8000 --lr 0.4 --loss rmse 
python3 main.py --train_file train.csv --test_file test.csv --epoch 8000 --lr 0.3 --loss mse 
python3 main.py --train_file train.csv --test_file test.csv --epoch 8000 --lr 0.4 --loss logcosh
