Sandro Braun
Sandro Braun
the related project pytorch-lightning implements an easy way to just scale the project onto multiple GPUs. I think we should adapt it somehow, at least when working on a single...
I am using python 3.7 and found that when importing beautifulsoup4, I get an `HTML Parser not found` error. The error has been discussed [here](https://stackoverflow.com/questions/28745153/importing-bs4-in-python-3-5). The obvious solution would be...
I was just wondering if there were any plans to integrate Pascal Parts support. If there are no plans yet but it sounds like a good idea, I would probably...
Possible solution: use Matplotlib for plotting key point markers
Hi there, I was wondering if there is a `read_brep_file` function, similar to `read_iges_file` in `OCC.Extend.DataExchange`. Some references on the OCC format: # https://dev.opencascade.org/doc/occt-6.7.0/overview/html/occt_brep_format.html # https://documentation.help/Open-Cascade/occt_user_guides__brep_wp.html # https://academy.ifcopenshell.org/posts/using-ifcopenshell-and-pythonocc-to-generate-cross-sections-directly-from-an-ifc-file/ Maybe I...
Hello together, I was getting this error recently. ``` if k.startswith('$'): > raise OperationFailure("Unrecognized expression '%s'" % k) E pymongo.errors.OperationFailure: Unrecognized expression '$getField' ``` I am using it inside an...