Peter Wolf
Peter Wolf
Hello, I installed Julia 1.5.2 and tried to call it from Python. It failed on the "Julia( compiled_modules=False )" To reproduce in Python call ``` >>> import julia >>> julia.install()...
As described here [Compiling Julia system image in a Docker](https://stackoverflow.com/questions/59059441/compiling-julia-system-image-in-a-docker/59060055#59060055) julia-py has problems when run as part of building a Docker. Python is installed at /usr/bin but the PyJulia executables...
I get the above assert when loading any config from the model zoo. The above example was thrown from the code below model = lp.Detectron2LayoutModel(config_path='lp://PubLayNet/faster_rcnn_R_50_FPN_3x/config', extra_config=["MODEL.ROI_HEADS.SCORE_THRESH_TEST", 0.8], label_map={0: "Text", 1:...