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

WMT post-ln variant broken in JAX: flax.errors.ScopeParamNotFoundError: Could not find parameter named "scale" in scope "/encoder/encoder_layernorm" #652

Closed
priyakasimbeg opened this issue Feb 26, 2024 · 0 comments · Fixed by #658
Assignees
Labels
🐛 Bug Something isn't working

Comments

@priyakasimbeg
Copy link
Contributor

WMT post-ln variant broken in JAX: flax.errors.ScopeParamNotFoundError: Could not find parameter named "scale" in scope "/encoder/encoder_layernorm"

Description

Logs: gist.

Steps to Reproduce

python3 submission_runner.py --framework=jax --workload=wmt_post_ln --submission_path=reference_algorithms/target_setting_algorithms/jax_adamw.py --tuning_search_space=reference_algorithms/target_setting_algorithms/wmt_post_ln/tuning_search_space.json --data_dir=/data/wmt --num_tuning_trials=1 --experiment_dir=/experiment_runs --experiment_name=variants_target_setting/study_0 --overwrite=true --save_checkpoints=false --num_tuning_trials=1 --rng_seed=1884662704 --max_global_steps=133333 

Source or Possible Fix

Looks like an issue with the layer definition.

@runame runame self-assigned this Feb 26, 2024
@runame runame added the 🐛 Bug Something isn't working label Feb 28, 2024
@runame runame linked a pull request Feb 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants