Skip to content

Latest commit

 

History

History
executable file
·
53 lines (40 loc) · 889 Bytes

utils.rst

File metadata and controls

executable file
·
53 lines (40 loc) · 889 Bytes

API - Utility

tensorlayer.utils

fit test predict evaluation class_balancing_oversample get_random_int dict_to_one flatten_list

Training, testing and predicting

Training

fit

Evaluation

test

Prediction

predict

Evaluation functions

evaluation

Class balancing functions

class_balancing_oversample

Random functions

get_random_int

Helper functions

Set all items in dictionary to one

dict_to_one

Flatten a list

flatten_list