Ivor Zagorac

Results 6 comments of Ivor Zagorac

Hi @kmariuszk, what is the current status of this PR? Could I possibly help you with anything? I'm currently doing my thesis with @pat-alt and I want to use the...

Thank you for the elaborate summary @kmariuszk ! First of all, you don't have to worry about fixing this issue ASAP because I still have loads to work on for...

@pat-alt @kmariuszk I'm not sure whether the updates fix my current issues but I can always use the updated generator if it gets merged. Nonetheless, I'll post the exact error...

Find my code and error message below. Im using CounterfactualExplanations v.0.1.31. ```julia model_loaded = CounterfactualExplanations.Models.pytorch_model_loader( "$(pwd())/docs/src/tutorials/miscellaneous", "neural_network_class", "NeuralNetwork", "$(pwd())/docs/src/tutorials/miscellaneous/pretrained_model.pt" ) M = CounterfactualExplanations.Models.PyTorchModel(model_loaded, counterfactual_data.likelihood) ```

It gives the exact same error. I'm using TaijaInteroperability v.0.1.0

Thanks @kmariuszk and @pat-alt, it works when `using PythonCall`. Before I was `using PyCall`, does that mean that that package is not necessary anymore?