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
Current Behavior
The Task.init() method currently accepts a task_name parameter as a string. When not provided, it follows default naming conventions as per documentation.
Proposed Enhancement
Add functionality to generate memorable two-word mnemonic identifiers (e.g., "happy-penguin", "swift-river") when task_name is set to None.
Motivation
Visual distinction between experiments becomes challenging with default naming
Current tag system becomes unwieldy when managing more than 10 experiments
Memorable names improve experiment tracking and reference
Current Behavior
The
Task.init()
method currently accepts atask_name
parameter as a string. When not provided, it follows default naming conventions as per documentation.Proposed Enhancement
Add functionality to generate memorable two-word mnemonic identifiers (e.g., "happy-penguin", "swift-river") when
task_name
is set to None.Motivation
Technical Details
Implementation Considerations
Benefits
The text was updated successfully, but these errors were encountered: