Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Makefile 265 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. unit_tests:
  2. python -m unittest tests/deci_core_unit_test_suite_runner.py
  3. integration_tests:
  4. python -m unittest tests/deci_core_integration_test_suite_runner.py
  5. yolo_nas_integration_tests:
  6. python -m unittest tests/integration_tests/yolo_nas_integration_test.py
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...