What happens if I edit my Python files while a sweep is running?
Support:
less than a minute
While a sweep is running:
- If the
train.py
script which the sweep uses changes, the sweep continues to use the originaltrain.py
- If files that the
train.py
script references change, such as helper functions in thehelper.py
script, the sweep begins to use the updatedhelper.py
.
Feedback
Was this page helpful?
Glad to hear it! If you have more to say, please let us know.
Sorry to hear that. Please tell us how we can improve.