microsoft/FLAML

Running flaml[tune] using "-O" flag for python interpreter (optimization - disables assertions) crashes

Open

#981 ouverte le 7 avr. 2023

Voir sur GitHub
 (3 commentaires) (0 réactions) (1 assigné)Jupyter Notebook (560 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (4 364 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

this is the stack trace:

analysis = tune.run(
  File "/home/ec2-user/pyvenv/lib64/python3.9/site-packages/flaml/tune/tune.py", line 536, in run
    search_alg = SearchAlgorithm(
  File "/home/ec2-user/pyvenv/lib64/python3.9/site-packages/flaml/tune/searcher/blendsearch.py", line 248, in __init__
    points_to_evaluate=self._evaluated_points,
AttributeError: 'BlendSearch' object has no attribute '_evaluated_points'

Guide contributeur