Skip to content

Config changes#3

Open
iseessel wants to merge 1 commit intov0.1.5from
release_config_changes
Open

Config changes#3
iseessel wants to merge 1 commit intov0.1.5from
release_config_changes

Conversation

@iseessel
Copy link
Owner

No description provided.

# ----------------------------------------------------------------------------------- #
# PROFILING
# ----------------------------------------------------------------------------------- #
PROFILING:
Copy link
Owner Author

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
Copy link
Owner Author

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:
Copy link
Owner Author

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:
name: "sgd"
# whether to shard optimizer state as per ZeRO https://arxiv.org/abs/1910.02054
use_zero: False
Copy link
Owner Author

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?

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)
Copy link
Owner Author

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:
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where to put this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant