DeepCore icon indicating copy to clipboard operation
DeepCore copied to clipboard

Some issues about Glister

Open SII-Ferenas opened this issue 2 years ago • 0 comments

Hi, thanks for sharing this codebase! I notice that there might be a small mistake in the implementation of Glister, in line 131 of the file deepcore/methods/glister.py,

flatten(), upadate_state=self.update_val_gradients

I believe this updadate_state is not right, which should be update_state, and I would like to ask what such self.update_val_gradients function works for? I am confused about the usage and effect of such function

SII-Ferenas avatar Jul 25 '23 13:07 SII-Ferenas