Jinyi

Results 1 comments of Jinyi

I did the same steps as him and still encountered the same problem after adding the following code. ``` @register_parser(BACKWARD_PARSER_DICT, 'ConvolutionBackward') @register_parser(BACKWARD_PARSER_DICT, 'SlowConv2DBackward') ``` Here is my environment ``` mccabe...