Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / deepmind/kfac-jax issues and pull requests

#165 - Bump numpy from 1.21 to 1.22.0

Pull Request - State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#164 - Bump ipython from 7.16.1 to 8.10.0

Pull Request - State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#160 - KFAC Norm Constraint

Issue - State: open - Opened by Baiyu-Su about 1 year ago

#159 - Updated kfac

Pull Request - State: closed - Opened by LeonGerBerlin about 1 year ago - 1 comment

#156 - Fix JAX version check

Pull Request - State: closed - Opened by copybara-service[bot] about 1 year ago

#152 - Remove chex as a dependency for tests.

Pull Request - State: closed - Opened by copybara-service[bot] about 1 year ago

#150 - Add "weighted_norm"-based clipping for arbitrary vectors.

Pull Request - State: open - Opened by copybara-service[bot] about 1 year ago - 1 comment

#148 - Add the `multiply_curvature` method in `Preconditioner`.

Pull Request - State: closed - Opened by copybara-service[bot] about 1 year ago - 1 comment

#147 - Add `rel_grad_norm` and `rel_update_norm` stats logging

Pull Request - State: closed - Opened by copybara-service[bot] about 1 year ago - 1 comment

#145 - Update RTD setup to python 3.11.

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago

#143 - * Adding more extensive exponential decay schedule.

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago

#142 - division by zero error for scalar params

Issue - State: open - Opened by szbernat over 1 year ago

#140 - Add options to include grad_, update_, and param_norm to stats.

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago - 1 comment

#136 - Add Optax-compatible K-FAC `Preconditioner` class

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago - 1 comment

#131 - Value functions returning state objects not supported

Issue - State: open - Opened by rmclarke over 1 year ago - 2 comments

#130 - *Minor fixes in printing.

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago

#127 - Changing the cosine schedule to be a bit more flexible.

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago

#126 - Fix `split` that will be passed to `_build_eval_input()`

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago - 1 comment

#121 - Making KFAC use `pjit` instead of `pmap`

Pull Request - State: open - Opened by copybara-service[bot] over 1 year ago

#117 - Changing deprecated usages from Jax.

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago

#115 - Reenable some types that were previously disabled due to pytype crashes.

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago - 1 comment

#114 - Quickstart example with different NN libraries does not tag correctly

Issue - State: open - Opened by Binbose over 1 year ago - 6 comments

#112 - Suppress pytype errors.

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago

#109 - Silence some pytype errors.

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago

#108 - - Minor fixes/improvements to optimizer docstrings

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago

#107 - * Minor fix when debug is enabled.

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago

#103 - Using kfac inside jitted function

Issue - State: open - Opened by Honza9723 over 1 year ago - 1 comment

#97 - Add logging of scaled_grad_norm_sq to track effect of norm constraint

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago - 1 comment

#96 - fix error when not using multiple devices

Pull Request - State: closed - Opened by y1xiaoc over 1 year ago - 1 comment

#95 - Quick question on "layer_tag_vjp"

Issue - State: closed - Opened by connection-on-fiber-bundles over 1 year ago - 2 comments

#94 - feat(ci): enable `pip` caching in CI

Pull Request - State: closed - Opened by SauravMaheshkar over 1 year ago - 1 comment

#93 - Use jax.device_put_sharded to shard arrays across local devices.

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago - 1 comment

#91 - OptimizerState is now a type alias for Optimizer.State

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago

#89 - Use jax.device_put_replicated to broadcast to local devices

Pull Request - State: closed - Opened by copybara-service[bot] over 1 year ago - 1 comment

#88 - Adding whitespace to tracer.py to improve readability.

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#87 - * Modularizing the utilities file into a separate sub-package.

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#85 - Adding inputs_tangent computation to tracer.

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#83 - Silence some pytype errors.

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#81 - - Adding normalization modes feature to classifier loss.

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#80 - * Minor fix of how jax scopes are named (':' is not valid).

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#79 - Minor tweaks to training.py (mostly whitespace).

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#77 - Minor cleanup of optimizer code and its docstring.

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#76 - Fixing minor type error.

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#73 - * Minor fixing in handling manual graph registrations.

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#72 - Adding white space to some files to improve readability.

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#71 - * Minor fix of pi-adjusted-inverse

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#70 - * Fix a bug in the pi-adjusted-inverse.

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#68 - * Making the estimator finalize itself automatically.

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago

#66 - Better PSM tests.

Pull Request - State: closed - Opened by copybara-service[bot] almost 2 years ago