Dr. Tristan Behrens
Dr. Tristan Behrens
Hi! I did a quick check today. I upgraded to 0.6.16. I immediately ran into a new problem. It seems that `synth.load_state(synth_state)` does not work anymore. I downgraded to 0.6.15.
I did another test with 0.6.16. The semaphore problem is still there: ``` UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There...
Hi @DBraun! I believe I have a minimal script here. And it causes segmentation faults. Please suggest I way to share a zip file with you.
@BruceMacD, thanks a lot! Of course it was a git lfs file reference :D
Another difference. Correct me if I am wrong: The implementation of attn_feature does not 100% match. Especially "edge_feature = input_feature_tiled - neighbors" seems to be missing on the picture.
Yes. The paper mentions that a single-head attention happens as part of the spatial transform step.
Hi @dongreenberg and @rohinb2! Thanks for replying! Very helpful! Now I am here: ``` Traceback (most recent call last): File "/Users/tristanbehrens/Development/langchain_experiments_2024/04_runhouse/runrunhouse.py", line 8, in server_fn = rh.function(get_pid).to(rh.here) File "/Users/tristanbehrens/miniforge3/envs/langchain/lib/python3.10/site-packages/runhouse/resources/functions/function.py", line...
Hi Leo, great talking to you! As a start, I would suggest a square around the agent with (x,y, content). x,y could be absolute at the beginning to make things...