18 if i % 10 == 0: ~/anaconda3/envs/MindSpore/lib/python3.7/site-packages/mindspore/nn/cell.py in call(self, *inputs, **kwargs) 402 if self.enable_hook: 403 raise ValueError("The graph mode does not support hook function.") --> 404 out = self.compile_and_run(*inputs) 405 ...
Virtually all major CI services should enable you to do this in a no-frills fashion by defining steps in a special YAML file within the project. For example, here’s the syntax you could use with GitHub Actions: YAML 1name: Python wheels 2on: 3 release: 4 types: 5 - created 6jobs...