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
Right now, even using the --help flag takes a long time. I am assuming it's because we are eagerly importing libraries (for example, numpy, tensorflow) which may not be needed until the actual code is being executed.
This may be a symptom of a broader need for import / loading hygiene.
time catanatron-play --help gave 20s on my MacBook Pro:
The text was updated successfully, but these errors were encountered:
Right now, even using the
--help
flag takes a long time. I am assuming it's because we are eagerly importing libraries (for example, numpy, tensorflow) which may not be needed until the actual code is being executed.This may be a symptom of a broader need for import / loading hygiene.
time catanatron-play --help
gave 20s on my MacBook Pro:The text was updated successfully, but these errors were encountered: