系列文章目录
【APM】Observability Solution
【APM】Build an environment for Traces, Metrics and Logs of App by OpenTelemetry
【APM】NET Traces, Metrics and Logs to OLTP
【APM】How to enable Trace to Logs on Grafana? 前言
前一篇分享了Observability&…
🍨 本文为🔗365天深度学习训练营中的学习记录博客
🍖 原作者:K同学啊
1.检查GPU
import tensorflow as tf
import pandas as pd
import numpy as npgpus tf.config.list_physical_devices("GPU")
if gpus:…