PyTorch partition module, how to propagate gradients?

前端 未结 0 1647
无人共我
无人共我 2021-01-17 02:52

I have the following PyTorch module I made:

class Partition(nn.Module):
    def __init__(self, decider, left_child, right_child):
        super().__init__()
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题