Anjiang Wei

Results 3 issues of Anjiang Wei

This PR remove one redundant parameter in `BatchNorm2d`. According to https://pytorch.org/docs/stable/generated/torch.nn.BatchNorm2d.html#torch.nn.BatchNorm2d, the second parameter of `torch.nn.BatchNorm2d` corresponds to `eps=1e-05`, where the default value is preferred.

In the paper, there is a comparison between SeeDot-generated c code and Vivado HLS c code. SeeDot can automatically generate hints(e.g. pragma HLS unroll, pipeline...) for HLS tools. How to...

I find the plugin pytest-flakefinder (https://github.com/dropbox/pytest-flakefinder), which seems to support UnitTest Style Tests already. You may want to refer to this file: https://github.com/dropbox/pytest-flakefinder/blob/master/tests/test_flakefinder.py Do you think it helpful for pytest-repeat?

documentation