MCPcopy Create free account
hub / github.com/OpenRL-Lab/Wandb_Tutorial / parse_byte

Function parse_byte

sweep/cnn/fashion_data.py:143–146  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

141
142
143def parse_byte(b):
144 if isinstance(b, str):
145 return ord(b)
146 return b
147
148
149def read_label_file(path):

Callers 2

read_label_fileFunction · 0.85
read_image_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected