Skip to content

Reproduce Exp1~Exp4

GanghyunKim edited this page May 31, 2023 · 1 revision

Before reproducing, Please check Document for Arguments at Wiki.

Exp1

Using Arguments

  • --dataset
  • --topks
  • --simple_model="exp1"
  • --expdevice
  • --svdtype
  • --svdvalue
  • --alpha_start
  • --alpha_end
  • --alpha_step
  • --testbatch

Sample Reproduce Codes

python main.py  --dataset="amazon-book" --simple_model="exp1" --expdevice="cuda:0" --svdtype="torch_cuda" \
                --svdvalue=256 --alpha_start=0.0 --alpha_end=1.0 --alpha_step=0.05

Exp2

Using Arguments

  • --dataset
  • --topks
  • --simple_model="exp2"
  • --expdevice
  • --svdtype
  • --svdvalue
  • --filter
  • --testbatch

Sample Reproduce Codes

python main.py  --dataset="amazon-book" --simple_model="exp2" --expdevice="cuda:0" --svdtype="torch_cuda" \
                --svdvalue=256 --filter="['ideal-low-pass']"

Exp3

Using Arguments

  • --dataset
  • --topks
  • --simple_model="exp3"
  • --expdevice
  • --svdtype
  • --svdvalue
  • --alpha_start
  • --alpha_end
  • --alpha_step
  • --filter
  • --testbatch

Sample Reproduce Codes

python main.py  --dataset="amazon-book" --simple_model="exp2" --expdevice="cuda:0" --svdtype="torch_cuda" \
                --svdvalue=256 --filter="['ideal-low-pass']"

Exp4

Using Arguments

  • --dataset
  • --topks
  • --simple_model="exp4"
  • --expdevice
  • --svdtype
  • --svdvalue
  • --alpha_start
  • --alpha_end
  • --alpha_step
  • --testbatch

Sample Reproduce Codes

python main.py  --dataset="amazon-book" --simple_model="exp4" --expdevice="cuda:0" --alpha_start=0.0 --alpha_end=1.0 --alpha_step=0.05