amyvanee
amyvanee
> @PSSF23 @amyvanee we already have a kind of similar tutorial on RF scene segmentation. IMO it adds nothing new. Maybe augmenting the notebook with multitask setup will make it...
Thank you for reviewing this! To address each of your notes, >The multitask plot looks great! But I would remove fractional task number from x axis ticks. Thank you for...
> Firs of all, this approach : https://github.com/KhelmholtzR/ProgLearn/blob/af84f50f4a8759104ded06891acac884b81e3821/docs/experiments/isic_proglearn_nn.ipynb is not same as yours. They used the whole data and used a multi-label voter. I told you earlier this thing. I...
@PSSF23 Sorry about that, I am using Proglearn 0.0.5
@jdey4 I tried going to the basics more and initializing a LifelongClassification Forest, but I got an error. ```python % Declare the progressive learner model (L2F) learner = LifelongClassificationForest() %...
@PSSF23 - Thank you! I tried updating to Proglearn 0.0.6, using `` pip install proglearn --upgrade `` but I got an error. `` error: Could not find module 'hdf5.dll' (or...
@PSSF23 - Thank you, I will try seeing if I can fix it another way! - Yes that was my concern since I know proglearn takes in the true labels...
@PSSF23 Thank you, I will try that! Yes, I am working with Narayani Wagle (@nhwagle) and Kevin Rao (@KhelmholtzR) We made a separate [GitHub repo](https://github.com/KhelmholtzR/ProglearnSceneSegmentation) with some of our progress
@PSSF23 Thank you for your help! I tried using LifelongClassificationForest, but when I tried importing it, I got the following error. Have you seen this before? ```python --------------------------------------------------------------------------- AlreadyExistsError Traceback...
@PSSF23 Thank you for the fix! Yeah unfortunately I am still having trouble upgrading to 0.0.5, I will focus on that then before trying out Odif. Thank you!