model train commands
This commit is contained in:
4
roadcast/command.txt
Normal file
4
roadcast/command.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
train the model:
|
||||||
|
python train.py data.csv --model-type mlp --generate-labels --label-method kmeans --n-buckets 50 --hidden-dims 512,256 --epochs 8 --batch-size 256 --feature-engineer --weight-decay 1e-5 --seed 42
|
||||||
|
|
||||||
|
python train.py data.csv --model-type mlp --generate-labels --label-method kmeans --n-buckets 50 --hidden-dims 1024,512 --epochs 12 --batch-size 256 --lr 1e-3 --lr-step-size 4 --lr-gamma 0.5 --feature-engineer --weight-decay 1e-5 --seed 42
|
||||||
Reference in New Issue
Block a user