forked from MartinThoma/LaTeX-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6719a5b
commit 9c5d73d
Showing
16 changed files
with
1,808 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
SOURCE = validation-curve | ||
DELAY = 80 | ||
DENSITY = 300 | ||
WIDTH = 512 | ||
|
||
make: | ||
pdflatex $(SOURCE).tex -output-format=pdf | ||
make clean | ||
|
||
clean: | ||
rm -rf $(TARGET) *.class *.html *.log *.aux *.data *.gnuplot | ||
|
||
gif: | ||
pdfcrop $(SOURCE).pdf | ||
convert -verbose -delay $(DELAY) -loop 0 -density $(DENSITY) $(SOURCE)-crop.pdf $(SOURCE).gif | ||
make clean | ||
|
||
png: | ||
make | ||
make svg | ||
inkscape $(SOURCE).svg -w $(WIDTH) --export-png=$(SOURCE).png | ||
|
||
transparentGif: | ||
convert $(SOURCE).pdf -transparent white result.gif | ||
make clean | ||
|
||
svg: | ||
make | ||
#inkscape $(SOURCE).pdf --export-plain-svg=$(SOURCE).svg | ||
pdf2svg $(SOURCE).pdf $(SOURCE).svg | ||
# Necessary, as pdf2svg does not always create valid svgs: | ||
inkscape $(SOURCE).svg --export-plain-svg=$(SOURCE).svg | ||
rsvg-convert -a -w $(WIDTH) -f svg $(SOURCE).svg -o $(SOURCE)2.svg | ||
inkscape $(SOURCE)2.svg --export-plain-svg=$(SOURCE).svg | ||
rm $(SOURCE)2.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Compiled example | ||
---------------- | ||
![Example](validation-curve.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
epoch,min_acc,max_acc,mean_acc | ||
0,0.1568,0.1602,0.15858 | ||
1,0.2042,0.2068,0.20544000000000001 | ||
2,0.2352,0.238,0.23674000000000003 | ||
3,0.2706,0.2736,0.27199999999999996 | ||
4,0.2982,0.3036,0.3014 | ||
5,0.319,0.324,0.32228000000000001 | ||
6,0.3328,0.3364,0.33423999999999998 | ||
7,0.3484,0.3512,0.35004000000000002 | ||
8,0.3614,0.3652,0.36327999999999999 | ||
9,0.369,0.3738,0.37051999999999996 | ||
10,0.372,0.3756,0.37378 | ||
11,0.3846,0.3902,0.38756000000000002 | ||
12,0.3934,0.3966,0.39498 | ||
13,0.4042,0.4076,0.40506000000000003 | ||
14,0.4078,0.412,0.40969999999999995 | ||
15,0.4174,0.4218,0.41950000000000004 | ||
16,0.4212,0.4238,0.42265999999999992 | ||
17,0.4254,0.4288,0.42718 | ||
18,0.4304,0.4346,0.43290000000000006 | ||
19,0.4352,0.4384,0.43674000000000002 | ||
20,0.4404,0.4448,0.44284000000000001 | ||
21,0.4504,0.4538,0.45234000000000008 | ||
22,0.4568,0.4598,0.45820000000000005 | ||
23,0.4582,0.4626,0.46053999999999995 | ||
24,0.467,0.4712,0.46899999999999997 | ||
25,0.4656,0.4702,0.46821999999999997 | ||
26,0.4626,0.4688,0.46597999999999995 | ||
27,0.4754,0.4798,0.47782000000000002 | ||
28,0.4742,0.4804,0.47700000000000004 | ||
29,0.4824,0.4868,0.48498000000000002 | ||
30,0.4832,0.4872,0.48469999999999996 | ||
31,0.4806,0.4832,0.48204000000000002 | ||
32,0.4836,0.49,0.48746 | ||
33,0.491,0.4956,0.49335999999999991 | ||
34,0.4922,0.4974,0.49493999999999999 | ||
35,0.4934,0.4994,0.49637999999999999 | ||
36,0.5018,0.5058,0.50356000000000001 | ||
37,0.4968,0.5004,0.49917999999999996 | ||
38,0.5048,0.51,0.50773999999999997 | ||
39,0.512,0.5168,0.51473999999999998 | ||
40,0.5088,0.5142,0.51116000000000006 | ||
41,0.5088,0.5162,0.51322000000000001 | ||
42,0.5188,0.522,0.51998000000000011 | ||
43,0.5154,0.5212,0.51927999999999996 | ||
44,0.5166,0.521,0.51933999999999991 | ||
45,0.5164,0.5206,0.51879999999999993 | ||
46,0.5128,0.517,0.51537999999999995 | ||
47,0.5238,0.529,0.52617999999999998 | ||
48,0.525,0.5302,0.52716000000000007 | ||
49,0.5296,0.5328,0.53092000000000006 | ||
50,0.5222,0.5296,0.5242 | ||
51,0.5326,0.5382,0.53537999999999997 | ||
52,0.5354,0.5392,0.53723999999999994 | ||
53,0.5314,0.5374,0.53436000000000017 | ||
54,0.53,0.5352,0.53246000000000004 | ||
55,0.532,0.5376,0.53526000000000007 | ||
56,0.5298,0.5352,0.53271999999999997 | ||
57,0.5372,0.545,0.54073999999999989 | ||
58,0.5398,0.5446,0.54256000000000004 | ||
59,0.5372,0.5432,0.54023999999999994 | ||
60,0.5428,0.5492,0.54580000000000006 | ||
61,0.5424,0.5458,0.54398000000000002 | ||
62,0.551,0.5552,0.55227999999999999 | ||
63,0.5462,0.5526,0.54804000000000008 | ||
64,0.5436,0.5508,0.54665999999999992 | ||
65,0.5488,0.5554,0.55169999999999997 | ||
66,0.5568,0.5622,0.55935999999999997 | ||
67,0.5582,0.5636,0.56081999999999999 | ||
68,0.5428,0.551,0.54724000000000006 | ||
69,0.5526,0.5582,0.55600000000000005 | ||
70,0.5514,0.5584,0.55547999999999997 | ||
71,0.5552,0.56,0.5575 | ||
72,0.5564,0.5606,0.55841999999999992 | ||
73,0.5646,0.5722,0.56792000000000009 | ||
74,0.563,0.5686,0.56599999999999995 | ||
75,0.563,0.5684,0.56606000000000001 | ||
76,0.5718,0.5768,0.57445999999999997 | ||
77,0.5624,0.568,0.56405999999999989 | ||
78,0.561,0.569,0.56473999999999991 | ||
79,0.5636,0.5688,0.56577999999999995 | ||
80,0.566,0.5714,0.56859999999999999 | ||
81,0.5698,0.575,0.57208000000000003 | ||
82,0.5626,0.571,0.56596000000000013 | ||
83,0.5706,0.576,0.57323999999999997 | ||
84,0.5654,0.5718,0.56840000000000002 | ||
85,0.572,0.5772,0.57462000000000002 | ||
86,0.5752,0.5796,0.57754000000000016 | ||
87,0.5722,0.5776,0.57552000000000003 | ||
88,0.5728,0.5776,0.57532000000000005 | ||
89,0.5708,0.5762,0.57294 | ||
90,0.5758,0.5834,0.57894000000000001 | ||
91,0.5728,0.5802,0.5769200000000001 | ||
92,0.5748,0.58,0.57747999999999988 | ||
93,0.5746,0.5842,0.57962000000000002 | ||
94,0.5766,0.5822,0.57956000000000008 | ||
95,0.5786,0.584,0.58087999999999995 | ||
96,0.5798,0.5842,0.5821400000000001 | ||
97,0.5746,0.5844,0.57982 | ||
98,0.5762,0.581,0.57896000000000014 | ||
99,0.5774,0.584,0.58103999999999989 | ||
100,0.5806,0.5862,0.58306000000000002 | ||
101,0.5816,0.5868,0.58489999999999998 | ||
102,0.5844,0.5894,0.58663999999999994 | ||
103,0.5756,0.5836,0.57948 | ||
104,0.5818,0.5878,0.58545999999999998 | ||
105,0.5866,0.5914,0.58879999999999988 | ||
106,0.5836,0.5896,0.58565999999999996 | ||
107,0.5836,0.5908,0.58691999999999989 | ||
108,0.5834,0.5876,0.58543999999999996 | ||
109,0.5856,0.5896,0.58725999999999989 | ||
110,0.585,0.591,0.58901999999999988 | ||
111,0.5882,0.5954,0.59261999999999992 | ||
112,0.587,0.5912,0.58904000000000001 | ||
113,0.5878,0.593,0.58989999999999998 | ||
114,0.5882,0.5956,0.59096000000000004 | ||
115,0.5908,0.5996,0.59308000000000005 | ||
116,0.586,0.5918,0.58954000000000006 | ||
117,0.5972,0.6044,0.59936000000000011 | ||
118,0.5872,0.5938,0.59095999999999993 | ||
119,0.5908,0.5972,0.59432000000000007 | ||
120,0.5904,0.5956,0.59358 | ||
121,0.5912,0.597,0.59382000000000001 | ||
122,0.5884,0.5958,0.59230000000000005 | ||
123,0.5918,0.5952,0.59323999999999999 | ||
124,0.5944,0.6046,0.59677999999999998 | ||
125,0.59,0.5982,0.59389999999999998 |
185 changes: 185 additions & 0 deletions
185
tikz/validation-curve/cifar100_baseline_20170419-1617-12_history.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,185 @@ | ||
loss,acc,val_acc | ||
4.6074,0.0546,0.1588 | ||
4.1564,0.1121,0.2060 | ||
3.9681,0.1476,0.2362 | ||
3.8175,0.1773,0.2706 | ||
3.6990,0.2026,0.3016 | ||
3.5976,0.2253,0.3236 | ||
3.5160,0.2400,0.3338 | ||
3.4481,0.2527,0.3492 | ||
3.3835,0.2678,0.3614 | ||
3.3251,0.2771,0.3696 | ||
3.2732,0.2855,0.3740 | ||
3.2273,0.2953,0.3860 | ||
3.1705,0.3062,0.3948 | ||
3.1301,0.3121,0.4054 | ||
3.0861,0.3200,0.4090 | ||
3.0508,0.3286,0.4184 | ||
3.0164,0.3318,0.4232 | ||
2.9729,0.3416,0.4278 | ||
2.9416,0.3453,0.4346 | ||
2.9139,0.3510,0.4384 | ||
2.8722,0.3568,0.4426 | ||
2.8518,0.3591,0.4530 | ||
2.8176,0.3669,0.4598 | ||
2.7891,0.3708,0.4602 | ||
2.7569,0.3763,0.4712 | ||
2.7377,0.3791,0.4668 | ||
2.7116,0.3844,0.4686 | ||
2.6828,0.3917,0.4784 | ||
2.6628,0.3933,0.4772 | ||
2.6421,0.3944,0.4850 | ||
2.6214,0.3990,0.4860 | ||
2.5985,0.4032,0.4812 | ||
2.5836,0.4045,0.4836 | ||
2.5646,0.4080,0.4946 | ||
2.5459,0.4124,0.4940 | ||
2.5139,0.4154,0.4974 | ||
2.5086,0.4164,0.5054 | ||
2.4890,0.4221,0.4978 | ||
2.4661,0.4269,0.5068 | ||
2.4613,0.4235,0.5168 | ||
2.4365,0.4292,0.5088 | ||
2.4237,0.4287,0.5122 | ||
2.4061,0.4352,0.5220 | ||
2.3985,0.4360,0.5198 | ||
2.3801,0.4416,0.5204 | ||
2.3681,0.4417,0.5172 | ||
2.3492,0.4458,0.5130 | ||
2.3339,0.4487,0.5290 | ||
2.3317,0.4474,0.5258 | ||
2.3168,0.4489,0.5306 | ||
2.2965,0.4535,0.5226 | ||
2.2892,0.4543,0.5352 | ||
2.2759,0.4565,0.5374 | ||
2.2623,0.4599,0.5330 | ||
2.2552,0.4641,0.5300 | ||
2.2394,0.4636,0.5368 | ||
2.2339,0.4639,0.5336 | ||
2.2221,0.4672,0.5450 | ||
2.1997,0.4733,0.5422 | ||
2.1977,0.4698,0.5432 | ||
2.1973,0.4701,0.5456 | ||
2.1765,0.4722,0.5430 | ||
2.1757,0.4736,0.5552 | ||
2.1675,0.4724,0.5472 | ||
2.1495,0.4779,0.5508 | ||
2.1489,0.4816,0.5538 | ||
2.1376,0.4818,0.5576 | ||
2.1262,0.4834,0.5616 | ||
2.1152,0.4857,0.5510 | ||
2.1148,0.4859,0.5574 | ||
2.0962,0.4884,0.5584 | ||
2.0912,0.4917,0.5588 | ||
2.0886,0.4898,0.5584 | ||
2.0697,0.4961,0.5692 | ||
2.0691,0.4956,0.5680 | ||
2.0591,0.4974,0.5670 | ||
2.0548,0.4958,0.5760 | ||
2.0450,0.4971,0.5634 | ||
2.0513,0.4981,0.5646 | ||
2.0226,0.5048,0.5636 | ||
2.0239,0.5027,0.5664 | ||
2.0110,0.5074,0.5734 | ||
2.0097,0.5080,0.5662 | ||
2.0125,0.5032,0.5746 | ||
2.0002,0.5078,0.5666 | ||
1.9844,0.5094,0.5732 | ||
1.9860,0.5122,0.5776 | ||
1.9716,0.5104,0.5754 | ||
1.9690,0.5139,0.5744 | ||
1.9661,0.5154,0.5756 | ||
1.9682,0.5129,0.5766 | ||
1.9476,0.5179,0.5772 | ||
1.9391,0.5166,0.5766 | ||
1.9505,0.5188,0.5766 | ||
1.9334,0.5222,0.5810 | ||
1.9358,0.5187,0.5824 | ||
1.9174,0.5237,0.5814 | ||
1.9247,0.5221,0.5794 | ||
1.9085,0.5261,0.5788 | ||
1.9064,0.5262,0.5840 | ||
1.9125,0.5242,0.5824 | ||
1.8976,0.5279,0.5862 | ||
1.8867,0.5277,0.5844 | ||
1.8932,0.5274,0.5790 | ||
1.8721,0.5345,0.5832 | ||
1.8824,0.5295,0.5892 | ||
1.8700,0.5323,0.5836 | ||
1.8643,0.5343,0.5844 | ||
1.8660,0.5343,0.5848 | ||
1.8668,0.5323,0.5874 | ||
1.8597,0.5337,0.5874 | ||
1.8410,0.5384,0.5882 | ||
1.8503,0.5350,0.5872 | ||
1.8338,0.5413,0.5894 | ||
1.8403,0.5393,0.5922 | ||
1.8318,0.5421,0.5928 | ||
1.8245,0.5414,0.5918 | ||
1.8260,0.5409,0.5972 | ||
1.8179,0.5444,0.5872 | ||
1.8133,0.5449,0.5948 | ||
1.8148,0.5438,0.5942 | ||
1.8065,0.5426,0.5924 | ||
1.7981,0.5498,0.5884 | ||
1.7928,0.5496,0.5922 | ||
1.7981,0.5473,0.5946 | ||
1.7882,0.5505,0.5934 | ||
1.7755,0.5530,0.5990 | ||
1.7789,0.5511,0.5984 | ||
1.7678,0.5524,0.5956 | ||
1.7786,0.5505,0.5992 | ||
1.7760,0.5510,0.6004 | ||
1.7649,0.5555,0.6010 | ||
1.7628,0.5561,0.5998 | ||
1.7524,0.5568,0.5980 | ||
1.7597,0.5538,0.5934 | ||
1.7563,0.5552,0.6024 | ||
1.7527,0.5590,0.5966 | ||
1.7388,0.5610,0.6024 | ||
1.7453,0.5579,0.5990 | ||
1.7434,0.5597,0.6014 | ||
1.7334,0.5601,0.6012 | ||
1.7352,0.5607,0.6032 | ||
1.7290,0.5628,0.6038 | ||
1.7191,0.5627,0.6072 | ||
1.7146,0.5650,0.6032 | ||
1.7196,0.5640,0.6068 | ||
1.7101,0.5653,0.5976 | ||
1.7171,0.5627,0.6020 | ||
1.7105,0.5675,0.5984 | ||
1.7097,0.5664,0.6030 | ||
1.6935,0.5705,0.6026 | ||
1.6986,0.5699,0.6056 | ||
1.6946,0.5679,0.6044 | ||
1.7039,0.5673,0.6042 | ||
1.6863,0.5691,0.6076 | ||
1.6825,0.5717,0.6060 | ||
1.6807,0.5715,0.6084 | ||
1.6836,0.5718,0.6018 | ||
1.6808,0.5719,0.6046 | ||
1.6744,0.5745,0.6100 | ||
1.6730,0.5724,0.6046 | ||
1.6643,0.5760,0.6104 | ||
1.6732,0.5724,0.6096 | ||
1.6593,0.5780,0.6132 | ||
1.6640,0.5741,0.6096 | ||
1.6666,0.5757,0.6110 | ||
1.6539,0.5784,0.6110 | ||
1.6585,0.5763,0.6128 | ||
1.6554,0.5787,0.6072 | ||
1.6512,0.5761,0.6120 | ||
1.6418,0.5815,0.6082 | ||
1.6447,0.5818,0.6144 | ||
1.6459,0.5787,0.6172 | ||
1.6349,0.5812,0.6042 | ||
1.6276,0.5865,0.6116 | ||
1.6346,0.5810,0.6108 | ||
1.6170,0.5863,0.6070 | ||
1.6268,0.5848,0.6052 | ||
1.6199,0.5850,0.6098 | ||
1.6197,0.5883,0.6120 | ||
1.6210,0.5855,0.6092 | ||
1.6167,0.5847,0.6142 | ||
1.6203,0.5839,0.6168 | ||
1.6151,0.5862,0.6130 |
Oops, something went wrong.