MCPcopy Create free account
hub / github.com/LAMDA-CL/CVPR22-Fact / get_session_classes

Function get_session_classes

dataloader/data_utils.py:199–201  ·  view source on GitHub ↗
(args,session)

Source from the content-addressed store, hash-verified

197 return trainset, trainloader, testloader
198
199def get_session_classes(args,session):
200 class_list=np.arange(args.base_class + session * args.way)
201 return class_list

Callers 1

get_new_dataloaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected