zoo icon indicating copy to clipboard operation
zoo copied to clipboard

Reference implementations of popular Binarized Neural Networks

Results 38 zoo issues
Sort by recently updated
recently updated
newest added

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.3. Release notes Sourced from pytest's releases. 7.1.3 pytest 7.1.3 (2022-08-31) Bug Fixes #10060: When running with --pdb, TestCase.tearDown is no longer called for tests...

dependencies
python

Hi guys, when I run the command `lqz TrainR2BStrongBaseline`, I found the memory had been ran out of. My server has 64GB memories. I check the code and find it...

Hi, I tried to reproduce the r2b model results, but I couldn't reach 65.04% top-1 accuracy. In fact, I couldn't even reproduce the first stage which is training original ResNet18...

Hi, if I want to train the model from scratch with my own dataset, how/where do I modify the code to set the directory?

Hi, It is so nice that you almost reproduced the r2b model (65.04% top-1 accuracy). Can you also provide the intermediate results of training process of r2b model? For instance,...

I read from https://docs.larq.dev/zoo/ that the RealToBinaryNet reach 65% accuracy and reach the SOTA. I really appreciate this and want to train the model to learn about it. I also...

### Feature motivation When using the ready made models as parts of bigger networks it can be necessary to get the outputs of specific layers. One example are encoder-decoder style...

See larq/docs#71; got updated for the docs in larq/docs#85 and need to be updated in the docstrings here too.

good first issue
documentation