Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 384 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 384 Bytes

Fastai text classification

Possible usage:

( \
START_TIME=$SECONDS && \
swift build &&
.build/debug/fastai-text-classification \
    --dataset-key data \
    --min-lm-epochs 2 \
    --max-lm-epochs 7 \
    --min-classifier-epochs 5 \
    --max-classifier-epochs 10 \
    --max-unfrozen-layers 5 \
&& echo "Finished in $((SECONDS - START_TIME)) seconds" \
) |& tee log.txt