You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup the environment with the file requirments.txt and run experiments with command provided in readme.md.
but the first trial failed and the dispatch log looks like File "/Users/admin/Desktop/tabular_automl_NNI/./autofe_tuner.py", line 65, in generate_parameters sample_p = np.array(self.estimate_sample_prob) / np.sum(self.estimate_sample_prob) TypeError: unsupported operand type(s) for /: 'NoneType' and 'NoneType'
The text was updated successfully, but these errors were encountered:
I setup the environment with the file requirments.txt and run experiments with command provided in readme.md.
but the first trial failed and the dispatch log looks like
File "/Users/admin/Desktop/tabular_automl_NNI/./autofe_tuner.py", line 65, in generate_parameters sample_p = np.array(self.estimate_sample_prob) / np.sum(self.estimate_sample_prob) TypeError: unsupported operand type(s) for /: 'NoneType' and 'NoneType'
The text was updated successfully, but these errors were encountered: