Skip to content

Get MNIST data running #5

Get MNIST data running

Get MNIST data running #5

Triggered via push September 6, 2024 16:55
Status Failure
Total duration 23s
Artifacts

static.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
deploy: src/mnist.ts#L3
Could not find a declaration file for module 'threads'. '/home/runner/work/ts-ml/ts-ml/node_modules/threads/index.mjs' implicitly has an 'any' type.
deploy: src/mnist.ts#L4
Could not find a declaration file for module 'mnist'. '/home/runner/work/ts-ml/ts-ml/node_modules/mnist/src/mnist.js' implicitly has an 'any' type.
deploy: src/mnist.ts#L21
Parameter 'mnistSamples' implicitly has an 'any' type.
deploy: src/mnist.ts#L22
Binding element 'input' implicitly has an 'any' type.
deploy: src/mnist.ts#L22
Binding element 'output' implicitly has an 'any' type.
deploy: src/mnist.ts#L39
Parameter 'worker' implicitly has an 'any' type.
deploy: src/mnist.ts#L91
Object is possibly 'null'.
deploy: src/mnist.ts#L91
Expected 0 type arguments, but got 1.
deploy: src/mnist.ts#L91
Property 'getContext' does not exist on type 'HTMLElement'.
deploy: src/worker.ts#L1
Could not find a declaration file for module 'threads/worker'. '/home/runner/work/ts-ml/ts-ml/node_modules/threads/worker.mjs' implicitly has an 'any' type.
deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/