Nishant Aswani
Nishant Aswani
Hi @AntonioCarta, Updates: - Significantly cleaned up the example file - Bug has been identified and I added a note at the top in the example file as well as...
Is the idea that an Avalanche documentation page such as [this about the SimpleCNN class](https://avalanche-api.continualai.org/en/v0.1.0/generated/avalanche.models.SimpleCNN.html#avalanche.models.SimpleCNN) would include an example [similar to this](https://pytorch.org/docs/stable/generated/torch.nn.Conv1d.html#:~:text=%3E%3E%3E%20m%20%3D%20nn.conv1d(16%2C%2033%2C%203%2C%20stride%3D2)) If I have got the idea, then I'm...
Reflecting on the first draft of the implementation, there are a couple of things I think I'm missing and wanted to pick your (anyone's) brain about: - What triggers the...
Thanks, 1. I got a chance to look at the source file and I see where the optimizer get's updated! 2. I see, thanks for the clarification After I wrote...
Agreed! @ Project Maintainers If PRs for this are welcome, I'd like to take a shot at this!
I tried it out, seems that nothing actually had to be changed to reflect the move to Django 3. The comments/about/README just have to change to show that. There was...
Hi, apologies it has been a very busy few months. I'll take a look at what I need to wrap this PR up soon!
Hi, thanks for checking in. I'm sorry, I moved away from this workflow and don't have a quick way to reproduce the issue. Please feel free to close this issue.
Oof it seems like your fork hosting the fix no longer exists, any chance it got migrated somewhere? @nathanpainchaud
This was supposedly fixed in #1089, or at least this is mentioned there: > Dataloading in strategies now checks if the dataset has a "collate_fn" function and uses that unless...