Dr Ed Morris

Results 15 issues of Dr Ed Morris

Thank you for submitting a feature request. **Before proceeding, please review MLflow's [Issue Policy for feature requests](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md#feature-requests) and the [MLflow Contributing Guide](https://github.com/mlflow/mlflow/blob/master/CONTRIBUTING.rst)**. **Please fill in this feature request template to...

enhancement
area/models
area/scoring
integrations/azure

When uploading a dataset to the clearml-server, the uploading statistics, in terms of file size uploaded, is wrong compared to the total size. The total file size appears to be...

By default, the clearml-server is served over port 8080 without encryption. In order to increase the security of the web UI, this process below will secure the web server portal...

The keyword EARLY_STOPPING_PATIENCE should be sitting in TRAIN section of the configuration but is currently sitting in the root. ```python _C.EARLY_STOPPING_PATIENCE = 5 ``` Should be the following: ```python _C.TRAIN.EARLY_STOPPING_PATIENCE...

bug

setup.py depedencies need updating to match those of the conda_dependencies.yml file. At the moment, installation issues will occur if installation is attempted of the package first. This is related to...

bug

At the moment both the base and ignite training scripts are not using the args module of the cub_tools package. This has certain advantages, like passing through command line arguments...

bug

Enable the use of training scripts through the implementation of a CLI interface by moving the training scripts into the cub_tools package (or creating a separate package installer), which references...

enhancement

Bring in DEV branch into the models_dev branch.

Need to think about how to allow for custom events or more control over callbacks and events with the configuration file. _Originally posted by @ecm200 in https://github.com/ecm200/caltech_birds/issues/19#issuecomment-838545271_

enhancement