10 epochs
This commit is contained in:
parent
e9d3d72499
commit
cd9da60893
4
Makefile
4
Makefile
@ -16,7 +16,7 @@ eval: eval.py training.csv
|
|||||||
|
|
||||||
train_frozen_encoder: train.py training.csv
|
train_frozen_encoder: train.py training.csv
|
||||||
@echo "Training coordinate head with frozen encoder..."
|
@echo "Training coordinate head with frozen encoder..."
|
||||||
@bash -c 'source .venv/bin/activate && python train.py --output-path output_frozen_encoder --freeze-encoder --epochs 50'
|
@bash -c 'source .venv/bin/activate && python train.py --output-path output_frozen_encoder --freeze-encoder --epochs 10'
|
||||||
|
|
||||||
eval_frozen_encoder: eval.py training.csv
|
eval_frozen_encoder: eval.py training.csv
|
||||||
@echo "Evaluating frozen-encoder coordinate regressor..."
|
@echo "Evaluating frozen-encoder coordinate regressor..."
|
||||||
@ -24,7 +24,7 @@ eval_frozen_encoder: eval.py training.csv
|
|||||||
|
|
||||||
train_frozen_layers: train.py training.csv
|
train_frozen_layers: train.py training.csv
|
||||||
@echo "Training coordinate regressor with first transformer layers frozen..."
|
@echo "Training coordinate regressor with first transformer layers frozen..."
|
||||||
@bash -c 'source .venv/bin/activate && python train.py --output-path output_frozen_layers --freeze-transformer-layers 4 --epochs 50'
|
@bash -c 'source .venv/bin/activate && python train.py --output-path output_frozen_layers --freeze-transformer-layers 4 --epochs 10'
|
||||||
|
|
||||||
eval_frozen_layers: eval.py training.csv
|
eval_frozen_layers: eval.py training.csv
|
||||||
@echo "Evaluating frozen-layer coordinate regressor..."
|
@echo "Evaluating frozen-layer coordinate regressor..."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user