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

Split Name Mismatch For TinyImageNet Loading #13

Open
h2th3k opened this issue Mar 11, 2024 · 1 comment
Open

Split Name Mismatch For TinyImageNet Loading #13

h2th3k opened this issue Mar 11, 2024 · 1 comment

Comments

@h2th3k
Copy link

h2th3k commented Mar 11, 2024

Here you would need to change 'validation' to 'val' to match here. Otherwise the load will fail.

@h2th3k
Copy link
Author

h2th3k commented Apr 10, 2024

@JonasGeiping Hello I wonder for TinyImageNet, what the appropriate config would be? I noticed comparing to ImageNet, InvertGrad fails to work stably. Does it need fine tunning? This is the config currently:

config = dict(signed=True,
                  boxed=True,
                  cost_fn='sim',
                  indices='top10',
                  weights='equal',
                  lr=0.1,
                  optim='adam',
                  restarts=1,
                  max_iterations=24_000,
                  total_variation=1e-6,
                  init='randn',
                  filter='median',
                  lr_decay=True,
                  scoring_choice='loss')

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

1 participant