Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing a singular vertex #9

Open
jay-el124 opened this issue Jan 17, 2023 · 0 comments
Open

Accessing a singular vertex #9

jay-el124 opened this issue Jan 17, 2023 · 0 comments

Comments

@jay-el124
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant