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
make_predictions have a from .utils import *, we should import the methods needed instead of importing everything (fixed with Clean up transition code #195)
sort functions in utils.py so that the ones imported elsewhere is at top of the file, and add underscore to private functions (fixed with Clean up transition code #195)
The code used for preprocess and postprocess docker images should be cleaned up. Some improvements:
make_predictionshave afrom .utils import *, we should import the methods needed instead of importing everything (fixed with Clean up transition code #195)make_predictionsuseform_config, can we use field_config from the model?