Kobi Felton

Results 25 comments of Kobi Felton

I am so sorry that I did not see this. If it is still relevant for me to take a look, please respond @HiddenBao I will take a look later...

This definitely seems like a bug - I will take a look this weekend!

Can confirm that I can reproduce the bug. Going to look into a fix now

> same observation on my setup: clean install of Ubuntu 22.04.2 tensorboard 2.12.2 tensorflow & CUDA installation according to the official tensorflow instructions: https://www.tensorflow.org/install/pip?hl=en#linux > > setting PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python does not...

Thanks @robinbrochier! This worked with a minor change to install things from git: ```TOML install-pyg-cpu-git = "pip install git+https://github.com/pyg-team/pyg-lib.git git+https://github.com/rusty1s/pytorch_scatter.git git+https://github.com/rusty1s/pytorch_sparse.git git+https://github.com/rusty1s/pytorch_cluster.git git+https://github.com/rusty1s/pytorch_spline_conv.git" ``` Based on [this thread](https://github.com/rusty1s/pytorch_scatter/issues/241#issuecomment-1335544065).

I'd like to add that I'd love this feature. Currently, I have to comment out nodes in my pipelines and add their outputs to the inputs of the pipeline. That's...

I know we've had this problem historically, but I unfortunately don't remember the details since I am not an expert on SNOBFIT. If you can give an example for me...

Can someone with a windows computer test installing with this change I made: https://github.com/sustainable-processes/gryffin/blob/4a45f57fe552b3b3a786a57105fccd41957cad3a/setup.py#L37

Thanks for this? Do you know what version change was implemented in?

Sorry - should have read better🤦🏾‍♂️ I think the issue is that we need to change to python ^3.9: https://github.com/sustainable-processes/summit/actions/runs/11406460445/job/31740294173?pr=271 This can be done in `pyproject.toml`