Ecosyste.ms: Issues

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

GitHub / andreped/GradientAccumulator issues and pull requests

#134 - model saving issue at modelcheckpoint

Issue - State: closed - Opened by karim1871 3 months ago - 3 comments
Labels: documentation, good first issue

#133 - raise ValueError('Optimizer must have a "lr" attribute.')

Issue - State: closed - Opened by 21-10-4 7 months ago - 5 comments
Labels: bug

#132 - Review and potentially simplify the implementation

Issue - State: open - Opened by IvanUkhov 8 months ago - 25 comments
Labels: enhancement

#131 - feat: add mixed-precision and agc to gradaccum optimizer

Pull Request - State: open - Opened by dPys 9 months ago - 19 comments

#130 - One new applications paper to README + paper update

Pull Request - State: closed - Opened by andreped 9 months ago

#129 - Official tf 2.2-2.15 support update

Pull Request - State: closed - Opened by andreped 9 months ago - 1 comment

#128 - Started making draft for JOSS submission

Pull Request - State: closed - Opened by andreped 9 months ago - 1 comment

#127 - Use actions/upload-artifact@v3 for all CI workflows

Pull Request - State: closed - Opened by andreped 9 months ago - 1 comment

#126 - Test

Issue - State: closed - Opened by andreped 10 months ago - 1 comment
Labels: bug

#125 - Auto-assign bug label to template

Pull Request - State: closed - Opened by andreped 10 months ago

#124 - Dummy issue to test auto-assign

Issue - State: closed - Opened by andreped 10 months ago

#123 - Move scripts inside workflows dir for auto-assign CI

Pull Request - State: closed - Opened by andreped 10 months ago

#122 - Dummy issue to test auto-assign

Issue - State: closed - Opened by andreped 10 months ago

#121 - Auto-assign issues and PRs to repo maintainer(s)

Pull Request - State: closed - Opened by andreped 10 months ago

#120 - DOCS: Fixed GA model compilation order in example

Pull Request - State: closed - Opened by andreped 10 months ago

#119 - confusion over how to use this module

Issue - State: closed - Opened by Laubeee 10 months ago - 2 comments
Labels: bug, documentation

#118 - Docs: Applications updated in README

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

#117 - Added more apps [no ci]

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

#116 - Replacing BN layer with AccumBN layer results in poorer convergence

Issue - State: open - Opened by andreped about 1 year ago
Labels: bug

#115 - Renamed 'Hugging Face'

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

#114 - Changed docs theme

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

#113 - No mixed precision support with GradientAccumulateOptimizer?

Issue - State: open - Opened by dPys about 1 year ago - 7 comments
Labels: bug, enhancement

#112 - Added method to replace BN layers

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

#111 - ConvNeXt not compatible with Model wrapper

Issue - State: closed - Opened by andreped about 1 year ago - 1 comment
Labels: bug

#110 - Fixed whl installation in test CI

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

#109 - Added Applications to README

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

#108 - Replacing AccumBatchNormalization not working as intended

Issue - State: closed - Opened by andreped about 1 year ago - 2 comments
Labels: bug

#107 - Delete redundant .pyc file [no ci]

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

#106 - Ignore .pyc [no ci]

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

#105 - 0.5.1, tf 2.11 error for accuoptimizer

Issue - State: closed - Opened by AlexanderYaroshevichIAC over 1 year ago - 8 comments
Labels: bug

#104 - Fixed typo in setup.cfg

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

#103 - added nlp test

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

#102 - Use tf.function on train_step

Issue - State: closed - Opened by axeldavy over 1 year ago - 11 comments
Labels: enhancement

#101 - Allow poorer approximation for older tf versions in model test

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

#100 - Docs: Support tf 2.2-2.12

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

#99 - Added model wrapper test for tf<2.8 + refactored tests

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

#98 - Fixed tensorflow-datasets protobuf issue

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

#97 - Further refined the bug report template

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

#96 - Optimizer wrapper performance is dependent on tensorflow version

Issue - State: closed - Opened by andreped over 1 year ago - 3 comments
Labels: bug

#95 - Fixed dynamic optimizer wrapper inheritance + support tf >= 2.8

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

#94 - AttributeError using Optimizer wrapper with tf==2.4

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: bug

#93 - Optimizer wrapper not compatible with tf==2.6

Issue - State: closed - Opened by andreped over 1 year ago - 2 comments
Labels: bug

#92 - Optimizer wrapper not working as intended

Issue - State: closed - Opened by andreped over 1 year ago - 2 comments
Labels: bug

#91 - Added opt distribute unit test + added model distribute test to CI

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

#90 - Unit test for optimizer invariance in distributed trainings

Issue - State: closed - Opened by andreped over 1 year ago - 2 comments
Labels: enhancement

#89 - v0.5.0 zenodo + cite

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

#88 - Docs: added urllib3==1.26.15 to docs req

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

#87 - Reduced sphinx version + fixed import

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

#86 - Added linting + author update + v0.5.0

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

#85 - Add linting to improve code style

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: enhancement

#84 - added parameter count test

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

#83 - Multi-GPU works + macOS-11 CI + Docs update

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

#82 - Added multi-gpu support (model wrapper)

Pull Request - State: closed - Opened by tno123 over 1 year ago - 2 comments

#80 - Docs: README + redirect + tf <=2.10 + python <= 3.11

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

#79 - batch size vs mini-batch size

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

#78 - Fixed DOI in README

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

#77 - DOI badge + bibtex update in README

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

#76 - README technique order update

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

#75 - Fixed AccumBN to work ND

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

#74 - Added mixed precision AccumBN CI test

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

#73 - Mixed precision not working as intended with AccumBatchNormalization

Issue - State: closed - Opened by mhoibo over 1 year ago - 8 comments
Labels: bug

#72 - Minor fix for Accum BN in 3D [skip ci]

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

#71 - AccumBN is not compatible with 3D ops e.g. Conv3D

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: bug

#70 - Minor fix for Accum BN in 3D [skip ci]

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

#69 - CI test dispatch + README improvements

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

#68 - Unit tests fail on tf >= 2.10

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: bug

#67 - Cleanup and refactored unit tests

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

#66 - Add seemless support for mixed precision in AccumBatchNormalization

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

#65 - Reduce number of unit tests

Issue - State: closed - Opened by andreped over 1 year ago - 2 comments
Labels: enhancement

#64 - Is mixed precision properly handled for all use cases?

Issue - State: closed - Opened by andreped over 1 year ago - 2 comments
Labels: bug

#63 - bump v0.4.1

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

#62 - Docs: Added AccumBN example + docs README + minor fixes

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

#61 - Fixed bug in AccumBatchNormalizer - identical results to Keras BN

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

#60 - `gamma` and `beta` in AccumBatchNormalization never updated

Issue - State: closed - Opened by andreped over 1 year ago - 2 comments
Labels: bug

#59 - Added issue templates

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

#58 - Add documentations on accumulated batch normalization

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: documentation

#57 - pytest-cov with multiprocessing results in occational deadlock

Issue - State: closed - Opened by andreped over 1 year ago - 2 comments
Labels: bug

#56 - Optimizer unit tests fails for tf 2.11 in codecov CI

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: bug

#55 - Add mixed precision unit tests

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: enhancement

#54 - Codecov fail to capture overrided Optimizer methods running in background

Issue - State: closed - Opened by andreped over 1 year ago - 2 comments
Labels: bug

#53 - resource_apply_sparse method in Optimizer wrapper is broken

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: bug

#52 - Protobuf issues in TensorFlow 2.12

Issue - State: closed - Opened by andreped over 1 year ago - 3 comments
Labels: bug

#51 - Header image

Pull Request - State: closed - Opened by jpdefrutos over 1 year ago - 11 comments

#50 - TensorFlow-datasets in CIs fails

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: bug

#49 - Add neat looking repo header figure

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: documentation

#48 - TensorFlow import issues in CI

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: bug

#47 - Better compatibility with batch normalization

Issue - State: closed - Opened by andreped over 1 year ago - 8 comments
Labels: enhancement

#46 - Add documentations

Issue - State: closed - Opened by andreped over 1 year ago - 2 comments
Labels: documentation

#45 - Benchmark unit test comparing custom and original BN layers not working

Issue - State: closed - Opened by andreped over 1 year ago - 4 comments
Labels: bug

#44 - TensorFlow 2.2 support?

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: enhancement

#43 - Python support 3.11-12?

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: enhancement

#42 - Unable to compile model after loading model with GradientAccumulateOptimizer wrapper

Issue - State: closed - Opened by andreped over 1 year ago - 2 comments
Labels: bug

#41 - TF-datasets deprecates Python 3.7-3.8

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: bug

#40 - TF-addons deprecated

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: bug

#39 - macOS tests fail

Issue - State: closed - Opened by andreped over 1 year ago - 2 comments
Labels: bug

#38 - Swap setup.py with TOML format for installation

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: bug, wontfix

#37 - GradientAccumulateOptimizer breaks with TensorFlow 2.11

Issue - State: closed - Opened by Lunariz over 1 year ago - 6 comments
Labels: bug

#36 - Model conversion from mixed precision to full precision fails

Issue - State: closed - Opened by dbouget over 1 year ago - 2 comments
Labels: bug

#35 - Overflow/underflow issues

Issue - State: closed - Opened by andreped over 1 year ago - 1 comment
Labels: bug

#34 - Adding notebook for HuggingFaceTF models

Pull Request - State: closed - Opened by 0syrys over 1 year ago - 4 comments