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

Bug fix of SENet when run with MirroredStrategy #443

Merged
merged 32 commits into from
Dec 28, 2023
Merged

Bug fix of SENet when run with MirroredStrategy #443

merged 32 commits into from
Dec 28, 2023

Conversation

yangxudong
Copy link
Collaborator

No description provided.

Copy link

Code Style Test Passed

r = self.config.reduction_ratio
field_size = len(input_shape)
reduction_size = max(1, field_size * g * 2 // r)
initializer = tf.keras.initializers.VarianceScaling()
Copy link
Collaborator

Choose a reason for hiding this comment

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

add a test case

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

there already has one: mmoe_backbone_on_taobao.config

Copy link

Code Style Test Passed

Copy link

Code Style Test Passed

Copy link

Code Style Test Failed

Copy link

Code Style Test Passed

Copy link

Code Style Test Passed

Copy link

Code Style Test Passed

Copy link

Code Style Test Passed

Copy link

Code Style Test Passed

@yangxudong yangxudong merged commit cb806b2 into master Dec 28, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants