Skip to content

Conversation

MaajidKhan
Copy link

Description:
Using Core::ReadNetwork() method for reading and creating a CNNNework

Motivation and Context
Since OpenVINO™ 2020.4 version, Inference Engine enables reading ONNX models via the Inference Engine Core API and there is no need to use directly the low-level ONNX* Importer API anymore. To read ONNX* models, it's recommended to use the Core::ReadNetwork() method that provide a uniform way to read models from ONNX format.

@MaajidKhan MaajidKhan force-pushed the maajid/Implement_Read_Network branch from da05448 to b73eaa4 Compare January 11, 2021 13:48
@MaajidKhan MaajidKhan force-pushed the maajid/Implement_Read_Network branch 2 times, most recently from 1aea8b8 to 6b8822a Compare January 13, 2021 11:56
@suryasidd
Copy link

Just that one change for the exception. Everything else LGTM. Do we have any other small fixes upcoming that we wan't to add before we send the PR ?

->Using Core::ReadNetwork() method for reading and creating a CNNNework

->Since OpenVINO™ 2020.4 version, Inference Engine enables reading ONNX models
  via the Inference Engine Core API and there is no need to use directly the low-level
  ONNX* Importer API anymore. To read ONNX* models, it's recommended to use the
  Core::ReadNetwork() method that provide a uniform way to read models from ONNX format.

Signed-off-by: MaajidKhan <[email protected]>
-> use InferenceEngine::details::InferenceEngineException
   to catch the exception for ReadNetwork()

Signed-off-by: MaajidKhan <[email protected]>
->The UEP component fails to compile with OpenVINO_2021.1
release version due to indentation error.Indentation is fixed
with this commit.

Signed-off-by: MaajidKhan <[email protected]>
@MaajidKhan MaajidKhan force-pushed the maajid/Implement_Read_Network branch from 75142ad to 442bb82 Compare January 18, 2021 12:38
@MaajidKhan MaajidKhan closed this Mar 30, 2021
@MaajidKhan MaajidKhan deleted the maajid/Implement_Read_Network branch August 5, 2021 09:06
sfatimar pushed a commit that referenced this pull request Oct 28, 2024
…oft#22603)

Add support for softmaxcrossentropy loss. This is already enabled on our
ROCm Fork of the MIGraphX EP


### Motivation and Context
Adds support for the SoftmaxCrossEntropyLoss operator and removes the
filtering of inputs here.
ankitm3k pushed a commit that referenced this pull request Dec 11, 2024
…oft#22603)

Add support for softmaxcrossentropy loss. This is already enabled on our
ROCm Fork of the MIGraphX EP


### Motivation and Context
Adds support for the SoftmaxCrossEntropyLoss operator and removes the
filtering of inputs here.
ankitm3k pushed a commit that referenced this pull request Dec 11, 2024
…oft#22603)

Add support for softmaxcrossentropy loss. This is already enabled on our
ROCm Fork of the MIGraphX EP


### Motivation and Context
Adds support for the SoftmaxCrossEntropyLoss operator and removes the
filtering of inputs here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants