Skip to content

Speed comparison with other frameworks #1130

Discussion options

You must be logged in to vote

Thank you @HamedHemati . I did a more detailed comparison and I find that the reason is because I am using the following for reproducibility in avalanche:
torch.backends.cudnn.enabled = False
torch.backends.cudnn.benchmark = False
torch.backends.cudnn.deterministic = True

In mammoth, this was not used. Turns out that this slows down computation.

Therefore, avalanche does not have any issues with speed. This discussion can be closed.

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@HamedHemati
Comment options

Comment options

You must be logged in to vote
1 reply
@HamedHemati
Comment options

Answer selected by HamedHemati
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1129 on September 21, 2022 09:15.