Skip to content

Addition of SimCLR (Deep Learning Framework/ Algo) #10714

Addition of SimCLR (Deep Learning Framework/ Algo)

Addition of SimCLR (Deep Learning Framework/ Algo) #10714

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (N999): machine_learning/simCLR.py#L1
machine_learning/simCLR.py:1:1: N999 Invalid module name: 'simCLR'
Ruff (E501): machine_learning/simCLR.py#L2
machine_learning/simCLR.py:2:89: E501 Line too long (215 > 88)
Ruff (I001): machine_learning/simCLR.py#L5
machine_learning/simCLR.py:5:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): machine_learning/simCLR.py#L5
machine_learning/simCLR.py:5:17: F401 `numpy` imported but unused
Ruff (E501): machine_learning/simCLR.py#L22
machine_learning/simCLR.py:22:89: E501 Line too long (95 > 88)
Ruff (ARG001): machine_learning/simCLR.py#L47
machine_learning/simCLR.py:47:50: ARG001 Unused function argument: `temperature`
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)