Skip to content
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

Add ResNet50 embedder #11

Closed
wants to merge 3 commits into from
Closed

Add ResNet50 embedder #11

wants to merge 3 commits into from

Conversation

jimgoo
Copy link
Collaborator

@jimgoo jimgoo commented Mar 30, 2023

Screenshot 2023-03-29 at 8 52 05 PM

Add a class for embedding images with ResNet50, which takes a parameter for which layer to extract features from (either 2, 3, or 4). The MinReader paper uses layer 2 (with dim 512) as f_mr, then later in another experiment layer 4 (with dim 2048).

@PaulScotti PaulScotti closed this May 29, 2023
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.

2 participants