Christopher Schröder

Results 52 comments of Christopher Schröder

Thanks for the quick response! There is no hurry at all. I am happy to hear that there will be a fix.

Just spotted this. Which errors exactly? Is this something in the scope of tutorial or can this be improved upstream in small-text?

No worries, I missed that issue here as well. Feel free to ping me in such cases as you did now :). - > Disabling the CUDA configuration works fine,...

Oh, my bad :). This initialization method takes the labels as arguments (`dataset` -> `dataset.y`). I just replaced the function name and forgot to adapt this part. ``` initial_indices =...

Hm, in this case the required amount of classes are of course impossible to find. Using `small-text==1.1.0` would make the symptoms go away. (How urget is this fix? I could...

Hi, thanks for reporting this issue. Unfortunately, I have not been able to reproduce the problem so far. Which Python version are you using (which minor version 3.7.x exactly)? And...

Thanks for the feedback! Could you tell me which dill version had been installed before? If so, I could adapt the requirements to prevent such problems in the future. I...

Still no success in getting this exact TypeError, but this example here also fails for me: https://stackoverflow.com/questions/60583118/serialize-subclass-of-abstract-class-in-python-3-7-1 Also, I could not figure out why neither my test cases, nor my...

Update: The example linked above still fails with `dill==0.3.5.1`. Probably this is the relevant issue: https://github.com/uqfoundation/dill/pull/450

Hi, `PoolBasedActiveLearner.save()/load()` just writes/reads the object as it is. So after loading a previously saved active learner, you can continue you with you previously initialized model as if nothing happened...