Simon Geisler
Simon Geisler
Hi, thanks for sharing this great code base including pre-trained models! However, I would like to train the COCO-stuff model from scratch. Can you give me some instructions on what...
Hi, I followed your templates to setup the CI/CD for Azure ML with Azure DevOps. However, I receive the following error. It seems to be related to the update of...
Hi, I am running the following task according to the template. However, I get the following error: `ERROR: {'Azure-cli-ml Version': '1.5.0', 'Error': TypeError("__init__() got an unexpected keyword argument 'async_persist'",)}` Do...
Hi, I have built upon this project and similarly to your Azure DevOps pipeline my parallel batch scoring pipelines are all not terminating anymore: https://aidemos.visualstudio.com/MLOps/_build/results?buildId=5684&view=logs&j=9effb530-5327-5cf9-9ca2-ba5490ba1ebd It seems like the actual...
## Desired Behavior I want to create relationships between jobs. For the beginning, it should suffice to create `for each` and `once for all` relationships. These connected jobs should result...
Hi, I have a question about the API for striping comments from python code. Per default comments starting with `#` and terminated by `\n` are not filtered out. How do...
Hi, the following line throws an error: https://github.com/THUDM/grb/blob/master/pipeline/train_pipeline.py#L8 ``` Traceback (most recent call last): File "/nfs/homedirs/geisler/code/grb/pipeline/train_pipeline.py", line 8, in from grb.utils import Trainer, Logger ImportError: cannot import name 'Trainer' from...
# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...
As discussed in #6867 and #6871 I added a WeighedAggregation interface. For now, I provide 4 aggregations: - `WeightedMeanAggregation` - `WeighedQuantileAggregation` - `WeightedMedianAggregation` - `SoftMedianAggregation` (from paper [Robustness of Graph...
Optionally allow for ssh forwarding while connecting to mongodb