Ido Kessler
Results
2
issues of
Ido Kessler
Scenario: You have function a, e.g: `def cnn(c_in, c_mid, c_out, act, bn=.., ..., blocks=CNNBlock): ...` and you want to add a specification for it: `def resnet(c_in, c_mid, c_out, act=relu, bn=...,...
waiting for response
I wanted to let you know that @memoize for function that recive bigint does not act as expected. 