ProgLearn icon indicating copy to clipboard operation
ProgLearn copied to clipboard

Differences in add_task and add_transformer for PL base class

Open david-z-shi opened this issue 4 years ago • 2 comments

My issue is about: seeing differences in the behavior of add_task and add_transformer methods implemented in the progressive_learner class. Calling add_task and add_transformer for different tasks lead to drastically different BTE behaviors, even though add_task just calls add_transformer.

Figure from @srahul1222.

  • Package Version [0.0.4]

david-z-shi avatar Apr 08 '21 18:04 david-z-shi

@jdey4 @srahul1222 if you can provide a link to the notebook of the figure above

david-z-shi avatar Apr 08 '21 18:04 david-z-shi

Link to notebook and functions file for new figure (using add_task for all tasks):

  • https://github.com/srahul1222/progressive-learning/blob/flowers/docs/experiments/fte_bte_flowers.ipynb
  • https://github.com/srahul1222/progressive-learning/blob/flowers/docs/experiments/functions/fte_bte_flowers_functions.py

srahul1222 avatar Apr 15 '21 16:04 srahul1222