Addition of SimCLR (Deep Learning Framework/ Algo) #10714
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)
|