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
Description:
Hello, I encountered an issue when running the synthetic experiment script run_synthetic_masked.py from the bicycle library. The script attempts to import a function get_names from bicycle.utils.data, but this function does not seem to be defined within data.py. As a result, I receive an ImportError.
Description:
Hello, I encountered an issue when running the synthetic experiment script
run_synthetic_masked.py
from thebicycle
library. The script attempts to import a functionget_names
frombicycle.utils.data
, but this function does not seem to be defined withindata.py
. As a result, I receive an ImportError.Error Message:
It would be helpful to know if
get_names
was removed or renamed, or if there is an alternative import to replace it inrun_synthetic_masked.py
.The text was updated successfully, but these errors were encountered: