Skip to content

Commit ed63285

Browse files
committed
add watermark for env info
1 parent dcf8aeb commit ed63285

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

learn-gan.ipynb

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 167,
6+
"metadata": {},
7+
"outputs": [
8+
{
9+
"name": "stdout",
10+
"output_type": "stream",
11+
"text": [
12+
"CPython 3.6.1\n",
13+
"IPython 6.0.0\n",
14+
"\n",
15+
"torch 0.1.12_2\n",
16+
"numpy 1.12.1\n",
17+
"sklearn 0.18.1\n",
18+
"\n",
19+
"compiler : GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.38)\n",
20+
"system : Darwin\n",
21+
"release : 16.6.0\n",
22+
"machine : x86_64\n",
23+
"processor : i386\n",
24+
"CPU cores : 4\n",
25+
"interpreter: 64bit\n"
26+
]
27+
}
28+
],
29+
"source": [
30+
"# 代码运行环境\n",
31+
"%load_ext watermark\n",
32+
"%watermark -p torch,numpy,sklearn -v -m"
33+
]
34+
},
335
{
436
"cell_type": "code",
537
"execution_count": 4,

0 commit comments

Comments
 (0)