Ecosyste.ms: Issues

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

GitHub / google/objax issues and pull requests

#269 - Update .readthedocs.yml

Pull Request - State: closed - Opened by aterzis-google 5 months ago

#268 - Update .readthedocs.yml

Pull Request - State: closed - Opened by aterzis-google 5 months ago

#267 - Version 1.8

Pull Request - State: closed - Opened by aterzis-google 8 months ago

#266 - Fix tests following jax update

Pull Request - State: closed - Opened by GaetanLepage 8 months ago - 3 comments

#265 - Fix test errors.

Pull Request - State: closed - Opened by aterzis-google 8 months ago

#263 - Missing release 1.7.0 on GitHub

Issue - State: closed - Opened by GaetanLepage 10 months ago - 2 comments

#261 - Fix jax index update in the tutorial

Pull Request - State: closed - Opened by cyugao about 1 year ago - 2 comments

#259 - Release version 1.7.0

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

#258 - Update jax version in requirements.txt.

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

#257 - Sync with internal changes

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

#255 - Added LayerNorm and respective tests

Pull Request - State: open - Opened by FeliMe over 1 year ago

#252 - Update nn.rst

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

#250 - Update nn.rst

Pull Request - State: open - Opened by divyas248 over 1 year ago - 1 comment

#249 - Avoid using deprecated jax.numpy.ndarray.tile() method

Pull Request - State: closed - Opened by aterzis-google almost 2 years ago

#248 - Update setup documentation to match latest version from github.

Pull Request - State: closed - Opened by aterzis-google almost 2 years ago

#247 - Fix test errors and some warnings

Pull Request - State: closed - Opened by aterzis-google almost 2 years ago

#246 - README: fix jaxlib GPU installation instructions

Pull Request - State: closed - Opened by jakevdp almost 2 years ago

#245 - pmean inside objax.parallel causes multithreading deadlock for more than 2 gpus

Issue - State: open - Opened by a1302z almost 2 years ago - 3 comments

#244 - add training accuracy

Pull Request - State: closed - Opened by yechengxi almost 2 years ago

#243 - Update imagenet_resnet50_data.py

Pull Request - State: open - Opened by yechengxi almost 2 years ago

#242 - Update default values for batchnorm

Pull Request - State: open - Opened by yechengxi almost 2 years ago - 1 comment

#241 - Update imagenet_resnet50_data.py

Pull Request - State: closed - Opened by yechengxi almost 2 years ago

#240 - ResNetV2 from model.zoo does not specify train arg for ResNetV2Block

Issue - State: closed - Opened by a1302z about 2 years ago - 2 comments

#238 - Implementation of Jacobian and Hessian

Pull Request - State: closed - Opened by AlexeyKurakin over 2 years ago

#237 - Closure scoping for nested objax.Functions

Issue - State: closed - Opened by mathDR over 2 years ago - 2 comments

#236 - Make image util_image test more robust to PNG library updates.

Pull Request - State: closed - Opened by AlexeyKurakin over 2 years ago

#235 - replacing jax.vmap with objax.Vectorize

Issue - State: closed - Opened by mathDR over 2 years ago - 3 comments

#234 - objax.Jacobian and objax.Hessian similar to objax.Grad

Issue - State: open - Opened by gkaissis over 2 years ago - 4 comments

#233 - Release 1.6

Pull Request - State: closed - Opened by AlexeyKurakin over 2 years ago

#232 - Sync privacy computation to TF Privacy.

Pull Request - State: closed - Opened by shs037 over 2 years ago

#231 - Release of version 1.5.0

Pull Request - State: closed - Opened by AlexeyKurakin over 2 years ago

#230 - Add group normalization.

Pull Request - State: closed - Opened by AlexeyKurakin over 2 years ago

#229 - Fix various test failures in Objax

Pull Request - State: closed - Opened by AlexeyKurakin over 2 years ago

#228 - Error due to the deprecation of jax.api

Issue - State: closed - Opened by Min-Li over 2 years ago

#227 - Update setup.py

Pull Request - State: closed - Opened by anukaal almost 3 years ago

#226 - I have added the swish function. Issue #225

Pull Request - State: closed - Opened by iamharsha1999 almost 3 years ago

#225 - Activation functions like Swish and Mish are absent.

Issue - State: closed - Opened by iamharsha1999 almost 3 years ago - 1 comment

#224 - How to compute Jacobian of outputs w.r.t. inputs

Issue - State: closed - Opened by smao-astro about 3 years ago - 3 comments

#223 - Raised WARNINGS if input arguments dont have same shape

Pull Request - State: closed - Opened by iamharsha1999 about 3 years ago - 5 comments

#222 - Avoid infinite recursion in BaseVar when unpickling. (#221)

Pull Request - State: open - Opened by bytbox about 3 years ago - 1 comment

#221 - RecursionError when attempting to unpickle objax objects

Issue - State: open - Opened by bytbox about 3 years ago - 2 comments

#220 - Regression of JAX duck typing.

Issue - State: open - Opened by AlexeyKurakin about 3 years ago - 2 comments
Labels: bug

#219 - objax.Jit reports error when StateVar is added to the vc argument

Issue - State: open - Opened by shenzebang about 3 years ago - 3 comments

#218 - Update documentation to reflect that we don't need to use .value

Pull Request - State: closed - Opened by aterzis-google about 3 years ago - 1 comment

#217 - Accessing variable of a vectorized module

Issue - State: closed - Opened by noashin about 3 years ago - 2 comments
Labels: question

#216 - Update Objax Basics tutorial to reflect .value change

Issue - State: closed - Opened by AlexeyKurakin about 3 years ago

#215 - Remove requirement for file if pretrained is set to false for VGG19.

Pull Request - State: closed - Opened by shs037 about 3 years ago - 1 comment

#214 - Release 1.4.0

Pull Request - State: closed - Opened by AlexeyKurakin about 3 years ago

#213 - Imporve memory efficiency of VarCollection.replicate

Pull Request - State: closed - Opened by AlexeyKurakin about 3 years ago

#212 - Model compiling twice when using jax==0.2.10 or later

Issue - State: open - Opened by wil-j-wil about 3 years ago - 6 comments

#211 - RNN redesign

Pull Request - State: open - Opened by aterzis-google over 3 years ago - 1 comment

#210 - Describe how do pass random state variables to jitted functions.

Pull Request - State: closed - Opened by aterzis-google over 3 years ago

#209 - Added description of how to to access RandomState in JIT-ted functions.

Pull Request - State: closed - Opened by aterzis-google over 3 years ago - 1 comment

#207 - Objax variables could be used in place of native JAX arrays

Pull Request - State: closed - Opened by AlexeyKurakin over 3 years ago - 1 comment

#206 - Improve automatic variable tracing

Issue - State: open - Opened by AlexeyKurakin over 3 years ago

#205 - Initial implementation of automatic variable tracing.

Pull Request - State: closed - Opened by AlexeyKurakin over 3 years ago

#204 - Jit error for static_argument in a custom jax function

Issue - State: open - Opened by srxzr over 3 years ago - 1 comment

#202 - Learning rate scheduler

Pull Request - State: closed - Opened by kihyuks over 3 years ago - 2 comments

#201 - Release 1.3.1

Pull Request - State: closed - Opened by david-berthelot over 3 years ago

#200 - Remove tensorflow implicit dependency in jax2tf.

Pull Request - State: closed - Opened by david-berthelot over 3 years ago

#199 - Request: remove strict dependence on tensorflow

Issue - State: closed - Opened by bytbox over 3 years ago - 4 comments

#198 - Initial implementation of variable tracer wit AST tree

Pull Request - State: closed - Opened by AlexeyKurakin over 3 years ago - 2 comments

#196 - Objax release 1.3.0

Pull Request - State: closed - Opened by david-berthelot over 3 years ago

#195 - Change the way to access tf.keras.applications

Pull Request - State: closed - Opened by AlexeyKurakin over 3 years ago

#194 - Add/fix links in examples.rst.

Pull Request - State: closed - Opened by schien1729 over 3 years ago

#192 - objax.Sequential stopped working with jax.numpy.pad in latest jax update

Issue - State: closed - Opened by david-berthelot over 3 years ago
Labels: bug, urgent

#189 - Grad bug

Pull Request - State: closed - Opened by AlexeyKurakin over 3 years ago

#188 - Add lstm cell

Pull Request - State: closed - Opened by mariosasko over 3 years ago

#187 - Create learning rate schedulers

Issue - State: open - Opened by david-berthelot over 3 years ago - 1 comment
Labels: feature request, question

#186 - Objax to TF tutorial

Pull Request - State: closed - Opened by AlexeyKurakin over 3 years ago - 1 comment

#185 - Possible RNN design for comment.

Pull Request - State: closed - Opened by aterzis-google over 3 years ago - 4 comments

#184 - Misc fixes batched together.

Pull Request - State: closed - Opened by david-berthelot over 3 years ago

#183 - More numerically stable batch norm. Fixes #182

Pull Request - State: closed - Opened by david-berthelot over 3 years ago

#182 - Improve BatchNorm numerical stability

Issue - State: closed - Opened by david-berthelot over 3 years ago

#181 - Added citation for Objax repository.

Pull Request - State: closed - Opened by aterzis-google over 3 years ago

#180 - Objax2Tf in-depth guide or tutorial

Issue - State: closed - Opened by AlexeyKurakin over 3 years ago

#179 - Objax2Tf enhancements

Issue - State: open - Opened by AlexeyKurakin over 3 years ago

#178 - Implementing 2 phases DP-SGD

Pull Request - State: closed - Opened by lberrada over 3 years ago - 7 comments

#177 - Update the MNIST tutorial to remove unnecessary code

Pull Request - State: closed - Opened by aterzis-google over 3 years ago - 1 comment

#176 - Adding Objax2Tf converter

Pull Request - State: closed - Opened by AlexeyKurakin over 3 years ago - 2 comments

#175 - Favoring @objax.Function, added ExponentialMovingAverageModule

Pull Request - State: closed - Opened by david-berthelot over 3 years ago - 1 comment

#173 - MNIST tutorial bigger model does not converge

Issue - State: closed - Opened by david-berthelot over 3 years ago - 2 comments

#171 - Adding support for __repr__, fixes #142

Pull Request - State: closed - Opened by david-berthelot over 3 years ago - 1 comment

#165 - Enforcing positivity (or other transformations) of TrainVars

Issue - State: closed - Opened by wil-j-wil over 3 years ago - 10 comments

#164 - TrainVar with single scalar causing error

Issue - State: closed - Opened by matpalm over 3 years ago - 6 comments

#158 - Calling objax.Grad twice on a model with BatchNorm with respect to input params crashes

Issue - State: open - Opened by carlini over 3 years ago - 2 comments
Labels: bug, urgent

#134 - Add interpolate API

Issue - State: closed - Opened by david-berthelot over 3 years ago