Closed hage1005 closed 11 months ago
Implement Conv2d Lora and cifar example
Note: I added src_log.view and tgt_log.view (shape[0], shape[1], -1) because conv2d weight layer shape has more than 2 dimensions.
LGTM!
Implement Conv2d Lora and cifar example
Note: I added src_log.view and tgt_log.view (shape[0], shape[1], -1) because conv2d weight layer shape has more than 2 dimensions.