Respuesta :

The correct statements are:

  • An object of the ActivationLayer class has a name attribute.
  • print(FCLayer(42)) prints FullyConnectedLayer.
  • When creating an object of the BaseLayer class, the name argument must be given.

What is Coding?

The term Computer coding is known to be seen as a kind of a tool that is often use in computer programming languages and it helps to give computers and machines a number of instructions on the things that need to be done or performed.

Note that in the code, the The correct statements are:

  • An object of the ActivationLayer class has a name attribute.
  • print(FCLayer(42)) prints FullyConnectedLayer.
  • When creating an object of the BaseLayer class, the name argument must be given.

See full question below

Choose the 3 correct statements for the code below.

An object of the ActivationLayer class has a name attribute.

An object of the BaseLayer class has a size attribute.

print(FCLayer(42)) prints FullyConnectedLayer.

When creating an object of the ActivationLayer class, the size argument must be given.

When creating an object of the BaseLayer class, the name argument must be given.

Learn more about Coding from

https://brainly.com/question/22654163

#SPJ1