Nishant Aswani
Nishant Aswani
Hi, this is my initial draft of the ExpertGate Plugin. It deals with issue #1023 A few points: - The ExpertGate model is implemented as a wrapper which holds two...
I'm interested in adding ExpertGate to Avalanche. A few questions/thoughts I wanted to clarify before moving forward: - While the original ExpertGate model uses a pretrained AlexNet, this limits the...
-- Updated the comments and links to reflect moving to Django 3 (#103) -- Added dj-database-url packages to Pipfile to prevent module missing error when deploying -- Tested deploy to...
While I see that HackFlightSim aims to be different from AirSim, does HackFlightSim support the simulation of event cameras?
**Describe the bug** Calling ```python cl_strategy.train( experience, eval_streams=[val_exp], num_workers=4, collate_fn=my_custom_collate, ) ``` should respect all of the keyword arguments I pass in. **In this case, `my_custom_collate` is discarded.** **To Reproduce**...
**Describe the bug** In the MASPlugin, the following check seems to be unnecessarily strict: [Link to code](https://github.com/ContinualAI/avalanche/blob/afebe34d3f927a0ecefc11a884c7b0282899bc2e/avalanche/training/plugins/mas.py#L84) ```python for _, batch in enumerate(dataloader): # Get batch if len(batch) == 2...
This probably has very little effect on the output, but I noticed that the + 1.0 was after the sqrt, [whereas the blog post](http://blog.ivank.net/fastest-gaussian-blur.html) has it inside the sqrt Original:...
Hi, Thanks for publishing this! This seems like what I want, but I'm not able to open up the container within the context of the remote machine I am working...
Hi, I have followed the steps for installation and gone in to ensure that the additional commands in the extension dir are run. When I open up the chat interface...
### Discussed in https://github.com/ContinualAI/avalanche/discussions/1641 Originally posted by **niniack** May 8, 2024 Hi, We typically have a roadmap issue pinned but I didn't see that, so I'm just starting the conversation...