neck.py 99 B

1234567
  1. import torch
  2. import torch.nn as nn
  3. # Build neck
  4. def build_neck(cfg, in_dim, out_dim):
  5. return