We lifted 2 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| johnrachwan123/Early-Cropression-via-Gradient-Flow-Preservation | canonical | 2 of 2 |
| Function | Status | Where it lives |
|---|---|---|
| fin_diff | Ran | johnrachwan123/Early-Cropression-via-Gradient-Flow-Preservation/NLP/src/data_utils.py code served (permissive licence) · get_code("52fad44cab46c6c2") |
| smooth | Ran | johnrachwan123/Early-Cropression-via-Gradient-Flow-Preservation/NLP/src/data_utils.py code served (permissive licence) · get_code("4a1d29b7aefa8023") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Pruning, the task of sparsifying deep neural networks, received increasing attention recently. Although state-of-the-art pruning methods extract highly sparse models, they neglect two main challenges: (1) the process of finding these sparse models is often very expensive; (2) unstructured pruning does not provide benefits in terms of GPU memory, training time, or carbon emissions. We propose Early Compression via Gradient Flow Preservation (EarlyCroP), which efficiently extracts state-of-the-art sparse models before or early in training addressing challenge (1), and can be applied in a structured manner addressing challenge (2). This enables us to train sparse networks on commodity GPUs whose dense versions would be too large, thereby saving costs and reducing hardware requirements. We empirically show that EarlyCroP outperforms a rich set of baselines for many tasks (incl. classification, regression) and domains (incl. computer vision, natural language processing, and reinforcment learning). EarlyCroP leads to accuracy comparable to dense training while outperforming pruning baselines.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2206.10451")
get_code_for_paper("2206.10451")
have("2206.10451")
Connect an agent — have() is free.