Skip to content

Added SimCLR (Deep Learning Framework) #10715

Added SimCLR (Deep Learning Framework)

Added SimCLR (Deep Learning Framework) #10715

Triggered via pull request October 8, 2024 19:22
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Ruff (E501): machine_learning/simclr.py#L3
machine_learning/simclr.py:3:89: E501 Line too long (197 > 88)
Ruff (I001): machine_learning/simclr.py#L6
machine_learning/simclr.py:6:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): machine_learning/simclr.py#L6
machine_learning/simclr.py:6:17: F401 `numpy` imported but unused
Ruff (E501): machine_learning/simclr.py#L23
machine_learning/simclr.py:23:89: E501 Line too long (95 > 88)
Ruff (ARG001): machine_learning/simclr.py#L48
machine_learning/simclr.py:48:50: ARG001 Unused function argument: `temperature`
ruff
Process completed with exit code 1.