[feat] custom function for tune to sample x number from space
Closed this issue · 0 comments
suzannejin commented
Current implementations of tune.choice, tune.randint, etc only get one value from a list.
I need to be able to get x values from a list. This is specially useful to define a variable number of hidden layers with variable sizes.