Aiden Grossman
Aiden Grossman
If I'm understanding everything correctly, it still doesn't look like it is possible to pass multiple inputs from an observation into a single preprocessing layer using `NestMap`. I'm currently able...
Thinking about this a bit further, if it would be better to avoid modifying `EncodingNetwork` another possible solution would be to create something similar to `NesMap` called something like `NestMapMultiInputLayers`...
@sguada Any updates on whether or not I'm missing something in terms of how `NestMap` works and if you'd be willing to accept a PR in the area?
I have come across what I believe is the same issue. I am seeing a lot of the same characteristics with a couple minor differences. My pod description is very...
Thank you for the fix @WanzenBug. It worked perfectly. Sorry for putting it here. I thought it was a related issue, but apparently it wasn't.
I can confirm that this is an issue with external linked parts, assuming that I have everything set up correctly. This is a fairly big part of working with assemblies...
A pretty simple fix seems to just be to change over from using `PropertyLinkSub` to `PropertyXLinkSub` on line 40 of `FastenerBase.py`, and this solves issues with external files, but it...
I'm seeing near linear speedup up to about 16 threads and then I start to hit diminishing returns.
Converting to a draft as it needs some more work. Currently not handling the case where a batch is left with some items at the end.
Closing this for now. I think I want to restructure this to do something different rather than just parallelizing in process. Adding Python bindings and using something like Apache Beam...