Arthit Suriyawongkul

Results 385 comments of Arthit Suriyawongkul

They are generated from data in spreadsheets by https://github.com/w3c/dpv/tree/master/documentation-generator.

Thanks @VenkatTechnologist, will this be something sufficient ? ```json "ai_energyConsumption": { "type": "ai_EnergyConsumption", "ai_trainingEnergyConsumption": { "type": "ai_EnergyConsumptionDescription", "ai_energyQuantity": 36.5, "ai_energyUnit": "kilowattHour" }, "ai_inferenceEnergyConsumption": { "type": "ai_EnergyConsumptionDescription", "ai_energyQuantity": 0.0042, "ai_energyUnit": "kilowattHour"...

Thanks. Will this read better? ```text Represents the energy quantity. The quantity is the amount or numerical value of the energy we are trying to represent. The unit of measure...

Code snippet and narrated example are add to EnergyConsumption and EnergyConsumptionDescription, in PR #780

In [`AIPackage`](https://github.com/spdx/spdx-3-model/blob/main/model/AI/Classes/AIPackage.md), all of them (hyperparameter, metric, metricDecisionThreshold) has `minCount` = 0 and no `maxCount`. Which means one `AIPackage` can have multiple of these properties (= multiple entries in an...

I think we can close this one, as it is very clear that the current model can accommodate the expressed concern.

It will be through relationships like `contains` and `dependsOn`. See possible relationship types here: https://spdx.github.io/spdx-spec/v3.0/model/Core/Vocabularies/RelationshipType/

@goneall I think we can close this one as it is a non-issue: the cardinality of this property in AIPackage is 0..* -- @VenkatTechnologist has agreed on this.

Nice catch. Another different behavior between MkDocs and GitHub. GitHub can automatically render this to a clickable link: ```markdown https://www.iana.org/ ``` For the same result, MkDocs needs this: ```markdown ```...

Agree with @zvr on the pause, the knowledge of production process, and the test. With that, we should make the knowledge and the test available and accessible more to the...