When running "inference_example", the cell that suppose to return LCA coefficients results in error "AttributeError: module 'torch' has no attribute 'concat'". It has likely to do with PyTorch version on my side since they have the page for this method (https://pytorch.org/docs/stable/generated/torch.concat.html) but it might tell us the minimal version to specify on the dependencies list
UPD: Before I had version 1.9.0. The error is given after installing 1.11.0
When running "inference_example", the cell that suppose to return LCA coefficients results in error "AttributeError: module 'torch' has no attribute 'concat'". It has likely to do with PyTorch version on my side since they have the page for this method (https://pytorch.org/docs/stable/generated/torch.concat.html) but it might tell us the minimal version to specify on the dependencies list
UPD: Before I had version 1.9.0. The error is given after installing 1.11.0