Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
Deci-AI:master
deci-ai:hotfix/SG-000-black_on_some_common
import sys import super_gradients if __name__ == "__main__": ci_version = sys.argv[1] if ci_version == super_gradients.__version__: sys.exit(0) else: print(f"wrong version definition:\nCI version: {ci_version}\nsuper_gradients.__version__: {super_gradients.__version__}") sys.exit(1)
Press p or to see the previous file or, n or to see the next file