Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
def
parse_byte(b):
144
if
isinstance(b, str):
145
return
ord(b)
146
return
b
147
148
149
def
read_label_file(path):
Callers
2
read_label_file
Function · 0.85
read_image_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected