Skip to content

Accessing a singular vertex #9

@jay-el124

Description

@jay-el124

Hello there,

I would like to know if there is a possibility to access a specific vertex. For instance in #4 you mentioned the following example:

As another example, if you have 3 categorical variables,

  • C1(Adam, RMPProp, AdaDelta),
  • C2(BatchNorm, LayerNorm, WeightNorm, SpectralNorm)
  • C3(Using Dropout, Not using Dropout)
    then self.n_vertices = np.array([3, 4, 2])

Is there a way to access for example, the vertex (Adam, BatchNorm, Using Dropout) specifically and giving it a certain value?

Thank you in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions