Adam Yang

Results 3 comments of Adam Yang

Thanks for the update! Is that possible to push the change to the public package? I used pip install for the package, it would be great if I can upgrade...

Hi, I'm also interested in the integration with the new ASDL. Does the current branch with the new ASDL work with classification tasks?

Looks like changing `fisher_maker = get_fisher_maker(self.model, cfg, self.kfac_conv)` to `fisher_maker = get_fisher_maker(self.model, cfg)` in `asdl.py` line 160 makes things work with the classification example.