-
Notifications
You must be signed in to change notification settings - Fork 2
Reproduce Exp1~Exp4
GanghyunKim edited this page May 31, 2023
·
1 revision
Before reproducing, Please check Document for Arguments at Wiki.
- --dataset
- --topks
- --simple_model="exp1"
- --expdevice
- --svdtype
- --svdvalue
- --alpha_start
- --alpha_end
- --alpha_step
- --testbatch
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
- --dataset
- --topks
- --simple_model="exp2"
- --expdevice
- --svdtype
- --svdvalue
- --filter
- --testbatch
python main.py --dataset="amazon-book" --simple_model="exp2" --expdevice="cuda:0" --svdtype="torch_cuda" \
--svdvalue=256 --filter="['ideal-low-pass']"
- --dataset
- --topks
- --simple_model="exp3"
- --expdevice
- --svdtype
- --svdvalue
- --alpha_start
- --alpha_end
- --alpha_step
- --filter
- --testbatch
python main.py --dataset="amazon-book" --simple_model="exp2" --expdevice="cuda:0" --svdtype="torch_cuda" \
--svdvalue=256 --filter="['ideal-low-pass']"
- --dataset
- --topks
- --simple_model="exp4"
- --expdevice
- --svdtype
- --svdvalue
- --alpha_start
- --alpha_end
- --alpha_step
- --testbatch
python main.py --dataset="amazon-book" --simple_model="exp4" --expdevice="cuda:0" --alpha_start=0.0 --alpha_end=1.0 --alpha_step=0.05