Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jantic
GitHub Repository: jantic/deoldify
Path: blob/master/fastai/utils/check_perf.py
781 views
1
from ..script import *
2
from .collect_env import *
3
4
# Temporary POC for module-based script
5
call_parse(check_perf)
6
7
8