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

some questions about DifferentialTransformer #5

Closed
morestart opened this issue Oct 20, 2024 · 2 comments
Closed

some questions about DifferentialTransformer #5

morestart opened this issue Oct 20, 2024 · 2 comments
Assignees

Comments

@morestart
Copy link

The variable λ in the forward function of the DifferentialTransformer class is not being used. Is it necessary to pass it? Regarding the initialization of λ, should the following function be used:

def lambda_init_fn(depth):
    return 0.8 - 0.6 * math.exp(-0.3 * depth)
Copy link

Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap.

Copy link

Stale issue message

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants