You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, I would like to express my gratitude for sharing the code for your wonderful work, which I find quite inspiring.
After thoroughly reading your paper, I have a question regarding the time complexity of the Expanding Network Training.
In section 4.2 - Expanding Network Training, you mentioned that the complexity is reduced to $\mathcal{O}((\Delta_{\tau}d^{2})^{2})$ by considering only newly added nodes for updating the model.
However, upon checking your code in main.py,, specifically lines 170-180 (shown below), I noticed that you used the data from new nodes for updating the model. From my understanding, the parameter amount of the model stays unchanged, and only the loss of updating the model has changed. That should not affect the time complexity for updating the model.
In case I missed something, I would be grateful if you could provide clarification on this matter.
Thank you in advance for your time and assistance.
Dear authors,
Firstly, I would like to express my gratitude for sharing the code for your wonderful work, which I find quite inspiring.
After thoroughly reading your paper, I have a question regarding the time complexity of the Expanding Network Training.
In section 4.2 - Expanding Network Training, you mentioned that the complexity is reduced to$\mathcal{O}((\Delta_{\tau}d^{2})^{2})$ by considering only newly added nodes for updating the model.
However, upon checking your code in main.py,, specifically lines 170-180 (shown below), I noticed that you used the data from new nodes for updating the model. From my understanding, the parameter amount of the model stays unchanged, and only the loss of updating the model has changed. That should not affect the time complexity for updating the model.
In case I missed something, I would be grateful if you could provide clarification on this matter.
Thank you in advance for your time and assistance.
Best regards,
Jingwei
The text was updated successfully, but these errors were encountered: