You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by zh...@apache.org on 2022/08/24 10:58:39 UTC

[singa] branch dev updated: add init file for explanations

This is an automated email from the ASF dual-hosted git repository.

zhaojing pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/singa.git


The following commit(s) were added to refs/heads/dev by this push:
     new d00de07b add init file for explanations
     new 44145666 Merge pull request #982 from wannature/singa_v23
d00de07b is described below

commit d00de07bbce30b16abf4f422e0a5b74512548d08
Author: wenqiao zhang <we...@zju.edu.cn>
AuthorDate: Wed Aug 24 17:08:51 2022 +0800

    add init file for explanations
---
 examples/singa_easy/singa_easy/modules/explanations/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/singa_easy/singa_easy/modules/explanations/__init__.py b/examples/singa_easy/singa_easy/modules/explanations/__init__.py
new file mode 100644
index 00000000..fef66b5a
--- /dev/null
+++ b/examples/singa_easy/singa_easy/modules/explanations/__init__.py
@@ -0,0 +1 @@
+#!/usr/bin/env python
\ No newline at end of file