Skip to content

Commit 00639e9

Browse files
committed
Fix merge conflicts
2 parents 86be23d + f7a8c5a commit 00639e9

File tree

674 files changed

+9652
-10166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

674 files changed

+9652
-10166
lines changed

.openpublishing.redirection.json

Lines changed: 560 additions & 0 deletions
Large diffs are not rendered by default.

learn-pr/achievements.yml

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5325,6 +5325,51 @@ achievements:
53255325
title: Write automated tests
53265326
summary: Learn about the types of testing you can do with Rust.
53275327
iconUrl: /training/achievements/rust-automated-tests.svg
5328+
- uid: learn.nvidia.introduction-nvidia-deepstream-graph-composer-azure.badge
5329+
type: badge
5330+
title: Introduction to NVIDIA DeepStream Graph Composer with Microsoft Azure
5331+
summary: In this module, you'll learn how to set up and configure the NVIDIA DeepStream 6.0 Graph Composer on an X86-based Ubuntu 18.04 system to enable rapid development of Intelligent Video Analytics application pipelines for deployment to cloud and edge-capable devices.
5332+
iconUrl: /training/achievements/introduction-nvidia-deepstream-graph-composer-azure.svg
5333+
- uid: learn.nvidia.setup-configure-nvidia-deepstream-development.badge
5334+
type: badge
5335+
title: Set up and configure an NVIDIA DeepStream development environment
5336+
summary: In this module, you'll learn how to set up and configure an x86-based Ubuntu 18.04 system to host an NVIDIA DeepStream development environment.
5337+
iconUrl: /training/achievements/setup-configure-nvidia-deepstream-development.svg
5338+
- uid: learn.nvidia-deepstream-development-azure.trophy
5339+
type: trophy
5340+
title: NVIDIA DeepStream development with Microsoft Azure
5341+
summary: With NVIDIA DeepStream, you can seamlessly develop optimized Intelligent Video Applications that can consume multiple video, image, and audio sources. You can also apply single or cascading inference operations to video frames in real-time, and transmit inference results to the cloud for archiving or additional processing. Learn how to develop custom DeepStream applications backed by services in Microsoft Azure and securely deploy NVIDIA DeepStream-based AI workloads to NVIDIA-powered IoT Edge devices.
5342+
iconUrl: /training/achievements/nvidia-deepstream-development-with-microsoft-azure.svg
5343+
- uid: learn.nvidia.nvidia-deepstream-embedded-device-deployment-azure.badge
5344+
type: badge
5345+
title: NVIDIA DeepStream embedded device deployment with Azure
5346+
summary: In this module, you'll publish and deploy an ARM-based DeepStream container workload to NVIDIA embedded hardware by using Azure IoT Edge.
5347+
iconUrl: /training/achievements/nvidia-deepstream-embedded-device-deployment-azure.svg
5348+
- uid: learn.nvidia.use-automl-train-labeled-dataset-develop-production-model.badge
5349+
type: badge
5350+
title: Use AutoML to train a labeled dataset and develop a production model
5351+
summary: Learn how to use Automated Machine Learning to train a labeled dataset and develop a production object detection model.
5352+
iconUrl: /training/achievements/setup-configure-nvidia-deepstream-development.svg
5353+
- uid: learn.nvidia.deploy-model-to-nvidia-triton-inference-server.badge
5354+
type: badge
5355+
title: Deploy model to NVIDIA Triton Inference Server
5356+
summary: NVIDIA Triton Inference Server is a multi-framework, open-source software that is optimized for inference. It supports popular machine learning frameworks like TensorFlow, Open Neural Network Exchange (ONNX) Runtime, PyTorch, NVIDIA TensorRT, and more. It can be used for your CPU or GPU workloads. In this module, you deploy your production model to NVIDIA Triton server to perform inference on a cloud-hosted virtual machine.
5357+
iconUrl: /training/achievements/introduction-nvidia-deepstream-graph-composer-azure.svg
5358+
- uid: learn.nvidia.develop-custom-object-detection-models-with-nvidia-and-azure-machine-learning.trophy
5359+
type: trophy
5360+
title: Develop Custom Object Detection Models with NVIDIA and Azure Machine Learning
5361+
summary: Azure Machine Learning studio is a GUI-based integrated development environment for constructing and operationalizing Machine Learning workflow on Azure. Learn how to develop custom object detection models using this service with NVIDIA GPU accelerated virtual machines.
5362+
iconUrl: /training/achievements/nvidia-deepstream-development-with-microsoft-azure-social.png
5363+
- uid: learn.nvidia.create-workspace-resources-getting-started-azure-machine-learning.badge
5364+
type: badge
5365+
title: Create workspace resources for getting started with Azure Machine Learning
5366+
summary: In this module, you learn how to create resources for getting started with Azure Machine Learning.
5367+
iconUrl: /training/achievements/setup-configure-nvidia-deepstream-development.svg
5368+
- uid: learn.nvidia.create-labeled-dataset-using-azure-machine-learning-data-labeling-tools.badge
5369+
type: badge
5370+
title: Create a labeled dataset using Azure Machine Learning data labeling tools
5371+
summary: Learn how to use Azure Machine Learning data labeling to create, manage, and monitor data labeling projects.
5372+
iconUrl: /training/achievements/setup-configure-nvidia-deepstream-development.svg
53285373
- uid: learn.azure.communication-service-send-sms-console-app.badge
53295374
type: badge
53305375
title: Send an SMS message from a C# console application with Azure Communication Services
@@ -5370,3 +5415,38 @@ achievements:
53705415
title: Understand how to use packages, variables, and functions in Go
53715416
summary: Learn about the basic data types in Go and about how to declare variables, write functions, and use packages.
53725417
iconUrl: /training/achievements/go/go-variables-functions-packages.svg
5418+
- uid: learn.language.go-methods-interfaces.badge
5419+
type: badge
5420+
title: Use methods and interfaces in Go
5421+
summary: Learn about best practices for writing methods and interfaces in Go.
5422+
iconUrl: /training/achievements/go/go-methods-interfaces.svg
5423+
- uid: learn.language.go-get-started.badge
5424+
type: badge
5425+
title: Get started with Go
5426+
summary: In this module, you'll start taking your first steps with Go.
5427+
iconUrl: /training/achievements/go/go-get-started.svg
5428+
- uid: learn.language.go-errors-logs.badge
5429+
type: badge
5430+
title: Implement error handling and logging in Go
5431+
summary: Understand how to handle errors and log helpful information in your Go programs.
5432+
iconUrl: /training/achievements/go/go-errors-logs.svg
5433+
- uid: learn.language.go-data-types.badge
5434+
type: badge
5435+
title: Use data types and structs, arrays, slices, and maps in Go
5436+
summary: Learn about structs, arrays, slices, and maps. Understand the difference between them and when to use one type over the other.
5437+
iconUrl: /training/achievements/go/go-data-types.svg
5438+
- uid: learn.languages.go-first-steps.trophy
5439+
type: trophy
5440+
title: Take your first steps with Go
5441+
summary: Interested in learning a programming language but aren't sure where to start? Start here! Learn the basic syntax and thought processes required to build simple programs using Go.
5442+
iconUrl: /training/achievements/go/go-first-steps.svg
5443+
- uid: learn.language.go-control-flow.badge
5444+
type: badge
5445+
title: Use control flows in Go
5446+
summary: Learn how to use control flows in Go.
5447+
iconUrl: /training/achievements/go/go-control-flow.svg
5448+
- uid: learn.language.go-concurrency.badge
5449+
type: badge
5450+
title: Learn how concurrency works in Go
5451+
summary: Understand more about concurrency, one of the most unique features in Go.
5452+
iconUrl: /training/achievements/go/go-concurrency.svg
534 KB
Loading

0 commit comments

Comments
 (0)