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
When running the Classification recipe hello-world as per the README, the first line to be printed is a RunTimeWarning about an unpredictable behavior related to imports:
/usr/lib/python3.9/runpy.py:127: RuntimeWarning: 'torchelie.recipes.classification' found in sys.modules after import of package 'torchelie.recipes', but prior to execution of 'torchelie.recipes.classification'; this may result in unpredictable behaviour
warn(RuntimeWarning(msg))
The text was updated successfully, but these errors were encountered:
When running the Classification recipe hello-world as per the README, the first line to be printed is a RunTimeWarning about an unpredictable behavior related to imports:
The text was updated successfully, but these errors were encountered: