Skip to content

Commit

Permalink
After reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
zqiao11 committed Dec 24, 2024
1 parent 6ba5809 commit b7ef77a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion project/lsf/multi_scale/finetune/base/electricity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export HYDRA_FULL_ERROR=1; export CUDA_VISIBLE_DEVICES=0;

model=moirai_1.0_R_base
cp=conf/lsf/multi_scale/finetune
exp_name=default
exp_name=lr5e-6
data=electricity
cl=5000
ps=32
Expand Down
2 changes: 1 addition & 1 deletion project/lsf/multi_scale/finetune/small/electricity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export HYDRA_FULL_ERROR=1; export CUDA_VISIBLE_DEVICES=0;

model=moirai_1.0_R_small
cp=conf/lsf/multi_scale/finetune
exp_name=default
exp_name=lr5e-6
data=electricity
cl=5000
ps=64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export HYDRA_FULL_ERROR=1; export CUDA_VISIBLE_DEVICES=0;

model=moirai_1.0_R_base
cp=conf/lsf/multi_scale/finetune_two_stage
exp_name=default
exp_name=lr5e-6
data=electricity
cl=5000
ps=32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export HYDRA_FULL_ERROR=1; export CUDA_VISIBLE_DEVICES=0;

model=moirai_1.0_R_small
cp=conf/lsf/multi_scale/finetune_two_stage
exp_name=default
exp_name=lr5e-6
data=electricity
cl=5000
ps=64
Expand Down
2 changes: 1 addition & 1 deletion project/lsf/single_scale/finetune/small/electricity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mode=S
ft_pattern=full


for pl in 192 336 720; do # 96
for pl in 96 192 336 720; do
python -m cli.train \
-cp $cp \
exp_name=$exp_name \
Expand Down
2 changes: 1 addition & 1 deletion project/lsf/single_scale/finetune/small/etth1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exp_name=default
data=etth1
cl=5000
ps=64
mode=M
mode=S
ft_pattern=full


Expand Down
2 changes: 1 addition & 1 deletion project/lsf/single_scale/finetune/small/etth2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exp_name=default
data=etth2
cl=3000
ps=64
mode=M
mode=S
ft_pattern=full


Expand Down
4 changes: 2 additions & 2 deletions project/lsf/single_scale/finetune/small/ettm1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ export HYDRA_FULL_ERROR=1; export CUDA_VISIBLE_DEVICES=2;

model=moirai_1.0_R_small
cp=conf/lsf/single_scale/finetune
exp_name=direct_ft
exp_name=default
data=ettm1
cl=4000
ps=128
mode=S
ft_pattern=freeze_ffn
ft_pattern=full


for pl in 96 192 336 720; do
Expand Down
4 changes: 2 additions & 2 deletions project/lsf/single_scale/finetune/small/ettm2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ export HYDRA_FULL_ERROR=1; export CUDA_VISIBLE_DEVICES=2;

model=moirai_1.0_R_small
cp=conf/lsf/single_scale/finetune
exp_name=direct_ft
exp_name=default
data=ettm2
cl=3000
ps=64
mode=S
ft_pattern=freeze_ffn
ft_pattern=full


for pl in 96 192 336 720; do
Expand Down

0 comments on commit b7ef77a

Please sign in to comment.