-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fpvtien96%2FSNRPruning&countColor=%23263759) | ||
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | ||
|
||
# :ring: Efficient tensor-based filter pruning | ||
# :ring: Efficient tensor decomposition-based filter pruning | ||
<div> | ||
<div align="center"> | ||
<a href='https://github.com/pvtien96' target='_blank'>Van Tien PHAM<sup>1,✉</sup></a>  | ||
|
@@ -426,11 +426,11 @@ To contact us, never hesitate to contact [[email protected]](mailto:pvtien96@gm | |
# :bookmark: Citation | ||
If the code and paper help your research, please kindly cite: | ||
``` | ||
@misc{pham2023coring, | ||
title={Efficient tensor decomposition-based filter pruning}, | ||
@article{pham2024efficient, | ||
title={Efficient tensor decomposition-based filter pruning}, | ||
journal={Neural Networks}, | ||
author={Pham, Van Tien and Zniyed, Yassine and Nguyen, Thanh Phuong}, | ||
year={2023}, | ||
howpublished={\url{https://github.com/pvtien96/CORING}}, | ||
year={2024}, | ||
} | ||
``` | ||
|