Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to improve the performance #143

Open
Crestina2001 opened this issue Jun 18, 2024 · 2 comments
Open

How to improve the performance #143

Crestina2001 opened this issue Jun 18, 2024 · 2 comments

Comments

@Crestina2001
Copy link

image
I tested TAU on MMNist with the following config(the model part is copied from this repo):
hid_S:16
hid_T:256
N_S:4
N_T:4
mlp_ratio:8
drop:0
drop_path:0
spatio_kernel_enc:3
spatio_kernel_dec:3
act_inplace:true
T:10
width:64
height:64
channel:1
lr:0.001
warmup_lr:0.00001
warmup_epoch:0
epochs:200
alpha:0.1
patience:5
batch_size:16
weight_decay:0

@Crestina2001
Copy link
Author

I trained the TAU model for 500 epochs with default hyper params, and I got:
MSE: 31.08970
MAE: 87.31856
SSIM: 0.9147
PSNR: 21.5608

It has not converged, and here is the difference visualization:
Figure_1

@easewkx
Copy link

easewkx commented Jul 3, 2024

I trained the TAU model for 500 epochs with default hyper params, and I got: MSE: 31.08970 MAE: 87.31856 SSIM: 0.9147 PSNR: 21.5608

It has not converged, and here is the difference visualization: Figure_1

Do you have code for visualizing differences in the taxibj dataset? Can you provide it to me? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants