Skip to content

Commit

Permalink
Changing the number of epoch based on previous observation. (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-prince authored Jul 12, 2023
1 parent 4f04191 commit 8cf5254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gsutil cp start_time.txt $ARTIFACTS_BUCKET_PATH/
--norm_last_layer False \
--use_fp16 False \
--clip_grad 0 \
--epochs 100 \
--epochs 80 \
--global_crops_scale 0.25 1.0 \
--local_crops_number 10 \
--local_crops_scale 0.05 0.25 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@
params=exp_config,
model_dir=model_dir,
run_post_eval=True,
epochs=1000,
epochs=675,
clear_kernel_cache=True)

0 comments on commit 8cf5254

Please sign in to comment.