cerebros-core-algorithm-alpha
cerebros-core-algorithm-alpha copied to clipboard
lightweight-testing-on-tendem-embeddings
Kind of issue: enhancement
Expected behavior A clear description of what you expected to happen.
Additional context: Alex suggested to try injecting embedding layers into the NAS. Noting that embedding layers only take discrete int inputs, I added that bucketization of the output of a Dense() or Concatenate() layer before the embedding is needed to make this work.
Here we can try this approach.
Suggested Labels (If you don't know, that's ok): kind/enhancement kind/performance