Skip to content

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

Addition of SimCLR (Deep Learning Framework/ Algo)

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

Triggered via pull request October 8, 2024 19:15
Status Failure
Total duration 16s
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 (W293): machine_learning/simCLR.py#L21
machine_learning/simCLR.py:21:1: W293 Blank line contains whitespace
Ruff (E501): machine_learning/simCLR.py#L22
machine_learning/simCLR.py:22:89: E501 Line too long (95 > 88)
Ruff (W293): machine_learning/simCLR.py#L31
machine_learning/simCLR.py:31:1: W293 Blank line contains whitespace
Ruff (W293): machine_learning/simCLR.py#L39
machine_learning/simCLR.py:39:1: W293 Blank line contains whitespace
Ruff (ARG001): machine_learning/simCLR.py#L47
machine_learning/simCLR.py:47:50: ARG001 Unused function argument: `temperature`
Ruff (W293): machine_learning/simCLR.py#L50
machine_learning/simCLR.py:50:1: W293 Blank line contains whitespace