TensorFlowjs html
<!DOCTYPE html>
<html>
<head>
<title>TensorFlow.js Example</title>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@3.6.0"></script>
<script src="script.js"></script>
</head>
<body>
<h1>TensorFlow.js Example</h1>
<canvas id="canvas"></canvas>
</body>
</html>
原文地址: http://www.cveoy.top/t/topic/h1Es 著作权归作者所有。请勿转载和采集!