-
Notifications
You must be signed in to change notification settings - Fork 1
Config changes #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v0.1.5
Are you sure you want to change the base?
Conversation
# ----------------------------------------------------------------------------------- # | ||
# PROFILING | ||
# ----------------------------------------------------------------------------------- # | ||
PROFILING: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might want to do a memory profiling tutorial?
# ------------------------------------------------------------- # | ||
REGNET: {} | ||
# ------------------------------------------------------------- # | ||
# ResNe(X)t params |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important change in configuration structure!
# options include vit_b_32, vit_b_16, vit_l_32, vit_l_16, vit_h_14. | ||
# Using | ||
# ------------------------------------------------------------- # | ||
VISION_TRANSFORMERS: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important to highlight new models!
# ----------------------------------------------------------------------------------- # | ||
# OPTIMIZER | ||
# ----------------------------------------------------------------------------------- # | ||
OPTIMIZER: | ||
name: "sgd" | ||
# whether to shard optimizer state as per ZeRO https://arxiv.org/abs/1910.02054 | ||
use_zero: False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use zero for non_fsdp?
@@ -833,16 +1252,34 @@ config: | |||
EVAL_DATASET_NAME: "Paris" | |||
# Path to the compute_ap binary to evaluate Oxford / Paris | |||
EVAL_BINARY_PATH: "" | |||
# Path to a temporary directory to store features and scores | |||
TEMP_DIR: "/tmp/instance_retrieval/" | |||
# Whether or not to save the retrieval ranking scores (metrics, rankings, similarity scores) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New IMG_RETRIEVAL options!
ROLLING_BTIME_FREQ: -1 | ||
|
||
# Debugging utilities | ||
REPRODUCIBILITY: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where to put this?
No description provided.