'Resource Exhaused error while using Ray Tune

I am trying to perform HPO for CNN on fashion mnist dataset using raytune and hyperopt

Error that I am getting in executing my keras code with fashion mnist dataset with one convolutional layer and the number of dense layer(determined by tunable hyperparameter) is below

status = StatusCode.RESOURCE_EXHAUSTED details = "Received message larger than max (222322986 vs. 104857600)" debug_error_string

ray


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source