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

Efficientdet #236

Merged
merged 5 commits into from
Nov 25, 2022
Merged

Efficientdet #236

merged 5 commits into from
Nov 25, 2022

Conversation

Manojkumarmuru
Copy link
Contributor

The following major code changes have been made,

  • Order of function arguments changed as per relevance (tensors become the first argument and later other hyperparameters).
  • conv_normal_initializer() removed from function arguments as it is directly accessible inside the calling function.
  • Function names have been renamed/shortened.
  • Multiline input arguments to functions compressed inside args/kwargs.
  • compute_MBconv_block_parameters() moved outside of process_feature_maps()
  • Most of the arguments to ClassNet() and BoxNet() are common and hence put under args.
  • Layer names completely removed.
  • get_drop_connect() optimized.
  • Unit test for get_drop_connect() added.
  • All function docstrings compressed.
  • All the codes converted to pep8 style.

The model trains well and produces outputs as expected.
All test cases pass.

@oarriaga oarriaga merged commit 31f04c6 into oarriaga:master Nov 25, 2022
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