Spaces:
Sleeping
Sleeping
File size: 164 Bytes
f4634b9 |
1 2 3 4 5 6 |
from .p2pnet import build
# build the P2PNet model
# set training to 'True' during training
def build_model(args, training=False):
return build(args, training) |