maddycat2078 maddycat2078 19-02-2024 Computers and Technology contestada How would you get layer labeled 'fc1' if a neural network created with an OrderedDict and nn.Sequential? a) network.fc1 b) network['fc1'] c) network.get_layer('fc1') d) network.layer(2)