Skip to content
Snippets Groups Projects
Commit 3eaf5f65 authored by fskeese's avatar fskeese
Browse files

Update readme_projekt.md

parent 9eb978f7
Branches main
No related tags found
No related merge requests found
......@@ -35,4 +35,13 @@ data_path: imagenet_object_localization_patched2019/ILSVRC/Data/CLS-LOC
Output Ordner schon im Repository:
output_dir: Output
\ No newline at end of file
output_dir: Output
Für das finetunen mit dem pretrained Model auf open-images, der selbe Befehl nur Checkpoint ersetzen:
OMP_NUM_THREADS=1 python -m torch.distributed.launch --nproc_per_node=8 run_class_finetuning.py \
--model beit_base_patch16_224 --data_path /path/to/imagenet \
--finetune Output_pre/checkpoint-149.pth \
--output_dir /path/to/save_result --batch_size 64 --lr 2e-5 --update_freq 1 \
--warmup_epochs 5 --epochs 30 --layer_decay 0.85 --drop_path 0.1 \
--weight_decay 1e-8 --nb_classes 1000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment