tfjs-onnx icon indicating copy to clipboard operation
tfjs-onnx copied to clipboard

Uncaught TypeError: Cannot read property 'Rank' of undefined

Open tuzhucheng opened this issue 5 years ago • 2 comments

When I import the scripts like this:

<script src="https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]"></script>
<script src="https://unpkg.com/tfjs-onnx"></script>

I get this error:

Uncaught TypeError: Cannot read property 'Rank' of undefined
    at tfjs-onnx.min.js:1

tuzhucheng avatar Aug 04 '18 03:08 tuzhucheng