Mehmet Süzen

Results 27 issues of Mehmet Süzen

I suggest releasing odML schema (xsl and xsd) with each release (version) of odml package (this one). This will bring distinct advantages: * interoperability * tracking of odML "standard" within...

Following discussion #93 * Introduce `standalone` attribute for `Section` and `Property` objects. If `parent` is not explicitly set, default `standalone` could be `yes`. * If defined as standalone, the object...

Ability to create templates will be very practical feature. odML templating engine will help users to define templates. c.f. [Python templating ](https://wiki.python.org/moin/Templating#Templating_Engines) and re-use them as needed. A light weight...

[PMML](https://en.wikipedia.org/wiki/Predictive_Model_Markup_Language) is used to interchange statistical models among different platforms. odML can be leveraged to extent PMML to add annotations within.

**Describe the issue**: Custom NAS job with Pytorch models gives command error from NNI runtime, see below for the message. Job only completes if `exp.config.max_trial_number` is equal to `exp.config.trial_concurrency`. **Environment**:...

Programmatic version information is missing. ```python import frozendict frozendict.__version__ ```