We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf8aeb commit ed63285Copy full SHA for ed63285
learn-gan.ipynb
@@ -1,5 +1,37 @@
1
{
2
"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
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
+ },
35
36
"cell_type": "code",
37
"execution_count": 4,
0 commit comments