Skip to content

CZY-Code/ScoreTR

Repository files navigation

Score-Based Model for Low-Rank Tensor Recovery

arXiv 

Overview

Installation

  1. Download source code and dataset:

  2. Pip install dependencies:

    • OS: Ubuntu 20.04.6
    • nvidia :
      • cuda: 12.1
      • cudnn: 8.5.0
    • python == 3.9.18
    • pytorch >= 2.1.0
    • Python packages: pip install -r requirements.txt

Dataset Preparation

Unzip and move dataset into ROOT/data

Directory structure of dataset

    |- data      
    |   |- beijing.npy
    |   |- ctr_50k.npy
    |   |- acc
    |   |- alog       
    │   |- misc              
    │   |- MSIs
    |   |- Videos

Train and Test

  • run ./run_scoreTR.sh

Acknowledgement

This implementation is based on / inspired by:

About

Score-Based Model for Low-Rank Tensor Recovery. (AAAI 2026)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published