· 6 years ago · Aug 29, 2019, 09:10 PM
1WARNING: Logging before flag parsing goes to stderr.
2W0829 20:09:23.557302 140388542756736 deprecation_wrapper.py:119] From /content/gpt-2/src/model.py:147: The name tf.AUTO_REUSE is deprecated. Please use tf.compat.v1.AUTO_REUSE instead.
3
4W0829 20:09:23.567987 140388542756736 deprecation_wrapper.py:119] From /content/gpt-2/src/memory_saving_gradients.py:13: The name tf.GraphKeys is deprecated. Please use tf.compat.v1.GraphKeys instead.
5
6W0829 20:09:23.666307 140388542756736 deprecation_wrapper.py:119] From ./train.py:90: The name tf.ConfigProto is deprecated. Please use tf.compat.v1.ConfigProto instead.
7
8W0829 20:09:23.666670 140388542756736 deprecation_wrapper.py:119] From ./train.py:93: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.
9
102019-08-29 20:09:23.672692: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2300000000 Hz
112019-08-29 20:09:23.673072: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x2541100 executing computations on platform Host. Devices:
122019-08-29 20:09:23.673111: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0): <undefined>, <undefined>
132019-08-29 20:09:23.675671: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcuda.so.1
142019-08-29 20:09:23.753925: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:1005] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
152019-08-29 20:09:23.754836: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x25412c0 executing computations on platform CUDA. Devices:
162019-08-29 20:09:23.754881: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0): Tesla K80, Compute Capability 3.7
172019-08-29 20:09:23.755105: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:1005] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
182019-08-29 20:09:23.755817: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties:
19name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235
20pciBusID: 0000:00:04.0
212019-08-29 20:09:23.756235: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0
222019-08-29 20:09:23.757885: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcublas.so.10.0
232019-08-29 20:09:23.759297: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcufft.so.10.0
242019-08-29 20:09:23.759696: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcurand.so.10.0
252019-08-29 20:09:23.762085: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusolver.so.10.0
262019-08-29 20:09:23.763478: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcusparse.so.10.0
272019-08-29 20:09:23.768067: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudnn.so.7
282019-08-29 20:09:23.768306: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:1005] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
292019-08-29 20:09:23.769149: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:1005] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
302019-08-29 20:09:23.769820: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0
312019-08-29 20:09:23.769926: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0
322019-08-29 20:09:23.771488: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1181] Device interconnect StreamExecutor with strength 1 edge matrix:
332019-08-29 20:09:23.771528: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1187] 0
342019-08-29 20:09:23.771542: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1200] 0: N
352019-08-29 20:09:23.771742: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:1005] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
362019-08-29 20:09:23.772484: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:1005] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
372019-08-29 20:09:23.773202: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1326] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10805 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:00:04.0, compute capability: 3.7)
38W0829 20:09:23.774620 140388542756736 deprecation_wrapper.py:119] From ./train.py:94: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.
39
40W0829 20:09:43.337141 140388542756736 deprecation.py:323] From /content/gpt-2/src/sample.py:65: to_float (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
41Instructions for updating:
42Use `tf.cast` instead.
43W0829 20:09:43.353820 140388542756736 deprecation.py:323] From /content/gpt-2/src/sample.py:16: add_dispatch_support.<locals>.wrapper (from tensorflow.python.ops.array_ops) is deprecated and will be removed in a future version.
44Instructions for updating:
45Use tf.where in 2.0, which has the same broadcast rule as np.where
46W0829 20:09:43.355745 140388542756736 deprecation.py:323] From /content/gpt-2/src/sample.py:70: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version.
47Instructions for updating:
48Use `tf.random.categorical` instead.
49[<tf.Variable 'model/h0/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h0/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h0/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h0/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h0/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h0/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h0/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h0/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h0/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h0/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h0/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h0/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h1/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h1/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h1/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h1/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h1/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h1/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h1/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h1/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h1/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h1/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h1/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h1/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h2/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h2/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h2/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h2/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h2/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h2/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h2/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h2/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h2/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h2/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h2/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h2/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h3/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h3/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h3/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h3/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h3/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h3/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h3/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h3/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h3/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h3/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h3/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h3/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h4/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h4/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h4/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h4/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h4/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h4/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h4/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h4/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h4/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h4/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h4/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h4/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h5/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h5/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h5/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h5/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h5/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h5/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h5/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h5/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h5/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h5/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h5/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h5/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h6/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h6/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h6/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h6/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h6/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h6/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h6/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h6/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h6/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h6/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h6/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h6/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h7/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h7/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h7/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h7/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h7/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h7/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h7/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h7/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h7/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h7/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h7/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h7/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h8/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h8/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h8/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h8/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h8/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h8/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h8/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h8/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h8/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h8/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h8/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h8/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h9/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h9/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h9/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h9/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h9/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h9/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h9/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h9/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h9/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h9/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h9/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h9/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h10/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h10/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h10/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h10/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h10/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h10/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h10/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h10/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h10/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h10/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h10/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h10/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h11/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h11/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h11/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h11/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h11/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h11/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h11/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h11/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h11/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h11/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h11/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h11/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h12/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h12/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h12/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h12/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h12/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h12/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h12/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h12/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h12/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h12/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h12/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h12/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h13/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h13/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h13/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h13/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h13/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h13/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h13/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h13/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h13/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h13/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h13/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h13/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h14/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h14/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h14/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h14/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h14/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h14/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h14/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h14/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h14/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h14/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h14/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h14/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h15/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h15/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h15/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h15/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h15/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h15/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h15/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h15/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h15/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h15/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h15/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h15/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h16/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h16/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h16/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h16/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h16/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h16/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h16/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h16/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h16/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h16/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h16/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h16/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h17/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h17/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h17/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h17/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h17/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h17/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h17/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h17/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h17/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h17/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h17/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h17/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h18/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h18/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h18/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h18/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h18/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h18/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h18/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h18/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h18/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h18/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h18/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h18/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h19/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h19/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h19/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h19/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h19/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h19/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h19/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h19/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h19/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h19/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h19/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h19/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h20/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h20/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h20/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h20/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h20/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h20/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h20/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h20/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h20/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h20/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h20/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h20/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h21/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h21/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h21/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h21/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h21/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h21/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h21/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h21/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h21/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h21/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h21/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h21/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h22/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h22/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h22/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h22/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h22/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h22/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h22/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h22/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h22/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h22/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h22/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h22/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h23/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h23/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h23/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h23/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h23/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h23/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h23/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h23/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h23/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h23/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h23/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h23/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h24/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h24/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h24/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h24/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h24/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h24/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h24/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h24/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h24/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h24/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h24/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h24/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h25/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h25/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h25/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h25/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h25/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h25/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h25/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h25/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h25/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h25/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h25/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h25/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h26/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h26/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h26/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h26/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h26/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h26/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h26/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h26/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h26/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h26/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h26/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h26/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h27/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h27/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h27/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h27/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h27/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h27/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h27/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h27/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h27/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h27/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h27/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h27/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h28/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h28/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h28/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h28/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h28/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h28/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h28/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h28/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h28/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h28/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h28/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h28/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h29/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h29/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h29/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h29/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h29/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h29/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h29/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h29/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h29/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h29/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h29/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h29/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h30/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h30/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h30/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h30/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h30/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h30/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h30/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h30/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h30/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h30/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h30/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h30/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h31/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h31/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h31/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h31/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h31/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h31/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h31/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h31/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h31/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h31/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h31/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h31/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h32/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h32/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h32/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h32/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h32/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h32/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h32/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h32/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h32/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h32/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h32/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h32/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h33/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h33/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h33/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h33/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h33/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h33/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h33/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h33/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h33/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h33/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h33/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h33/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h34/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h34/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h34/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h34/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h34/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h34/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h34/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h34/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h34/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h34/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h34/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h34/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h35/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h35/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h35/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h35/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h35/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h35/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h35/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h35/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h35/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h35/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h35/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h35/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>]
50432
51limiter
5212
53[<tf.Variable 'model/h35/ln_1/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h35/ln_1/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h35/attn/c_attn/w:0' shape=(1, 1280, 3840) dtype=float32_ref>, <tf.Variable 'model/h35/attn/c_attn/b:0' shape=(3840,) dtype=float32_ref>, <tf.Variable 'model/h35/attn/c_proj/w:0' shape=(1, 1280, 1280) dtype=float32_ref>, <tf.Variable 'model/h35/attn/c_proj/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h35/ln_2/g:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h35/ln_2/b:0' shape=(1280,) dtype=float32_ref>, <tf.Variable 'model/h35/mlp/c_fc/w:0' shape=(1, 1280, 5120) dtype=float32_ref>, <tf.Variable 'model/h35/mlp/c_fc/b:0' shape=(5120,) dtype=float32_ref>, <tf.Variable 'model/h35/mlp/c_proj/w:0' shape=(1, 5120, 1280) dtype=float32_ref>, <tf.Variable 'model/h35/mlp/c_proj/b:0' shape=(1280,) dtype=float32_ref>]
54adad
55W0829 20:09:43.413741 140388542756736 deprecation_wrapper.py:119] From ./train.py:131: The name tf.train.AdadeltaOptimizer is deprecated. Please use tf.compat.v1.train.AdadeltaOptimizer instead.
56
57W0829 20:09:43.414152 140388542756736 deprecation_wrapper.py:119] From ./train.py:132: The name tf.train.experimental.enable_mixed_precision_graph_rewrite is deprecated. Please use tf.compat.v1.train.experimental.enable_mixed_precision_graph_rewrite instead.
58
59W0829 20:09:43.414316 140388542756736 mixed_precision.py:118] You already have existing Sessions that do not use mixed precision. enable_mixed_precision_graph_rewrite() will not affect these Sessions.
60W0829 20:09:45.247369 140388542756736 deprecation_wrapper.py:119] From ./train.py:160: The name tf.summary.scalar is deprecated. Please use tf.compat.v1.summary.scalar instead.
61
62W0829 20:09:45.250677 140388542756736 deprecation_wrapper.py:119] From ./train.py:163: The name tf.summary.merge is deprecated. Please use tf.compat.v1.summary.merge instead.
63
64W0829 20:09:45.251530 140388542756736 deprecation_wrapper.py:119] From ./train.py:165: The name tf.summary.FileWriter is deprecated. Please use tf.compat.v1.summary.FileWriter instead.
65
66W0829 20:09:45.252157 140388542756736 deprecation_wrapper.py:119] From ./train.py:168: The name tf.train.Saver is deprecated. Please use tf.compat.v1.train.Saver instead.
67
68Loading checkpoint models/774M/model.ckpt
69W0829 20:09:48.737789 140388542756736 deprecation.py:323] From /usr/local/lib/python3.6/dist-packages/tensorflow/python/training/saver.py:1276: checkpoint_exists (from tensorflow.python.training.checkpoint_management) is deprecated and will be removed in a future version.
70Instructions for updating:
71Use standard file APIs to check for files with this prefix.
72Loading dataset...
73100% 1/1 [00:34<00:00, 34.97s/it]
74dataset has 5755959 tokens
75Training...
762019-08-29 20:10:32.408259: W tensorflow/compiler/jit/mark_for_compilation_pass.cc:1412] (One-time warning): Not using XLA:CPU for cluster because envvar TF_XLA_FLAGS=--tf_xla_cpu_global_jit was not set. If you want XLA:CPU, either set that envvar, or use experimental_jit_scope to enable XLA:CPU. To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a proper command-line flag, not via TF_XLA_FLAGS) or set the envvar XLA_FLAGS=--xla_hlo_profile.
772019-08-29 20:10:32.705468: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcublas.so.10.0
78[1 | 6.77] loss=3.35 avg=3.35
79[2 | 8.54] loss=3.20 avg=3.28
80[3 | 10.33] loss=2.89 avg=3.15
81[4 | 12.12] loss=3.11 avg=3.14
82[5 | 13.90] loss=3.07 avg=3.12
83[6 | 15.68] loss=3.45 avg=3.18
84[7 | 17.46] loss=3.15 avg=3.18
85[8 | 19.24] loss=2.93 avg=3.14
86[9 | 21.02] loss=3.41 avg=3.17
87[10 | 22.80] loss=3.21 avg=3.18
88[11 | 24.58] loss=3.27 avg=3.19
89[12 | 26.35] loss=3.06 avg=3.18
90[13 | 28.13] loss=3.24 avg=3.18
91[14 | 29.91] loss=2.97 avg=3.17
92[15 | 31.68] loss=3.24 avg=3.17
93[16 | 33.46] loss=2.96 avg=3.16
94[17 | 35.23] loss=3.13 avg=3.16
95[18 | 37.00] loss=3.07 avg=3.15
96[19 | 38.78] loss=3.01 avg=3.14
97[20 | 40.55] loss=3.45 avg=3.16
98[21 | 42.31] loss=3.41 avg=3.17
99[22 | 44.09] loss=2.98 avg=3.16
100[23 | 45.87] loss=3.30 avg=3.17
101[24 | 47.64] loss=3.02 avg=3.16
102[25 | 49.42] loss=2.97 avg=3.15
103[26 | 51.19] loss=2.91 avg=3.14
104[27 | 52.95] loss=3.04 avg=3.14
105[28 | 54.73] loss=3.06 avg=3.13
106[29 | 56.50] loss=3.15 avg=3.14
107[30 | 58.27] loss=3.16 avg=3.14
108[31 | 60.04] loss=3.15 avg=3.14
109[32 | 61.81] loss=3.05 avg=3.13
110[33 | 63.58] loss=3.17 avg=3.14
111[34 | 65.34] loss=3.12 avg=3.13
112[35 | 67.11] loss=2.95 avg=3.13
113[36 | 68.88] loss=3.20 avg=3.13
114[37 | 70.64] loss=3.02 avg=3.13
115[38 | 72.40] loss=3.26 avg=3.13
116[39 | 74.16] loss=3.31 avg=3.14
117[40 | 75.93] loss=3.29 avg=3.14
118[41 | 77.70] loss=3.06 avg=3.14
119[42 | 79.46] loss=2.93 avg=3.13
120[43 | 81.23] loss=3.08 avg=3.13
121[44 | 82.99] loss=3.13 avg=3.13
122[45 | 84.75] loss=3.26 avg=3.14
123[46 | 86.51] loss=3.00 avg=3.13
124[47 | 88.28] loss=2.95 avg=3.13
125[48 | 90.04] loss=2.84 avg=3.12
126[49 | 91.80] loss=3.08 avg=3.12
127[50 | 93.56] loss=3.00 avg=3.12
128[51 | 95.33] loss=3.00 avg=3.11
129[52 | 97.09] loss=3.07 avg=3.11
130[53 | 98.86] loss=3.22 avg=3.11
131[54 | 100.62] loss=3.07 avg=3.11
132[55 | 102.38] loss=3.29 avg=3.12
133[56 | 104.14] loss=3.16 avg=3.12
134[57 | 105.90] loss=3.11 avg=3.12
135[58 | 107.68] loss=3.13 avg=3.12
136[59 | 109.43] loss=3.23 avg=3.12
137[60 | 111.19] loss=3.19 avg=3.12
138[61 | 112.95] loss=3.14 avg=3.12
139[62 | 114.72] loss=3.14 avg=3.12
140[63 | 116.48] loss=2.97 avg=3.12
141[64 | 118.24] loss=3.00 avg=3.12
142[65 | 120.00] loss=3.05 avg=3.12
143[66 | 121.76] loss=3.12 avg=3.12
144[67 | 123.53] loss=3.27 avg=3.12
145[68 | 125.29] loss=2.97 avg=3.12
146[69 | 127.05] loss=2.77 avg=3.11
147[70 | 128.81] loss=3.20 avg=3.11
148[71 | 130.58] loss=2.88 avg=3.11
149[72 | 132.33] loss=3.31 avg=3.11
150[73 | 134.11] loss=3.12 avg=3.11
151[74 | 135.87] loss=3.16 avg=3.11
152[75 | 137.63] loss=3.20 avg=3.11
153[76 | 139.39] loss=3.02 avg=3.11
154[77 | 141.15] loss=2.93 avg=3.11
155[78 | 142.90] loss=2.82 avg=3.10
156[79 | 144.66] loss=2.98 avg=3.10
157[80 | 146.41] loss=2.87 avg=3.10
158[81 | 148.18] loss=3.17 avg=3.10
159[82 | 149.93] loss=3.13 avg=3.10
160[83 | 151.70] loss=3.01 avg=3.10
161[84 | 153.46] loss=3.23 avg=3.10
162[85 | 155.22] loss=3.16 avg=3.10
163[86 | 156.98] loss=3.02 avg=3.10
164[87 | 158.75] loss=3.15 avg=3.10
165[88 | 160.51] loss=2.97 avg=3.10
166[89 | 162.27] loss=3.31 avg=3.10
167[90 | 164.05] loss=3.15 avg=3.10
168[91 | 165.82] loss=3.23 avg=3.10
169[92 | 167.58] loss=2.95 avg=3.10
170[93 | 169.35] loss=3.19 avg=3.10
171[94 | 171.11] loss=2.92 avg=3.10
172[95 | 172.87] loss=3.04 avg=3.10
173[96 | 174.64] loss=2.95 avg=3.10
174[97 | 176.41] loss=3.05 avg=3.10
175[98 | 178.16] loss=2.76 avg=3.09
176[99 | 179.93] loss=3.15 avg=3.09
177Generating samples...
178======== SAMPLE 1 ========
179 students who were "mildly autistic," "retarded," and "incorrect." Students identified by their "expectations" were less than 1.0 standard deviations above the mean for the entire student population (see Figure 1).
180
181FIGURE 1
182
183FIGURE 1. Descendant distribution of IQ. IQ is a measure of intelligence, derived from a standardized test of cognitive ability called the Wonderlic Progression (WPP). For each child, parent-reported scores (average for the population) are summed to produce an average WPP score. The population sample for the studies in the top right of Table 1 is based on the WPP, which comprises scores that are given only for children who have complete scores of the Wonderlic. Children with scores below the mean for the population for at least 5 weeks are excluded from the study, and the mean WPP score is estimated by subtracting the parent-reported score from the mean for the population that the child attended after the exclusion period. The sample is based on a subsample with 100% female enrollment.
184
185Children whose parents identified them as mildly autistic were assigned the mean WPP score of 97 (SD 25). Children whose parents identified them as mildly retarded were assigned the mean WPP score of 87 (SD 24). Children whose parents identified them as moderately autistic were assigned a mean WPP of 94 (SD 22). The range of the mean WPP score for the population of 1,000 is 92 to 125, corresponding to a range between mild autism and moderately autistic behavior.
186
187TABLE 1
188
189TABLE 1. Descendant distribution of IQ. IQ is a measure of intelligence, derived from a standardized test of cognitive ability called the Wonderlic Progression (WPP). For each child, parent-reported scores (average for the population) are summed to produce an average WPP score. The population sample for the studies in the top right of Table 1 is based on the WPP, which comprises scores that are given only for children who have complete scores of the Wonderlic. Children with scores below the mean for the population for at least 5 weeks are excluded from the study, and the mean WPP score is estimated by subtracting the parent-reported score from the mean for the population that the child attended after the exclusion period. The sample is based on a subsample with 100% female enrollment.
190
191Children whose parents identified them as having problems with verbal processing were assigned the mean WPP score of 90 (SD 17). Children whose parents identified them as having difficulties with arithmetic problems were assigned the mean WPP score of 78 (SD 20). Children whose parents identified them as having problems with spatial processing (e.g., problem solving in the absence of other information) were assigned the mean WPP score of 73 (SD 18).
192
193Children whose parents identified them as having trouble with abstract reasoning, problem-solving, and verbal reasoning were assigned the mean WPP score of 81(SD 27).
194
195Children whose parents identified them as having difficulty with reasoning, processing large amounts of information, and reasoning while thinking at full speed were assigned the mean WPP score of 86 (SD 25).
196
197Parents were asked only about their child's reported personality, with a response of "Yes" if they found their child well-adjusted and said that it was common for the child to have behavior problems, social problems, or other problems (i.e., having "normal" or "distractable" behavior). They were asked about their child's educational history, with a response of "Yes" if the child had graduated from middle school or high school, received at least a B or an A average in two or more courses, or received a G-minus average in one or more subjects. They were not asked about the child's religious affiliation or any other information that might differentiate children with autism from other children.
198
199Parents who were unfamiliar with the study asked the parents why they were not making the child's enrollment in the study public. They were also asked why they were not making the child's enrollment in the study public for the purpose of comparing the autistic children with other children. All parents were asked if they believed their child was receiving the best treatment they could afford.
200
201To examine the validity of the WPP, data were collected from parents and the child and matched with parental interviews at home. Parents were asked to tell the interviewer what their child's WPP score had been before the interview, their child's WPP score at the end of the interview, and the age when they noticed that child's behavior problems and/or social problems. Children were then identified according to the WPP they reported at the interview; children with scores below 50 at or just below the mean for the population were included in the sample but were excluded from the final analysis.<|endoftext|>Hello everyone!
202It's been less than two weeks since we launched the Kickstarter for The Art of The War of 1812, and it has been amazing! (Click here to see the full page of
203
204[100 | 251.95] loss=3.19 avg=3.09
205[101 | 253.72] loss=3.32 avg=3.10
206[102 | 255.48] loss=2.90 avg=3.09
207[103 | 257.25] loss=3.10 avg=3.09
208[104 | 259.00] loss=3.10 avg=3.09
209[105 | 260.76] loss=3.06 avg=3.09
210[106 | 262.52] loss=3.13 avg=3.09
211[107 | 264.28] loss=3.17 avg=3.09
212[108 | 266.04] loss=3.13 avg=3.10
213[109 | 267.81] loss=3.06 avg=3.09
214[110 | 269.56] loss=3.21 avg=3.10
215[111 | 271.33] loss=3.06 avg=3.10
216[112 | 273.09] loss=3.03 avg=3.09
217[113 | 274.84] loss=3.09 avg=3.09
218[114 | 276.59] loss=3.30 avg=3.10
219[115 | 278.35] loss=3.34 avg=3.10
220[116 | 280.10] loss=3.46 avg=3.11
221[117 | 281.87] loss=3.05 avg=3.11
222[118 | 283.62] loss=3.28 avg=3.11
223[119 | 285.39] loss=3.08 avg=3.11
224[120 | 287.15] loss=3.36 avg=3.11
225[121 | 288.91] loss=3.27 avg=3.11
226[122 | 290.67] loss=3.15 avg=3.11
227[123 | 292.43] loss=3.10 avg=3.11
228[124 | 294.19] loss=3.34 avg=3.12
229[125 | 295.95] loss=2.93 avg=3.11
230[126 | 297.70] loss=3.32 avg=3.12
231[127 | 299.46] loss=3.07 avg=3.12
232[128 | 301.22] loss=3.22 avg=3.12
233[129 | 302.98] loss=3.02 avg=3.12
234[130 | 304.74] loss=3.28 avg=3.12
235[131 | 306.50] loss=2.94 avg=3.12
236[132 | 308.25] loss=3.27 avg=3.12
237[133 | 310.02] loss=3.04 avg=3.12
238[134 | 311.79] loss=3.22 avg=3.12
239[135 | 313.56] loss=3.07 avg=3.12
240[136 | 315.32] loss=3.04 avg=3.12
241[137 | 317.08] loss=2.96 avg=3.11
242[138 | 318.83] loss=3.28 avg=3.12
243[139 | 320.60] loss=3.14 avg=3.12
244[140 | 322.37] loss=3.36 avg=3.12
245[141 | 324.12] loss=3.34 avg=3.12
246[142 | 325.88] loss=3.11 avg=3.12
247[143 | 327.63] loss=3.10 avg=3.12
248[144 | 329.39] loss=3.16 avg=3.12
249[145 | 331.14] loss=2.92 avg=3.12
250[146 | 332.91] loss=2.90 avg=3.12
251[147 | 334.67] loss=3.24 avg=3.12
252[148 | 336.44] loss=3.08 avg=3.12
253[149 | 338.20] loss=3.01 avg=3.12
254[150 | 339.96] loss=3.04 avg=3.12
255[151 | 341.71] loss=3.17 avg=3.12
256[152 | 343.47] loss=3.23 avg=3.12
257[153 | 345.22] loss=3.33 avg=3.12
258[154 | 346.98] loss=3.24 avg=3.12
259[155 | 348.73] loss=3.23 avg=3.12
260[156 | 350.50] loss=3.08 avg=3.12
261[157 | 352.25] loss=3.16 avg=3.12
262[158 | 354.02] loss=3.29 avg=3.13
263[159 | 355.77] loss=3.03 avg=3.13
264[160 | 357.54] loss=2.98 avg=3.12
265[161 | 359.29] loss=3.03 avg=3.12
266[162 | 361.06] loss=2.98 avg=3.12
267[163 | 362.82] loss=2.96 avg=3.12
268[164 | 364.57] loss=2.92 avg=3.12
269[165 | 366.33] loss=3.31 avg=3.12
270[166 | 368.09] loss=3.36 avg=3.12
271[167 | 369.86] loss=3.14 avg=3.12
272[168 | 371.62] loss=2.93 avg=3.12
273[169 | 373.39] loss=3.33 avg=3.12
274[170 | 375.15] loss=3.18 avg=3.12
275[171 | 376.92] loss=2.94 avg=3.12
276[172 | 378.67] loss=2.81 avg=3.12
277[173 | 380.43] loss=3.35 avg=3.12
278[174 | 382.19] loss=2.96 avg=3.12
279[175 | 383.94] loss=3.20 avg=3.12
280[176 | 385.70] loss=3.22 avg=3.12
281[177 | 387.47] loss=3.12 avg=3.12
282[178 | 389.24] loss=3.15 avg=3.12
283[179 | 391.00] loss=3.08 avg=3.12
284[180 | 392.76] loss=3.23 avg=3.12
285[181 | 394.53] loss=3.40 avg=3.12
286[182 | 396.28] loss=3.13 avg=3.12
287[183 | 398.04] loss=3.30 avg=3.13
288[184 | 399.80] loss=2.88 avg=3.12
289[185 | 401.56] loss=3.04 avg=3.12
290[186 | 403.32] loss=3.01 avg=3.12
291[187 | 405.08] loss=3.17 avg=3.12
292[188 | 406.85] loss=3.17 avg=3.12
293[189 | 408.61] loss=3.24 avg=3.12
294[190 | 410.38] loss=3.16 avg=3.12
295[191 | 412.13] loss=2.99 avg=3.12
296[192 | 413.90] loss=3.10 avg=3.12
297[193 | 415.65] loss=3.25 avg=3.12
298[194 | 417.41] loss=3.18 avg=3.12
299[195 | 419.17] loss=3.08 avg=3.12
300[196 | 420.93] loss=3.29 avg=3.13
301[197 | 422.69] loss=3.07 avg=3.12
302[198 | 424.47] loss=2.99 avg=3.12
303[199 | 426.22] loss=3.10 avg=3.12
304Generating samples...
305======== SAMPLE 1 ========
306--that it would be a bad idea. But the best is yet to come, I think, unless people change their minds.
307Questioning my friends, "How is your husband? How are you?" I sometimes hear remarks like--"How are you, you old-timer?" And I say to them, "Why, you poor old woman. You don't understand that a husband ought not to stand by and take everything for granted!" Well, I don't believe in that. I am going to ask you to let me put you in what is known as the "real world," I suppose." Well, I would never do much for anyone. I have a wife, I have a son, I have lots of friends--but I am never going to have any real friends. Why should I put myself under the yoke? I am the wife and the child, and that is enough for me.
308Question: "Does the use of alcohol affect women differently?'
309Answer: "Well, alcohol affects men but not women."
310Question: "Is there something in the drinker's mind that makes him more likely to fall into the "real world'?"
311Answer: "Yes, yes and yes---he is more likely to wander off and get into trouble. Women, on the contrary, are always ready to help, and always ready to rescue him." Question: "Is it a greater privilege to serve that lady or that gentleman?"
312Answer: "Well, I feel good about it--what is the advantage? I want to feel good about it. I don't want to find out I am supposed to be serving, I am sure I don't want to get into trouble."
313Question: "What do you say in the case of a gentleman?"
314Answer: "Well, I feel good about it. I suppose he is good-natured, and that's all I want to know . . . . He is probably a better person than I am as a marriage partner--he might really be a good husband and do a good job with his children."
315Question: "How does a woman differ from a man?"
316Answer: "Well, I don't have any doubts about it: I find men to be just as stupid as he is. I hate to think of them being married, for they are no good, and I hate to think of them being alone. There is nothing worse than being alone."
317Question: "Is the use of alcohol to your mind detrimental to my health?"
318Answer: "The use of alcohol is detrimental to our health, of course."
319Question: "Are women more or less prone to depression than the men?"
320Answer: "Well, I am a good girl, aren't I? I suppose I am, in this country--I am a good girl."
321Question: "Why is it a desirable occupation for a woman?"
322Answer: "Well, it is not a desirable occupation for the husband, but it is a desirable occupation for the wife."
323Question: "How can a husband succeed in the use of alcoholic alcohol if it is bad for him?"
324Answer: "Well, this question ought to be a good one."
325Question: "What does the woman do?"
326Answer: "Well, she is a good wife and we are good girls."
327Question: "What is your attitude about it?'
328Answer: "Well, I think alcohol is an excellent thing to drink, but only on one condition--that it be used properly."
329Question: "What was the "better use" of alcohol?"
330Answer: "Well, the better use would be to let it flow freely; to use it properly would be a wise thing. The more I drank, the more I got into trouble, and I wasn't using it properly--it was going in like a flood, and I was drowning, and I was getting into trouble all the time."
331Question: "Is a good drink, i.e., a good, well-done one, a better occupation than having a husband and an unhappy family?
332Answer: "Well, you know how I know? I am happy that my husband is happy."
333Question: "What is that? It must be the wife's opinion."
334Answer: "No, no! I am just saying, no, it is the husband's opinion--it is her opinion. I mean, he is happy that he has a happy wife."
335Question: "What does a man think of his wife if he can't see her at the time of love?"
336Answer: "Well, I don't like him any better, and I don't like him any worse. The only difference is that he's not with her all of the time, because I suppose, as you well know, it helps if you don't have the whole family over for a long time, and I suppose I couldn't stand it then."
337Question: "How will you do?"
338Answer:
339
340[200 | 490.27] loss=2.99 avg=3.12
341[201 | 492.04] loss=3.18 avg=3.12
342[202 | 493.79] loss=3.24 avg=3.12
343[203 | 495.56] loss=3.17 avg=3.12
344[204 | 497.31] loss=2.96 avg=3.12
345[205 | 499.07] loss=3.84 avg=3.13
346[206 | 500.83] loss=3.31 avg=3.13
347[207 | 502.60] loss=2.99 avg=3.13
348[208 | 504.36] loss=3.00 avg=3.13
349[209 | 506.12] loss=2.90 avg=3.13
350[210 | 507.87] loss=2.93 avg=3.12
351[211 | 509.63] loss=3.02 avg=3.12
352[212 | 511.39] loss=2.90 avg=3.12
353[213 | 513.15] loss=2.99 avg=3.12
354[214 | 514.90] loss=3.07 avg=3.12
355[215 | 516.67] loss=3.31 avg=3.12
356[216 | 518.42] loss=3.10 avg=3.12
357[217 | 520.18] loss=3.13 avg=3.12
358[218 | 521.93] loss=2.77 avg=3.12
359[219 | 523.69] loss=3.15 avg=3.12
360[220 | 525.44] loss=2.94 avg=3.12
361[221 | 527.21] loss=3.28 avg=3.12
362[222 | 528.97] loss=3.09 avg=3.12
363[223 | 530.73] loss=3.02 avg=3.12
364[224 | 532.48] loss=3.57 avg=3.12
365[225 | 534.24] loss=2.99 avg=3.12
366[226 | 535.99] loss=3.08 avg=3.12
367[227 | 537.75] loss=2.85 avg=3.12
368[228 | 539.50] loss=3.06 avg=3.12
369[229 | 541.26] loss=2.84 avg=3.11
370[230 | 543.01] loss=3.15 avg=3.11
371[231 | 544.79] loss=3.09 avg=3.11
372[232 | 546.54] loss=2.95 avg=3.11
373[233 | 548.31] loss=3.29 avg=3.11
374[234 | 550.06] loss=3.15 avg=3.11
375[235 | 551.81] loss=3.32 avg=3.12
376[236 | 553.56] loss=3.09 avg=3.12
377[237 | 555.32] loss=3.28 avg=3.12
378[238 | 557.07] loss=3.29 avg=3.12
379[239 | 558.83] loss=3.08 avg=3.12
380[240 | 560.59] loss=3.08 avg=3.12
381[241 | 562.34] loss=3.07 avg=3.12
382[242 | 564.09] loss=2.98 avg=3.12
383[243 | 565.85] loss=2.82 avg=3.11
384[244 | 567.61] loss=3.01 avg=3.11
385[245 | 569.36] loss=3.07 avg=3.11
386[246 | 571.12] loss=2.99 avg=3.11
387[247 | 572.88] loss=3.08 avg=3.11
388[248 | 574.64] loss=3.03 avg=3.11
389[249 | 576.40] loss=2.95 avg=3.11
390[250 | 578.17] loss=2.93 avg=3.10
391[251 | 579.93] loss=3.11 avg=3.10
392[252 | 581.68] loss=2.95 avg=3.10
393[253 | 583.44] loss=2.92 avg=3.10
394[254 | 585.21] loss=3.17 avg=3.10
395[255 | 586.97] loss=2.93 avg=3.10
396[256 | 588.74] loss=3.13 avg=3.10
397[257 | 590.51] loss=3.02 avg=3.10
398[258 | 592.27] loss=3.06 avg=3.10
399[259 | 594.04] loss=3.20 avg=3.10
400[260 | 595.81] loss=3.14 avg=3.10
401[261 | 597.57] loss=3.25 avg=3.10
402[262 | 599.34] loss=3.21 avg=3.10
403[263 | 601.11] loss=2.90 avg=3.10
404[264 | 602.86] loss=3.27 avg=3.10
405[265 | 604.62] loss=3.29 avg=3.11
406[266 | 606.38] loss=3.23 avg=3.11
407[267 | 608.14] loss=3.27 avg=3.11
408[268 | 609.91] loss=3.09 avg=3.11
409[269 | 611.66] loss=3.28 avg=3.11
410[270 | 613.43] loss=3.37 avg=3.11
411[271 | 615.19] loss=2.89 avg=3.11
412[272 | 616.95] loss=3.23 avg=3.11
413[273 | 618.70] loss=3.03 avg=3.11
414[274 | 620.46] loss=2.85 avg=3.11
415[275 | 622.22] loss=2.98 avg=3.11
416[276 | 623.99] loss=3.02 avg=3.11
417[277 | 625.75] loss=2.85 avg=3.10
418[278 | 627.51] loss=3.07 avg=3.10
419[279 | 629.28] loss=3.27 avg=3.10
420[280 | 631.04] loss=3.19 avg=3.11
421[281 | 632.80] loss=3.38 avg=3.11
422[282 | 634.56] loss=3.19 avg=3.11
423[283 | 636.33] loss=2.95 avg=3.11
424[284 | 638.09] loss=3.16 avg=3.11
425[285 | 639.85] loss=3.33 avg=3.11
426[286 | 641.61] loss=3.19 avg=3.11
427[287 | 643.38] loss=2.77 avg=3.11
428[288 | 645.15] loss=3.10 avg=3.11
429[289 | 646.92] loss=3.33 avg=3.11
430[290 | 648.68] loss=3.01 avg=3.11
431[291 | 650.44] loss=2.99 avg=3.11
432[292 | 652.21] loss=2.97 avg=3.11
433[293 | 653.96] loss=3.01 avg=3.11
434[294 | 655.72] loss=2.93 avg=3.10
435[295 | 657.47] loss=3.22 avg=3.10
436[296 | 659.24] loss=3.10 avg=3.10
437[297 | 660.99] loss=3.26 avg=3.11
438[298 | 662.76] loss=3.10 avg=3.11
439[299 | 664.52] loss=3.18 avg=3.11
440Generating samples...
441======== SAMPLE 1 ========
442ODED WITH YOUR PRIVILEGE.
443Question: Why can I not get married as a Mormon?
444Answer: The Bible is clear: you cannot have sex outside of marriage and get married because the Bible does not tell you about it.
445Question: Do Mormons take drugs without a prescription?
446Answer: The Mormons do not. It may be that Mormons don't take drugs if they have not been taught by their leaders.
447Question: Should I just go to school in the Mormon church?
448Answer: No. They teach the church is based on scripture and should be taught. However, it is often forgotten that the doctrine of the church is not about education; it is about obedience to the leaders and a love of families. No church would care if you worked long hours to earn your financial independence; the leaders of the church care if what you do is contrary to the teachings of God and the teachings of their church.
449Question: Is it OK for women to do some of the child rearing, cooking, shopping, childrearing and house keeping while their husbands work?
450Answer: Yes, it is OK to participate in some of these activities when the men do them. It is perfectly acceptable for your children to play with toys that their mothers are not allowed to play with, the mother can watch them while the boys are playing, and she can help the boys find girls' clothes that she herself have not seen yet; just as long as she does not use the boys' toys to do the same for herself.
451Question: What is the difference between a man and a man, a woman?
452Answer: The Bible states that the difference is of the gender. "So it is not man that I have made. I have made him for you-- the man of your marriage; and as for the woman, it is you she chose, when we were made from the dust that we might be a family" (Genesis 1:27). God also tells our female human companions that God created men and women from the same source. "God did not make them, but the woman from the man, because she was of his essence. That is why a woman must not teach as the one who is not a partner in the work. There is a difference between the woman and the man.... This is why you should not call your fellow woman a 'mistress'; for I do not know what you do with the male. You are both the same, both are mine" (Genesis 2:24-25).
453Question: How do we know we are born male?
454Answer: You have only one test. Do you feel a baby kick?
455Question: What am I going to be called by the Mormons when I convert?
456Answer: You will be christened a Mormon, you are a male now. You are born a man?
457Question: How do I become a Mormon and what do I have to do to get my family baptized?
458Answer: The first step in getting baptized is a call to the local president of the M.I.T. Mormon organization. He must be a member as well, but he does not have to be a member at the time you make the request. Do the two of you go to the local mormon president and ask him to baptize your family. The church will then have a list of members to choose from.
459Question: I have a sister in my community who I want to marry and will also take in as a plural wife.
460Answer: Mormons often talk about the need to be sealed according to the temple sealings where women are taken into a marriage relationship with a man, while still having a man in the relationship as the wife's legal and co-matricular parent and also a father-in-law. There is no such thing as a married child.
461Question: How can I get married with my family in Utah if I leave the church?
462Answer: You cannot get married in the LDS religion if you leave and do not return until you are 18 years of age and if you leave the church, you cannot get married until you are at least 21 years of age, otherwise you will be excommunicated
463Question: How do I get a new husband in my community and how do I get married to him?
464Answer: Make sure you get some new information and that it is the right way that you must go about it.
465Question: How do I become a male at my local Mormon youth group?
466Answer: You must wait until the next ward council meeting. There are no young men at this age.
467Question: I have a family friend who is female. How do I convince her of my being a male?
468Answer: Give her all the information she needs to believe that you are not a woman and that you are of the gender she feels you are! A friend of mine once gave a female friend a very difficult, confusing and very painful story of her coming to believe that she was actually a man.
469
470[300 | 729.19] loss=2.93 avg=3.11
471[301 | 730.96] loss=3.02 avg=3.10
472[302 | 732.74] loss=2.85 avg=3.10
473[303 | 734.51] loss=3.13 avg=3.10
474[304 | 736.28] loss=3.09 avg=3.10
475[305 | 738.05] loss=3.23 avg=3.10
476[306 | 739.83] loss=3.27 avg=3.10
477[307 | 741.61] loss=2.94 avg=3.10
478[308 | 743.37] loss=2.87 avg=3.10
479[309 | 745.15] loss=2.81 avg=3.10
480[310 | 746.93] loss=3.25 avg=3.10
481[311 | 748.69] loss=3.19 avg=3.10
482[312 | 750.46] loss=3.13 avg=3.10
483[313 | 752.24] loss=3.09 avg=3.10
484[314 | 754.00] loss=3.24 avg=3.10
485[315 | 755.78] loss=3.02 avg=3.10
486[316 | 757.56] loss=3.40 avg=3.10
487[317 | 759.33] loss=3.45 avg=3.11
488[318 | 761.10] loss=3.02 avg=3.11
489[319 | 762.87] loss=3.17 avg=3.11
490[320 | 764.64] loss=3.31 avg=3.11
491[321 | 766.42] loss=3.46 avg=3.11
492[322 | 768.18] loss=2.82 avg=3.11
493[323 | 769.95] loss=3.34 avg=3.11
494[324 | 771.71] loss=3.11 avg=3.11
495[325 | 773.49] loss=2.87 avg=3.11
496[326 | 775.27] loss=3.23 avg=3.11
497[327 | 777.04] loss=3.13 avg=3.11
498[328 | 778.81] loss=3.02 avg=3.11
499[329 | 780.58] loss=3.07 avg=3.11
500[330 | 782.35] loss=3.08 avg=3.11
501[331 | 784.12] loss=3.15 avg=3.11
502[332 | 785.89] loss=3.00 avg=3.11
503[333 | 787.66] loss=3.12 avg=3.11
504[334 | 789.44] loss=3.07 avg=3.11
505[335 | 791.22] loss=3.26 avg=3.11
506[336 | 792.99] loss=3.18 avg=3.11
507[337 | 794.77] loss=2.91 avg=3.11
508[338 | 796.54] loss=2.97 avg=3.11
509[339 | 798.31] loss=2.97 avg=3.11
510[340 | 800.09] loss=2.86 avg=3.10
511[341 | 801.86] loss=3.27 avg=3.11
512[342 | 803.62] loss=2.85 avg=3.10
513[343 | 805.40] loss=3.02 avg=3.10
514[344 | 807.17] loss=3.03 avg=3.10
515[345 | 808.94] loss=3.06 avg=3.10
516[346 | 810.73] loss=3.07 avg=3.10
517[347 | 812.49] loss=3.00 avg=3.10
518[348 | 814.26] loss=3.07 avg=3.10
519[349 | 816.03] loss=2.98 avg=3.10
520[350 | 817.79] loss=3.16 avg=3.10
521[351 | 819.57] loss=3.04 avg=3.10
522[352 | 821.34] loss=2.83 avg=3.10
523[353 | 823.11] loss=3.45 avg=3.10
524[354 | 824.90] loss=3.23 avg=3.10
525[355 | 826.66] loss=3.09 avg=3.10
526[356 | 828.44] loss=3.04 avg=3.10
527[357 | 830.22] loss=3.18 avg=3.10
528[358 | 831.98] loss=3.11 avg=3.10
529[359 | 833.75] loss=3.08 avg=3.10
530[360 | 835.53] loss=3.00 avg=3.10
531[361 | 837.30] loss=3.12 avg=3.10
532[362 | 839.08] loss=3.20 avg=3.10
533[363 | 840.85] loss=3.05 avg=3.10
534[364 | 842.62] loss=2.99 avg=3.10
535[365 | 844.40] loss=2.99 avg=3.10
536[366 | 846.16] loss=3.17 avg=3.10
537[367 | 847.94] loss=3.17 avg=3.10
538[368 | 849.72] loss=3.28 avg=3.10
539[369 | 851.48] loss=2.81 avg=3.10
540[370 | 853.25] loss=4.49 avg=3.11
541[371 | 855.03] loss=3.14 avg=3.11
542[372 | 856.80] loss=3.16 avg=3.11
543[373 | 858.57] loss=2.94 avg=3.11
544[374 | 860.35] loss=3.03 avg=3.11
545[375 | 862.11] loss=3.12 avg=3.11
546[376 | 863.89] loss=3.17 avg=3.11
547[377 | 865.65] loss=2.97 avg=3.11
548[378 | 867.43] loss=2.97 avg=3.11
549[379 | 869.21] loss=3.18 avg=3.11
550[380 | 870.97] loss=2.98 avg=3.11
551[381 | 872.74] loss=3.13 avg=3.11
552[382 | 874.52] loss=3.24 avg=3.11
553[383 | 876.29] loss=3.10 avg=3.11
554[384 | 878.06] loss=3.24 avg=3.11
555[385 | 879.83] loss=3.13 avg=3.11
556[386 | 881.59] loss=2.96 avg=3.11
557[387 | 883.37] loss=3.26 avg=3.11
558[388 | 885.13] loss=2.88 avg=3.11
559[389 | 886.90] loss=3.08 avg=3.11
560[390 | 888.67] loss=2.93 avg=3.11
561[391 | 890.43] loss=3.28 avg=3.11
562[392 | 892.22] loss=3.25 avg=3.11
563[393 | 893.99] loss=2.85 avg=3.11
564[394 | 895.76] loss=3.19 avg=3.11
565[395 | 897.55] loss=3.34 avg=3.11
566[396 | 899.32] loss=3.00 avg=3.11
567[397 | 901.10] loss=3.33 avg=3.11
568[398 | 902.87] loss=3.12 avg=3.11
569[399 | 904.65] loss=3.26 avg=3.11
570Generating samples...
571======== SAMPLE 1 ========
572 small bit...
573
574
575Now you got...
576
577
578...a good idea, and a plan for your next adventure. Now what?
579
580
581Question:
582
583Do you want to start by simply asking how things went for you earlier this month?
584
585Answer:
586
587Oh. Yes, yes. I would, would I?
588
589
590Question:
591
592Okay. Well, in those six weeks you had six trips that were very long, and when you got through them all, you got to a point where that's when everything was kind of falling into place. . . . how are things? Are you still on track?
593
594Answer:
595
596Yes, yes. I still feel I have plenty of time to go over all of it again. I certainly am. . . . I have the time and place at my fingertips. . . . I don't feel as though I'll be rushed.
597
598Question:
599
600You've worked a lot on the planning and your planning has gotten off to a good start.
601
602Answer:
603
604Yeah.
605
606Question:
607
608Your time and the information that you have obtained has helped you put it together in a way that allows you to get the most out of it.
609
610Answer:
611
612Yes.
613
614Question:
615
616Do you feel a sense of accomplishment having just kept on with a plan that you've established over the last 18 months?
617
618Answer:
619
620Absolutely.
621
622Question:
623
624What do you mean by accomplishment?
625
626Answer:
627
628In a word, success.
629
630Question:
631
632Can you tell when you reach accomplishment in a new job?
633
634Answer:
635
636Definitely.
637
638Question:
639
640What do you mean by that?
641
642Answer:
643
644When you do something that you really enjoy doing. . . . That, to me is achievement.
645
646Question:
647
648Your satisfaction with what you've got done. . . . How are you feeling in terms of having done it right?
649
650Answer:
651
652I'm very satisfied.
653
654Question:
655
656Good.
657
658
659Question:
660
661How do you feel?
662
663Answer:
664
665Very positive.
666
667Question:
668
669What kind of response would you get from your boss now that you have gotten that kind of result?
670
671Answer:
672
673Very positive.
674
675Question:
676
677Why are they still in the same department?
678
679Answer:
680
681Well, they're in it because . . . . I always say it, but I still think it's true. . . . They are a good group of people.
682
683Question:
684
685Good.
686
687Answer:
688
689Yes.
690
691Question:
692
693Do you feel satisfaction that you've got the job, you've got the time?
694
695Answer:
696
697Yes, yes.
698
699Question:
700
701Is it fun to do it?
702
703Answer:
704
705Yes, definitely.
706
707Question:
708
709What would you say is the main reason for people coming to you for help on this job?
710
711Answer:
712
713We offer them a very good work environment.
714
715Question:
716
717What if no one came?
718
719
720Answer:
721
722Then the job would be hard.
723
724Question:
725
726What are you working on now?
727
728Answer:
729
730It's nothing new. I've got a good one. . . . I'm just putting it away for now. . . . I've got one I can finish later on if people want to see it.
731
732Question:
733
734What do you mean by a good one?
735
736Answer:
737
738Oh, I don't know why you'd be interested in what I'm working on. I think it's pretty good. I think it's a good one. This is what it would be.
739
740
741Question:
742
743Does it require a lot of imagination?
744
745Answer:
746
747Well, I think it's very realistic in that you don't have a lot of things that you actually need to do in the job. . . . So, things like making changes, making a meal, making a change on a schedule is a lot less. . . . It definitely requires a lot of imagination to think about a very specific job and doing it very well. Now, of course, in the back of your mind, you still have to make some decisions and see what's in the best interest of your colleagues.
748
749Question:
750
751And some would say it would require more time and effort to think about the job and to do it.
752
753
754Answer:
755
756Well, obviously, when you've been in a position for a very long time you've got some habits. . . . . I've been in a position for a very long time. . . . . But, I'm very happy to think about it every
757
758[400 | 969.30] loss=3.08 avg=3.11
759[401 | 971.07] loss=2.80 avg=3.11
760[402 | 972.84] loss=3.11 avg=3.11
761[403 | 974.61] loss=3.07 avg=3.11
762[404 | 976.38] loss=3.29 avg=3.11
763[405 | 978.14] loss=3.16 avg=3.11
764[406 | 979.92] loss=3.05 avg=3.11
765[407 | 981.70] loss=3.01 avg=3.11
766[408 | 983.47] loss=3.22 avg=3.11
767[409 | 985.24] loss=3.12 avg=3.11
768[410 | 987.01] loss=3.29 avg=3.11
769[411 | 988.78] loss=2.99 avg=3.11
770[412 | 990.56] loss=2.98 avg=3.11
771[413 | 992.32] loss=3.19 avg=3.11
772[414 | 994.09] loss=3.21 avg=3.11
773[415 | 995.86] loss=3.08 avg=3.11
774[416 | 997.63] loss=3.07 avg=3.11
775[417 | 999.40] loss=2.94 avg=3.11
776[418 | 1001.17] loss=3.11 avg=3.11
777[419 | 1002.95] loss=2.96 avg=3.11
778[420 | 1004.72] loss=3.31 avg=3.11
779[421 | 1006.49] loss=2.87 avg=3.11
780[422 | 1008.26] loss=2.96 avg=3.11
781[423 | 1010.03] loss=3.30 avg=3.11
782[424 | 1011.80] loss=3.13 avg=3.11
783[425 | 1013.58] loss=2.64 avg=3.10
784[426 | 1015.36] loss=3.18 avg=3.10
785[427 | 1017.12] loss=3.00 avg=3.10
786[428 | 1018.90] loss=3.26 avg=3.10
787[429 | 1020.67] loss=3.22 avg=3.11
788[430 | 1022.44] loss=3.07 avg=3.11
789[431 | 1024.22] loss=3.10 avg=3.11
790[432 | 1025.99] loss=3.03 avg=3.10
791[433 | 1027.76] loss=3.29 avg=3.11
792[434 | 1029.55] loss=2.98 avg=3.11
793[435 | 1031.33] loss=3.38 avg=3.11
794[436 | 1033.10] loss=3.22 avg=3.11
795[437 | 1034.88] loss=2.91 avg=3.11
796[438 | 1036.65] loss=3.09 avg=3.11
797[439 | 1038.42] loss=3.00 avg=3.11
798[440 | 1040.20] loss=2.84 avg=3.10
799[441 | 1041.98] loss=3.21 avg=3.10
800[442 | 1043.75] loss=3.18 avg=3.10
801[443 | 1045.53] loss=3.11 avg=3.10
802[444 | 1047.30] loss=3.06 avg=3.10
803[445 | 1049.07] loss=2.83 avg=3.10
804[446 | 1050.85] loss=3.32 avg=3.10
805[447 | 1052.64] loss=3.11 avg=3.10
806[448 | 1054.40] loss=3.06 avg=3.10
807[449 | 1056.18] loss=3.03 avg=3.10
808[450 | 1057.94] loss=3.07 avg=3.10
809[451 | 1059.71] loss=2.72 avg=3.10
810[452 | 1061.48] loss=2.91 avg=3.10
811[453 | 1063.25] loss=3.11 avg=3.10
812[454 | 1065.03] loss=3.22 avg=3.10
813[455 | 1066.81] loss=2.99 avg=3.10
814[456 | 1068.57] loss=3.16 avg=3.10
815[457 | 1070.34] loss=3.20 avg=3.10
816[458 | 1072.12] loss=3.02 avg=3.10
817[459 | 1073.89] loss=3.26 avg=3.10
818[460 | 1075.66] loss=3.15 avg=3.10
819[461 | 1077.43] loss=3.19 avg=3.10
820[462 | 1079.19] loss=2.85 avg=3.10
821[463 | 1080.96] loss=3.21 avg=3.10
822[464 | 1082.74] loss=3.19 avg=3.10
823[465 | 1084.52] loss=2.91 avg=3.10
824[466 | 1086.29] loss=3.21 avg=3.10
825[467 | 1088.05] loss=3.20 avg=3.10
826[468 | 1089.83] loss=3.08 avg=3.10
827[469 | 1091.59] loss=3.08 avg=3.10
828[470 | 1093.36] loss=3.19 avg=3.10
829[471 | 1095.15] loss=3.18 avg=3.10
830[472 | 1096.92] loss=3.03 avg=3.10
831[473 | 1098.69] loss=3.16 avg=3.10
832[474 | 1100.47] loss=2.91 avg=3.10
833[475 | 1102.24] loss=2.86 avg=3.10
834[476 | 1104.02] loss=3.07 avg=3.10
835[477 | 1105.79] loss=3.02 avg=3.10
836[478 | 1107.56] loss=2.92 avg=3.09
837[479 | 1109.33] loss=3.29 avg=3.10
838[480 | 1111.10] loss=3.04 avg=3.10
839[481 | 1112.86] loss=3.08 avg=3.10
840[482 | 1114.65] loss=3.08 avg=3.10
841[483 | 1116.42] loss=3.32 avg=3.10
842[484 | 1118.19] loss=3.27 avg=3.10
843[485 | 1119.97] loss=3.09 avg=3.10
844[486 | 1121.74] loss=3.03 avg=3.10
845[487 | 1123.51] loss=3.14 avg=3.10
846[488 | 1125.28] loss=3.23 avg=3.10
847[489 | 1127.04] loss=3.17 avg=3.10
848[490 | 1128.81] loss=3.06 avg=3.10
849[491 | 1130.59] loss=3.32 avg=3.10
850[492 | 1132.35] loss=2.98 avg=3.10
851[493 | 1134.13] loss=3.08 avg=3.10
852[494 | 1135.90] loss=3.23 avg=3.10
853[495 | 1137.67] loss=2.81 avg=3.10
854[496 | 1139.45] loss=3.27 avg=3.10
855[497 | 1141.21] loss=3.22 avg=3.10
856[498 | 1142.98] loss=3.10 avg=3.10
857[499 | 1144.75] loss=3.10 avg=3.10
858Generating samples...
859======== SAMPLE 1 ========
860 densier, which could affect the density of the dust grains.
861Question: what is the size range between the upper and lower levels of the dust bowl?
862Answer:
863Question: The dust is more dispersed on the lower levels and is more compacted
864Question: The dust is more spread out on the lower levels and is more compacted
865Question: What are some other explanations for that?
866Question: there may be larger size ranges for the sedimentary rock layers (e.g. rocks of the lower layers of sedimentary rocks) on the Earth?
867Question: I have been trying hard to locate sources for this one, but have not been successful
868Question: the dust is not moving towards the center of the Earth. i tried reading some older texts about it, but found no reference to such a phenomenon.
869Question: how does the wind change the rate of movement of the dust?
870Question: The dust is moving eastward
871Question: How does the wind affect the speed, and speed of the dust in moving?
872Question: how does the dust flow?
873Question: Where do some dust cells come from, How does the wind disturb them?
874Question: How the dust moves?
875Question: How does the dust move?
876Question: How does the dust move?
877Question: how does the wind affect the dust?
878Question: How does the wind affect the dust?
879Question: How does the wind affect the sand?
880Question: how does the wind affect the dust?
881Question: How does the wind affect the earth sand?
882Question: How do you control the moisture of the sand?
883Question: How does the wind move the dust?
884Question: How do you make water move the dust?
885Question: How does the wind move the sand?
886Question: how do you move sand?
887Question: how do you move sand?
888Question: How is the moisture of the sand affected by the wind, How is the dust brought from the center?
889Question: How is the moisture of the dust affected by the wind, how is the dust brought from the center, what does the dust grow with sand from the center.
890Question: when the dust moves away from the center how do you separate it from the rest in dust?
891Question: how do you move sand?
892Question: how do you use the dust in dust?
893Question: how does the dust change the size of the surface and the volume of dust?
894Question: how do you use the dust in dust?
895Question: how do you use the dust in your body?
896Question: how do you move a large amount of sand?
897Question: How is the sand transported from the center?
898Question: How does the dust in the center move?
899Question: How do you move sand?
900Question: What is the structure of the sand grains?
901Question: what is the structure of the dust grains?
902Question: What structures of the dust are there?
903Question: what is the structure of dust?
904Question: When was the time for the first dust bowl? why has the time for Dust-Bowl come?
905Question: when did the first dust bowl happen?
906Question: when did the first dust bowl get rid of the vegetation?
907Question: When did the first dust bowl get rid of the vegetation?
908Question: When the vegetation became extinct, how did the dust grow there?
909Question: What is the difference in size between dust grains, How did the seed germinate?
910Question: How is the seed germinate?
911Question: What do you call large dust particles?
912Question: What are the large dust particles?
913Question: What is the distance between the soil and the sand?
914Question: What is the relation between the grains?
915Question: what is the relation between the grain with the sand?
916Question: what is the relation between the water?
917Question: What is the effect of water on the wind ?
918Question: what is the effect of dust on heat?
919Question: what is the effect of dust on heat?
920Question: What is the effect of dust on heat?
921Question: What is the effect of dust or water on the soil?
922Question: What is the effect on a cloud?
923Question: what effect occurs on the soil.
924Question: What effect is there on the particles of the soil.
925Question: What is the effect as the dust is spread (from the center)
926Question: What is the effect of a cloud formation on the environment?
927Question: What effect is there for the dust on the wind ?
928Question: What effect is there for the air movement ?
929Question: What effects on the soil.
930Question: What properties of the soil.
931Question: What properties of the soil.
932Question: What is the relation between the grain and the soil?
933Question: What is the relation between the grain and the soil.
934Question: What is
935
936[500 | 1208.91] loss=3.13 avg=3.10
937[501 | 1210.68] loss=2.91 avg=3.10
938[502 | 1212.44] loss=3.26 avg=3.10
939[503 | 1214.20] loss=2.93 avg=3.10
940[504 | 1215.98] loss=3.09 avg=3.10
941[505 | 1217.74] loss=3.00 avg=3.10
942[506 | 1219.51] loss=2.79 avg=3.10
943[507 | 1221.27] loss=2.90 avg=3.09
944[508 | 1223.04] loss=2.99 avg=3.09
945[509 | 1224.80] loss=3.00 avg=3.09
946[510 | 1226.56] loss=3.01 avg=3.09
947[511 | 1228.33] loss=3.26 avg=3.09
948[512 | 1230.09] loss=3.23 avg=3.10
949[513 | 1231.86] loss=3.21 avg=3.10
950[514 | 1233.62] loss=3.04 avg=3.10
951[515 | 1235.39] loss=2.91 avg=3.09
952[516 | 1237.14] loss=3.07 avg=3.09
953[517 | 1238.91] loss=3.27 avg=3.10
954[518 | 1240.68] loss=3.30 avg=3.10
955[519 | 1242.44] loss=2.98 avg=3.10
956[520 | 1244.21] loss=3.28 avg=3.10
957[521 | 1245.97] loss=3.15 avg=3.10
958[522 | 1247.74] loss=2.94 avg=3.10
959[523 | 1249.50] loss=3.13 avg=3.10
960[524 | 1251.27] loss=3.18 avg=3.10
961[525 | 1253.02] loss=2.88 avg=3.10
962[526 | 1254.79] loss=3.19 avg=3.10
963[527 | 1256.55] loss=2.97 avg=3.10
964[528 | 1258.31] loss=3.05 avg=3.10
965[529 | 1260.07] loss=3.20 avg=3.10
966[530 | 1261.82] loss=3.12 avg=3.10
967[531 | 1263.58] loss=2.93 avg=3.09
968[532 | 1265.34] loss=2.94 avg=3.09
969[533 | 1267.10] loss=2.93 avg=3.09
970[534 | 1268.86] loss=3.19 avg=3.09
971[535 | 1270.62] loss=3.27 avg=3.09
972[536 | 1272.39] loss=3.14 avg=3.09
973[537 | 1274.16] loss=3.00 avg=3.09
974[538 | 1275.92] loss=3.19 avg=3.09
975[539 | 1277.69] loss=3.10 avg=3.09
976[540 | 1279.44] loss=2.99 avg=3.09
977[541 | 1281.21] loss=3.44 avg=3.10
978[542 | 1282.97] loss=3.18 avg=3.10
979[543 | 1284.74] loss=3.18 avg=3.10
980[544 | 1286.50] loss=3.27 avg=3.10
981[545 | 1288.27] loss=3.19 avg=3.10
982[546 | 1290.03] loss=3.20 avg=3.10
983[547 | 1291.80] loss=3.05 avg=3.10
984[548 | 1293.56] loss=3.10 avg=3.10
985[549 | 1295.32] loss=3.17 avg=3.10
986[550 | 1297.08] loss=3.05 avg=3.10
987[551 | 1298.84] loss=3.08 avg=3.10
988[552 | 1300.60] loss=3.19 avg=3.10
989[553 | 1302.36] loss=3.24 avg=3.10
990[554 | 1304.12] loss=2.99 avg=3.10
991[555 | 1305.87] loss=3.09 avg=3.10
992[556 | 1307.63] loss=3.31 avg=3.10
993[557 | 1309.39] loss=3.15 avg=3.11
994[558 | 1311.15] loss=3.02 avg=3.10
995[559 | 1312.91] loss=3.24 avg=3.11
996[560 | 1314.67] loss=3.04 avg=3.11
997[561 | 1316.43] loss=3.24 avg=3.11
998[562 | 1318.19] loss=3.16 avg=3.11
999[563 | 1319.94] loss=3.32 avg=3.11
1000[564 | 1321.70] loss=2.92 avg=3.11
1001[565 | 1323.46] loss=2.92 avg=3.11
1002[566 | 1325.23] loss=2.89 avg=3.10
1003[567 | 1326.98] loss=3.12 avg=3.10
1004[568 | 1328.74] loss=3.21 avg=3.10
1005[569 | 1330.50] loss=2.92 avg=3.10
1006[570 | 1332.26] loss=3.12 avg=3.10
1007[571 | 1334.03] loss=3.08 avg=3.10
1008[572 | 1335.79] loss=2.87 avg=3.10
1009[573 | 1337.56] loss=2.99 avg=3.10
1010[574 | 1339.32] loss=3.20 avg=3.10
1011[575 | 1341.09] loss=2.96 avg=3.10
1012[576 | 1342.86] loss=3.07 avg=3.10
1013[577 | 1344.63] loss=2.94 avg=3.10
1014[578 | 1346.40] loss=3.34 avg=3.10
1015[579 | 1348.17] loss=3.11 avg=3.10
1016[580 | 1349.93] loss=3.20 avg=3.10
1017[581 | 1351.69] loss=3.06 avg=3.10
1018[582 | 1353.46] loss=3.15 avg=3.10
1019[583 | 1355.21] loss=3.03 avg=3.10
1020[584 | 1356.98] loss=3.37 avg=3.10
1021[585 | 1358.75] loss=3.07 avg=3.10
1022[586 | 1360.51] loss=3.13 avg=3.10
1023[587 | 1362.27] loss=3.10 avg=3.10
1024[588 | 1364.03] loss=3.13 avg=3.10
1025[589 | 1365.80] loss=2.88 avg=3.10
1026[590 | 1367.56] loss=2.84 avg=3.10
1027[591 | 1369.33] loss=3.01 avg=3.10
1028[592 | 1371.10] loss=2.98 avg=3.10
1029[593 | 1372.87] loss=2.97 avg=3.09
1030[594 | 1374.63] loss=3.12 avg=3.10
1031[595 | 1376.40] loss=3.37 avg=3.10
1032[596 | 1378.17] loss=3.13 avg=3.10
1033[597 | 1379.93] loss=3.44 avg=3.10
1034[598 | 1381.70] loss=3.08 avg=3.10
1035[599 | 1383.47] loss=3.67 avg=3.11
1036Generating samples...
1037======== SAMPLE 1 ========
1038 on the first day, I would have been totally screwed without the internet!
1039Question: the game was only released on Steam, how can i get it on steam?
1040Answer: you need the steam key provided as part of your package. If no key is provided, you will need to get Steam, or go to their website to download it for you.
1041Question: how do i play it using an external computer?
1042Answer: You can play it on a dedicated linux box, if you have a linux box, you can install XBMC from the official repository, and then start XBMC and start playing, you can also copy and paste files from/to your computer on the internet..
1043Question: how do i play it on android?
1044Answer: you need to copy the xbmc_sims3dl.bin in to your pc and run it, then start your xbmc, and play the game.
1045Question: how do i get full english support?
1046Answer: Just email us at: support@cordysoft.de and we will try to find you the language support. If we have a question ask it, and if we don't have the answer we can look for you.
1047Question: what will change with the new system?
1048Answer: The new system is called "PVR/Server" that has very few changes, we still want to have support for both the tv and pc clients, with an option to play on any device (the pc/tv is still being developed).
1049Question: how does the update system work?
1050Answer: We'll start with beta testing, so you can tell us which features don't work/shouldn't work or if something is causing problems. These will usually be fixed with the next update.
1051Question: whats the version/date you are working on?
1052Answer: The version we are working on is 0.8.0. If we have more questions please let us know.
1053Question: how can i get involved and/or get in touch with cordysoft?
1054Answer: You can email us on support@cordysoft.de
1055Question: what is the server?
1056Answer: The server is a service that allows server players to interact with the internet, and other player(s) is connected and the network is connected to the server.
1057Question: what does the "Network Connected" status mean?
1058Answer: The server has the network connected to it. It should have the connection from other players.
1059Question: how do I get my key and download XBMC?
1060Answer: You may get the key from us via email, or you may download it from the official website.
1061Question: how do i get into the forum for the game?
1062Answer: If you don't know the URL, go to: http://help.cordysoft.de/how-to-start/getting-into-the-forum-for-the-game
1063Question: how to play offline?
1064Answer: Offline players will be able to find you in the forums, if you're offline or have an issue you may need to contact us first, then email and we will look into it.
1065Question: how can i get in touch with you?
1066Answer: You can email us at: support@cordysoft.de
1067Question: how can i play?
1068Answer: Please use the following links when starting XBMC: XBMC - Official Website (English speaking only) XBMC - Official Website (German speaking only) XBMC - Official Website (French speaking only) XBMC - Official Website (Spanish speaking only)
1069Question: what does the "networking connection" and the "connection" mean?
1070Answer: XBMC will send data back into the internet, when using the "networking connection" (this is all you need to connect with the internet), you will need to have internet access and your connection to the Internet is required, for this reason, you should try connecting to the server that you have chosen.
1071Question: what does 'networking' mean?
1072Answer: XBMC sends data (video & data files) across the network. This includes internet play, as well as voice and text chat. 'Networking' is the best means of communication with other players and can be used to connect to other server(s)
1073Question: how do i contact the servers?
1074Answer: You can contact us by email at support@cordialsoft.de , send us a PM, or send an email through the XBMC forum.
1075Question: how do i join the chat channel?
1076Answer: Simply click on the chat icon in the top right corner of your XBMC dashboard and you'll be automatically connected with all other users.
1077Question: is there a limit to the time to be in the chat channel?
1078Answer: Currently there are not any limits with
1079
1080[600 | 1447.47] loss=3.09 avg=3.11
1081[601 | 1449.23] loss=3.26 avg=3.11
1082[602 | 1451.00] loss=2.76 avg=3.10
1083[603 | 1452.76] loss=2.95 avg=3.10
1084[604 | 1454.53] loss=2.92 avg=3.10
1085[605 | 1456.29] loss=3.10 avg=3.10
1086[606 | 1458.05] loss=3.26 avg=3.10
1087[607 | 1459.82] loss=3.29 avg=3.11
1088[608 | 1461.58] loss=3.05 avg=3.10
1089[609 | 1463.35] loss=3.11 avg=3.10
1090[610 | 1465.11] loss=3.05 avg=3.10
1091[611 | 1466.87] loss=3.06 avg=3.10
1092[612 | 1468.63] loss=3.12 avg=3.10
1093[613 | 1470.39] loss=2.85 avg=3.10
1094[614 | 1472.15] loss=3.12 avg=3.10
1095[615 | 1473.91] loss=3.29 avg=3.10
1096[616 | 1475.66] loss=3.05 avg=3.10
1097[617 | 1477.42] loss=2.96 avg=3.10
1098[618 | 1479.17] loss=3.21 avg=3.10
1099[619 | 1480.94] loss=3.07 avg=3.10
1100[620 | 1482.71] loss=3.05 avg=3.10
1101[621 | 1484.47] loss=2.97 avg=3.10
1102[622 | 1486.23] loss=2.98 avg=3.10
1103[623 | 1487.99] loss=3.07 avg=3.10
1104[624 | 1489.75] loss=3.16 avg=3.10
1105[625 | 1491.51] loss=3.24 avg=3.10
1106[626 | 1493.27] loss=2.94 avg=3.10
1107[627 | 1495.03] loss=3.24 avg=3.10
1108[628 | 1496.80] loss=3.11 avg=3.10
1109[629 | 1498.55] loss=3.11 avg=3.10
1110[630 | 1500.31] loss=3.22 avg=3.10
1111[631 | 1502.07] loss=3.14 avg=3.10
1112[632 | 1503.84] loss=2.81 avg=3.10
1113[633 | 1505.60] loss=3.15 avg=3.10
1114[634 | 1507.36] loss=2.97 avg=3.10
1115[635 | 1509.12] loss=2.95 avg=3.10
1116[636 | 1510.88] loss=3.29 avg=3.10
1117[637 | 1512.64] loss=3.06 avg=3.10
1118[638 | 1514.41] loss=3.06 avg=3.10
1119[639 | 1516.18] loss=3.04 avg=3.10
1120[640 | 1517.94] loss=3.00 avg=3.10
1121[641 | 1519.70] loss=3.11 avg=3.10
1122[642 | 1521.46] loss=3.01 avg=3.10
1123[643 | 1523.23] loss=3.28 avg=3.10
1124[644 | 1524.98] loss=3.10 avg=3.10
1125[645 | 1526.74] loss=2.77 avg=3.09
1126[646 | 1528.50] loss=3.16 avg=3.10
1127[647 | 1530.27] loss=3.08 avg=3.10
1128[648 | 1532.02] loss=2.96 avg=3.09
1129[649 | 1533.79] loss=3.01 avg=3.09
1130[650 | 1535.54] loss=2.87 avg=3.09
1131[651 | 1537.30] loss=3.25 avg=3.09
1132[652 | 1539.06] loss=3.24 avg=3.09
1133[653 | 1540.82] loss=3.13 avg=3.09
1134[654 | 1542.58] loss=3.07 avg=3.09
1135[655 | 1544.34] loss=3.27 avg=3.10
1136[656 | 1546.10] loss=2.76 avg=3.09
1137[657 | 1547.86] loss=3.34 avg=3.09
1138[658 | 1549.62] loss=3.10 avg=3.09
1139[659 | 1551.39] loss=3.20 avg=3.10
1140[660 | 1553.15] loss=3.11 avg=3.10
1141[661 | 1554.91] loss=3.06 avg=3.10
1142[662 | 1556.68] loss=3.31 avg=3.10
1143[663 | 1558.44] loss=2.80 avg=3.09
1144[664 | 1560.21] loss=3.28 avg=3.10
1145[665 | 1561.96] loss=3.01 avg=3.10
1146[666 | 1563.73] loss=3.15 avg=3.10
1147[667 | 1565.48] loss=3.09 avg=3.10
1148[668 | 1567.26] loss=3.23 avg=3.10
1149[669 | 1569.02] loss=3.37 avg=3.10
1150[670 | 1570.78] loss=2.97 avg=3.10
1151[671 | 1572.54] loss=2.99 avg=3.10
1152[672 | 1574.30] loss=3.25 avg=3.10
1153[673 | 1576.07] loss=2.94 avg=3.10
1154[674 | 1577.83] loss=3.12 avg=3.10
1155[675 | 1579.60] loss=3.10 avg=3.10
1156[676 | 1581.35] loss=3.09 avg=3.10
1157[677 | 1583.12] loss=3.01 avg=3.10
1158[678 | 1584.88] loss=3.28 avg=3.10
1159[679 | 1586.65] loss=3.22 avg=3.10
1160[680 | 1588.42] loss=2.86 avg=3.10
1161[681 | 1590.17] loss=2.96 avg=3.10
1162[682 | 1591.94] loss=3.32 avg=3.10
1163[683 | 1593.70] loss=3.58 avg=3.10
1164[684 | 1595.47] loss=2.97 avg=3.10
1165[685 | 1597.23] loss=3.22 avg=3.10
1166[686 | 1599.00] loss=3.07 avg=3.10
1167[687 | 1600.77] loss=3.10 avg=3.10
1168[688 | 1602.53] loss=3.12 avg=3.10
1169[689 | 1604.29] loss=3.01 avg=3.10
1170[690 | 1606.05] loss=2.91 avg=3.10
1171[691 | 1607.82] loss=3.11 avg=3.10
1172[692 | 1609.58] loss=3.23 avg=3.10
1173[693 | 1611.34] loss=3.36 avg=3.10
1174[694 | 1613.10] loss=2.94 avg=3.10
1175[695 | 1614.86] loss=3.30 avg=3.10
1176[696 | 1616.63] loss=2.94 avg=3.10
1177[697 | 1618.39] loss=2.75 avg=3.10
1178[698 | 1620.15] loss=2.99 avg=3.10
1179[699 | 1621.91] loss=3.25 avg=3.10
1180Generating samples...
1181======== SAMPLE 1 ========
1182 luck
1183Answer: It's not easy being a guy with a female partner. There is no reason for any guy that has a female partner of any gender (including men and women) to live a lie. You, as a male, should be aware that you are lying every single day in relationships, and I agree that some men seem to have this idea that their masculinity or masculinity as a man are above the male of the female in a relationship. If you are in a relationship with an ex girlfriend, or you're a former boyfriend, that would be no different from a girl with a guy or guy with a girl. It is completely normal to have a girl who likes you and wants to spend time and make you feel the best you want her. You may ask why he would want a guy because he can't enjoy the experience of sex. Well, you don't want to ruin things between you and your girlfriend/boyfriend so it can become awkward. You just want to give your girl the experience and you want to be a friend, not a sexual partner. It comes down to your needs, your needs and his needs. If you're worried about upsetting your girlfriend or girlfriend's friends, it might be best to not be so obvious with it.
1184Question: How can I deal with a woman when she is being dishonest?
1185Answer: You should get an independent professional and have a good relationship. It might be best to have a good professional relationship as well; you don't want to be on the hook for a woman who has cheated on her ex boyfriend, or to be accused of the same by another man.
1186Question: what does 'being on the hook' mean?
1187Answer: What you're trying to understand, is how to have a good relationship without her constantly having to be on the hook so she can be alone with her desires?
1188Question: what if a man wants a lesbian and is very happy, is he a lesbian?
1189Answer: he can be, but it can be hard for him to have sex with a woman because of his desires, since he's trying to satisfy a woman who wants to be alone with him. His sex life may be damaged over all, if he was constantly being on the hook for a woman who was not interested in sex with him, or was too concerned with what other women thought in addition to having sex with him, or if he was too much of a 'fleshlight' and could not have a relationship with her, he would be in trouble. This was a good question. But you would not want to get into trouble by letting a woman be on the hook for her partner's desires, or if she constantly needs that man as an extra sex partner. You should be able to have sex with a woman you want, and even if she isn't on the hook, it is nice when you can have sex with her. You should respect that a guy has a need for sexual needs and you should give him the tools he needs to be happy with a woman he is and not trying to have sex with her for a woman who will always be on his list for sex.
1190Question: how can I make some women comfortable around a gay man?
1191Answer: You can talk about it. It's nice when women find that they are comfortable around their gay male boyfriends, or if they love a woman who is attracted to him.
1192Question: How can I get out of my wife's house when she goes to work? How do I stop her from leaving?
1193Answer: you can find a place you like that is quiet. If it is too loud, just ask her to close the door, you don't want a fight if you are having sex.
1194Question: what does being angry mean?
1195Answer: If you feel angry, it might be best to find a place where you can talk things over while talking to both you and your wife as best as you can. It might be good to get a good relationship counselor so that you can help your wife be a good woman and not get upset all the time, since you are not supposed to always be angry.
1196Question: What is the difference between being a female sex slave and a female sex partner?
1197Answer: A female sex slave is one who is a man's personal property and he owns her and will take sexual pleasures from her. As a female sex partner, however, you are still a man's sexual property. This is a good question. What it means when you say 'sex worker' or 'female' is that you are someone who is sexually servicing another male being, usually your girlfriend, while a woman is out of the country. Some women use the term 'sexslave' as an insult because it isn't really an insult but someone who is not an employee. That is not a good term. It's just a word to refer to a female sex partner.
1198Question: what
1199
1200[700 | 1686.35] loss=3.22 avg=3.10
1201[701 | 1688.10] loss=3.14 avg=3.10
1202[702 | 1689.86] loss=3.42 avg=3.10
1203[703 | 1691.63] loss=3.11 avg=3.10
1204[704 | 1693.40] loss=3.16 avg=3.11
1205[705 | 1695.15] loss=3.18 avg=3.11
1206[706 | 1696.92] loss=3.24 avg=3.11
1207[707 | 1698.68] loss=3.13 avg=3.11
1208[708 | 1700.45] loss=3.06 avg=3.11
1209[709 | 1702.21] loss=3.21 avg=3.11
1210[710 | 1703.97] loss=3.00 avg=3.11
1211[711 | 1705.74] loss=3.25 avg=3.11
1212[712 | 1707.50] loss=3.03 avg=3.11
1213[713 | 1709.27] loss=3.25 avg=3.11
1214[714 | 1711.04] loss=3.06 avg=3.11
1215[715 | 1712.80] loss=3.11 avg=3.11
1216[716 | 1714.56] loss=3.29 avg=3.11
1217[717 | 1716.33] loss=2.89 avg=3.11
1218[718 | 1718.08] loss=3.38 avg=3.11
1219[719 | 1719.84] loss=3.05 avg=3.11
1220[720 | 1721.60] loss=3.13 avg=3.11
1221[721 | 1723.36] loss=3.05 avg=3.11
1222[722 | 1725.12] loss=2.96 avg=3.11
1223[723 | 1726.88] loss=3.12 avg=3.11
1224[724 | 1728.65] loss=2.96 avg=3.11
1225[725 | 1730.41] loss=2.87 avg=3.10
1226[726 | 1732.17] loss=3.37 avg=3.11
1227[727 | 1733.94] loss=2.91 avg=3.11
1228[728 | 1735.70] loss=3.21 avg=3.11
1229[729 | 1737.46] loss=2.95 avg=3.10
1230[730 | 1739.24] loss=3.15 avg=3.11
1231[731 | 1741.00] loss=3.10 avg=3.11
1232[732 | 1742.77] loss=3.03 avg=3.10
1233[733 | 1744.54] loss=2.88 avg=3.10
1234[734 | 1746.31] loss=3.15 avg=3.10
1235[735 | 1748.07] loss=3.15 avg=3.10
1236[736 | 1749.84] loss=3.02 avg=3.10
1237[737 | 1751.60] loss=3.16 avg=3.10
1238[738 | 1753.36] loss=2.87 avg=3.10
1239[739 | 1755.13] loss=3.11 avg=3.10
1240[740 | 1756.90] loss=3.04 avg=3.10
1241[741 | 1758.66] loss=3.10 avg=3.10
1242[742 | 1760.44] loss=3.01 avg=3.10
1243[743 | 1762.19] loss=3.13 avg=3.10
1244[744 | 1763.96] loss=3.51 avg=3.10
1245[745 | 1765.72] loss=2.97 avg=3.10
1246[746 | 1767.49] loss=3.23 avg=3.10
1247[747 | 1769.26] loss=3.03 avg=3.10
1248[748 | 1771.02] loss=3.14 avg=3.10
1249[749 | 1772.80] loss=3.20 avg=3.10
1250[750 | 1774.57] loss=3.19 avg=3.10
1251[751 | 1776.34] loss=3.02 avg=3.10
1252[752 | 1778.11] loss=2.95 avg=3.10
1253[753 | 1779.87] loss=2.99 avg=3.10
1254[754 | 1781.64] loss=3.20 avg=3.10
1255[755 | 1783.41] loss=3.25 avg=3.10
1256[756 | 1785.17] loss=2.96 avg=3.10
1257[757 | 1786.95] loss=2.93 avg=3.10
1258[758 | 1788.71] loss=3.12 avg=3.10
1259[759 | 1790.48] loss=3.08 avg=3.10
1260[760 | 1792.24] loss=3.37 avg=3.10
1261[761 | 1794.01] loss=3.08 avg=3.10
1262[762 | 1795.78] loss=3.14 avg=3.10
1263[763 | 1797.55] loss=3.31 avg=3.11
1264[764 | 1799.32] loss=3.04 avg=3.10
1265[765 | 1801.09] loss=2.98 avg=3.10
1266[766 | 1802.86] loss=3.21 avg=3.10
1267[767 | 1804.64] loss=3.17 avg=3.11
1268[768 | 1806.41] loss=3.42 avg=3.11
1269[769 | 1808.18] loss=3.00 avg=3.11
1270[770 | 1809.95] loss=2.96 avg=3.11
1271[771 | 1811.72] loss=2.91 avg=3.10
1272[772 | 1813.49] loss=3.07 avg=3.10
1273[773 | 1815.25] loss=3.26 avg=3.11
1274[774 | 1817.02] loss=3.08 avg=3.10
1275[775 | 1818.79] loss=2.96 avg=3.10
1276[776 | 1820.56] loss=2.89 avg=3.10
1277[777 | 1822.33] loss=3.02 avg=3.10
1278[778 | 1824.10] loss=3.26 avg=3.10
1279[779 | 1825.87] loss=2.85 avg=3.10
1280[780 | 1827.65] loss=3.10 avg=3.10
1281[781 | 1829.43] loss=3.04 avg=3.10
1282[782 | 1831.20] loss=3.19 avg=3.10
1283[783 | 1832.97] loss=2.96 avg=3.10
1284[784 | 1834.74] loss=2.94 avg=3.10
1285[785 | 1836.50] loss=3.35 avg=3.10
1286[786 | 1838.28] loss=3.03 avg=3.10
1287[787 | 1840.05] loss=3.09 avg=3.10
1288[788 | 1841.82] loss=3.25 avg=3.10
1289[789 | 1843.58] loss=2.98 avg=3.10
1290[790 | 1845.35] loss=2.95 avg=3.10
1291[791 | 1847.14] loss=3.12 avg=3.10
1292[792 | 1848.91] loss=3.21 avg=3.10
1293[793 | 1850.68] loss=3.05 avg=3.10
1294[794 | 1852.47] loss=3.02 avg=3.10
1295[795 | 1854.24] loss=2.96 avg=3.10
1296[796 | 1856.02] loss=3.05 avg=3.10
1297[797 | 1857.79] loss=3.26 avg=3.10
1298[798 | 1859.58] loss=2.99 avg=3.10
1299[799 | 1861.34] loss=3.30 avg=3.10
1300Generating samples...
1301======== SAMPLE 1 ========
1302 better-known or not, the idea of what is good and evil has been a constant for all of human history.
1303Question: Why isn't the Bible about a single religion?
1304Answer: Because the religion of the Bible is not a religion; it is a religion-less religion. Christianity was the religion of the Jews. It is not a religion by any stretch of the imagination, for no person on Earth is capable of being a Jew. No one is in that position of mind or heart.
1305Question: Why are the Christians called Christians?
1306Answer: Christians are Jews. Christians are Jews. The Jews are Christians.
1307Question: What can we do about the bad people in the church?
1308Answer: First, pray and go to confession. If you are going to go to confession, you should be going. It's about the best thing to do in life. If you are going to a church that does the Bible wrong, you should make sure that church is making things up. You can get in touch with the proper authorities.
1309Question: Why doesn't the church have a good-for-nothings policy?
1310Answer: Because they cannot get into Hell if they aren't saved. Christ is their salvation, so why not?
1311Question: I have done bad things in the past. What will I do now?
1312Answer: It depends. I have not spoken yet of my past, but I have heard of others, and I can only say that, whatever happened, they will have to go to Hell.
1313Question: What if I repent, and then get caught?
1314Answer: They will come to you and tell you how terrible you really are, that I had a terrible time in life and there is no chance of me getting into Hell, and then you should be happy because they have just made you go to Hell.
1315Question: How do I know that I will be saved?
1316Answer: That's the easy part, you have to be very sure about it. If you don't want to go there, say to God that you aren't praying.
1317Question: How do I know that God cares about me?
1318Answer: Just look up to his eye and keep praying.
1319Question: If the next world lasts forever, how will I know when the last judgment will happen?
1320Answer: I don't know. God will tell you.
1321Question: What is hell?
1322Answer: Hell is Hell. Just because you don't believe in Hell, doesn't mean it will be that way forever.
1323Question: What are all of God's rules regarding marriage?
1324Answer: I had a very good friend of mine who was divorced and I went away to church and prayed with him for some time, talking about sin, and then asked him if he was sure he was getting married. God said, you don't have to worry I am going to give you a place to stay but you must also give up sin. Just be a good little boy and you will be happy.
1325Question: What do I have to do for salvation?
1326Answer: I think I am good and that there is nothing wrong, and when God gives you the opportunity to repent, you should.
1327Question: How does God get us saved?
1328Answer: He does because Jesus Christ was sent by God and because God is love.
1329Question: Why does God send us to have eternal life?
1330Answer: I am going to give you my opinion on this subject, and then I want to ask you a very important question: What do I believe in?
1331Answer: What do you mean by God?
1332Answer: God is my Creator. God is good and very holy. God is loving and merciful. God gave his only begotten Son, whom he called the Word of Life, to save us from our sins and to help us receive eternal life.
1333Question: What is the difference between a person who believes in God and those who don't?
1334Answer: I mean, I say there is a very real difference because the Bible is the word of God and he was perfect in every regard. I believe God is the only begotten Son of God and I believe the Bible is the word of God.
1335Question: Why does God speak in three different languages to save us?
1336Answer: I mean, I have heard various opinions of how different are the languages that God uses to save us. I think we all would agree that a man would learn a great deal from how God communicates with us.
1337Question: What makes me have to believe in God?
1338Answer: I said, a man would learn a great deal from how God communicates with him.
1339Question: What does the Bible say about the Christian faith?
1340Answer: 1. God does not lie to the children of his children nor to his children's children nor to his children's children's children. 2. God condemns sin. 3. God calls us to repentance. 4. God has promised eternal life to all
1341
1342[800 | 1925.93] loss=3.03 avg=3.10
1343[801 | 1927.71] loss=3.15 avg=3.10
1344[802 | 1929.47] loss=3.03 avg=3.10
1345[803 | 1931.23] loss=3.08 avg=3.10
1346[804 | 1933.01] loss=3.22 avg=3.10
1347[805 | 1934.77] loss=3.09 avg=3.10
1348[806 | 1936.55] loss=3.25 avg=3.10
1349[807 | 1938.34] loss=2.86 avg=3.10
1350[808 | 1940.10] loss=2.87 avg=3.10
1351[809 | 1941.88] loss=3.25 avg=3.10
1352[810 | 1943.65] loss=3.04 avg=3.10
1353[811 | 1945.42] loss=3.29 avg=3.10
1354[812 | 1947.20] loss=3.09 avg=3.10
1355[813 | 1948.97] loss=3.37 avg=3.10
1356[814 | 1950.74] loss=3.32 avg=3.10
1357[815 | 1952.53] loss=2.89 avg=3.10
1358[816 | 1954.29] loss=3.08 avg=3.10
1359[817 | 1956.06] loss=3.22 avg=3.10
1360[818 | 1957.83] loss=3.12 avg=3.10
1361[819 | 1959.60] loss=3.33 avg=3.10
1362[820 | 1961.38] loss=3.18 avg=3.11
1363[821 | 1963.17] loss=2.96 avg=3.10
1364[822 | 1964.95] loss=3.16 avg=3.10
1365[823 | 1966.72] loss=3.13 avg=3.10
1366[824 | 1968.50] loss=3.08 avg=3.10
1367[825 | 1970.27] loss=3.46 avg=3.11
1368[826 | 1972.04] loss=3.17 avg=3.11
1369[827 | 1973.82] loss=2.97 avg=3.11
1370[828 | 1975.59] loss=2.83 avg=3.10
1371[829 | 1977.36] loss=2.90 avg=3.10
1372[830 | 1979.14] loss=2.87 avg=3.10
1373[831 | 1980.91] loss=2.69 avg=3.10
1374[832 | 1982.68] loss=3.07 avg=3.10
1375[833 | 1984.45] loss=3.28 avg=3.10
1376[834 | 1986.22] loss=3.02 avg=3.10
1377[835 | 1987.99] loss=3.13 avg=3.10
1378[836 | 1989.77] loss=3.41 avg=3.10
1379[837 | 1991.53] loss=3.10 avg=3.10
1380[838 | 1993.31] loss=3.12 avg=3.10
1381[839 | 1995.07] loss=3.08 avg=3.10
1382[840 | 1996.83] loss=3.17 avg=3.10
1383[841 | 1998.60] loss=2.80 avg=3.10
1384[842 | 2000.37] loss=3.01 avg=3.10
1385[843 | 2002.15] loss=3.00 avg=3.10
1386[844 | 2003.92] loss=2.97 avg=3.09
1387[845 | 2005.69] loss=3.18 avg=3.10
1388[846 | 2007.47] loss=3.10 avg=3.10
1389[847 | 2009.23] loss=3.01 avg=3.09
1390[848 | 2011.01] loss=3.17 avg=3.10
1391[849 | 2012.79] loss=3.27 avg=3.10
1392[850 | 2014.56] loss=3.30 avg=3.10
1393[851 | 2016.33] loss=2.92 avg=3.10
1394[852 | 2018.11] loss=2.85 avg=3.10
1395[853 | 2019.88] loss=3.20 avg=3.10
1396[854 | 2021.66] loss=3.17 avg=3.10
1397[855 | 2023.43] loss=2.99 avg=3.10
1398[856 | 2025.20] loss=3.06 avg=3.10
1399[857 | 2026.97] loss=3.27 avg=3.10
1400[858 | 2028.75] loss=3.33 avg=3.10
1401[859 | 2030.51] loss=3.08 avg=3.10
1402[860 | 2032.29] loss=3.10 avg=3.10
1403[861 | 2034.06] loss=2.84 avg=3.10
1404[862 | 2035.83] loss=3.32 avg=3.10
1405[863 | 2037.61] loss=2.97 avg=3.10
1406[864 | 2039.38] loss=2.97 avg=3.10
1407[865 | 2041.15] loss=3.26 avg=3.10
1408[866 | 2042.93] loss=3.29 avg=3.10
1409[867 | 2044.69] loss=3.10 avg=3.10
1410[868 | 2046.46] loss=3.14 avg=3.10
1411[869 | 2048.23] loss=3.14 avg=3.10
1412[870 | 2050.00] loss=3.09 avg=3.10
1413[871 | 2051.77] loss=2.87 avg=3.10
1414[872 | 2053.54] loss=2.91 avg=3.10
1415[873 | 2055.31] loss=3.17 avg=3.10
1416[874 | 2057.08] loss=3.01 avg=3.10
1417[875 | 2058.85] loss=3.21 avg=3.10
1418[876 | 2060.62] loss=3.12 avg=3.10
1419[877 | 2062.38] loss=2.85 avg=3.10
1420[878 | 2064.16] loss=3.06 avg=3.09
1421[879 | 2065.94] loss=2.99 avg=3.09
1422[880 | 2067.71] loss=3.06 avg=3.09
1423[881 | 2069.48] loss=3.14 avg=3.09
1424[882 | 2071.25] loss=3.02 avg=3.09
1425[883 | 2073.02] loss=2.87 avg=3.09
1426[884 | 2074.79] loss=2.95 avg=3.09
1427[885 | 2076.56] loss=3.30 avg=3.09
1428[886 | 2078.32] loss=3.06 avg=3.09
1429[887 | 2080.09] loss=3.14 avg=3.09
1430[888 | 2081.86] loss=2.90 avg=3.09
1431[889 | 2083.64] loss=3.22 avg=3.09
1432[890 | 2085.40] loss=3.64 avg=3.10
1433[891 | 2087.18] loss=3.42 avg=3.10
1434[892 | 2088.96] loss=3.18 avg=3.10
1435[893 | 2090.73] loss=2.98 avg=3.10
1436[894 | 2092.50] loss=3.00 avg=3.10
1437[895 | 2094.27] loss=3.09 avg=3.10
1438[896 | 2096.04] loss=3.20 avg=3.10
1439[897 | 2097.82] loss=3.04 avg=3.10
1440[898 | 2099.59] loss=3.09 avg=3.10
1441[899 | 2101.36] loss=2.84 avg=3.10
1442Generating samples...
1443======== SAMPLE 1 ========
1444 1,500 people.
1445Question: What are your thoughts on the state of U.S. and Mexico relations?
1446Answer: I think the relations between the two countries need to improve. As far as Mexico is concerned, the trade volume and capital flows are good, but the level of the protectionism in the Mexican economy is still high, as well as the lack of a serious commitment to fighting global warming. On the other hand, Mexico has a great diversity of cultures and traditions – from Aztecs to Mayan Indians. I think Mexico is not a country that can be easily divided into western and eastern blocs. Mexico is neither anti-Western nor pro-American.
1447Question: Mexico has experienced a lot of turmoil in recent years, and many Mexicans believe that a president with a nationalist agenda would bring an end to the turmoil. What do you think?
1448Answer: I believe in a peaceful and stable Mexico and the Mexicans who want to live their lives peacefully and freely are welcomed in this country. I support the President.
1449Question: How do Mexicans feel about the election?
1450Answer: Mexicans in my part of the country are upset that the results weren't more of what the people had hoped for. But the Mexican people, and especially my compatriots in the north of the country, support the change of government and I expect that they will vote in favor of the present government, because of the positive steps that it has enacted and because of the fact that some of its policy goals are realistic. Mexico's economy has been on a steady downward track for many years and it was on the right path. Mexico's economy is now suffering because of lack of growth in the southern regions of the country that are in the poorest section.
1451Question: What are your thoughts on the current crisis in Syria?
1452Answer: I think that the United States has no right to interfere in Syria's internal affairs because of its occupation of Lebanon and his support in the creation of the Syrian State from scratch. I think that if you look at the number of the Syrian refugees in Syria, their number is very small. I think that if you look at the number of Syrians coming from Iraq, you find that the majority of them don't come from Iraq. Syria is not an Iraq. Iraq is like Lebanon. (Laughter.) Syria used to be part of Iraq. Today, Syria is being used as a launching pad for terrorism. I think that we must help the Syrians.
1453Question: Why do American politicians continue with the Iran nuclear talks?
1454Answer: They are trying to bring peace to the Middle East region by negotiating to bring peace to the Middle East region. You cannot separate between the war in Iraq and the nuclear matters. I just don't understand how, in the middle of a crisis like this, it is OK to negotiate on the nuclear issue, while they are fighting over a war, which will affect the entire region.
1455Question: What is your view on Obama administration's policy towards Cuba?
1456Answer: I think Obama administration is sincere concerning the situation of Cuba and wants a normalization. I like the changes that Obama administration has achieved in America.
1457Question: Which countries are going to the polls in 2014?
1458Answer: The main focus is Latin American. You are going to see the emergence of five candidates to be president. If you read the press in Latin America before the vote, the focus is on the five candidates of Colombia, Venezuela, Ecuador, Argentina and Peru. Those five candidates can be considered as one bloc. I think that this election is going to have the potential for a political revolution and for a radical change in the American economy.
1459Question: Why do people feel that the United States is behind the situation in Syria?
1460Answer: There is a conflict there, because in some way the United States is involved, for the purpose of achieving the interests of other countries.
1461Question: How do Mexicans react to the latest developments?
1462Answer: Americans know that Mexico is a border-state, but it's a very complicated and complex country of a million millions people. The United States is very sensitive to criticism, and I think that there is a danger that the United States will criticize Mexico and accuse us of supporting terrorist groups. The United States is afraid it is losing its influence because the Mexican public has become more and more critical of America on many political issues.
1463Question: Why does President Chavez want to meet Mexico's president in person?
1464Answer: I think that Chavez is afraid that when the Mexican president says he is against Chavez, it will be seen as a weakness.
1465Question: How do Mexicans compare with each other when it comes to politics?
1466Answer: I think that Mexicans generally have good attitudes towards other people and that Mexicans are not as confrontational as in the past.
1467Question: What do Americans think about the current situation in America?
1468Question: I think that in the last 20 years, the average American has not been able to get rid of what he calls his "nihilism." What
1469
1470[900 | 2165.75] loss=2.99 avg=3.10
1471[901 | 2167.53] loss=2.82 avg=3.09
1472[902 | 2169.31] loss=3.11 avg=3.09
1473[903 | 2171.08] loss=2.71 avg=3.09
1474[904 | 2172.86] loss=2.73 avg=3.08
1475[905 | 2174.64] loss=3.05 avg=3.08
1476[906 | 2176.41] loss=2.85 avg=3.08
1477[907 | 2178.19] loss=3.29 avg=3.08
1478[908 | 2179.96] loss=3.14 avg=3.08
1479[909 | 2181.72] loss=3.17 avg=3.09
1480[910 | 2183.50] loss=3.42 avg=3.09
1481[911 | 2185.27] loss=3.27 avg=3.09
1482[912 | 2187.04] loss=3.37 avg=3.09
1483[913 | 2188.81] loss=3.31 avg=3.10
1484[914 | 2190.57] loss=3.17 avg=3.10
1485[915 | 2192.36] loss=3.17 avg=3.10
1486[916 | 2194.14] loss=2.90 avg=3.10
1487[917 | 2195.92] loss=3.04 avg=3.09
1488[918 | 2197.69] loss=3.10 avg=3.09
1489[919 | 2199.47] loss=2.98 avg=3.09
1490[920 | 2201.23] loss=2.80 avg=3.09
1491[921 | 2203.00] loss=3.43 avg=3.09
1492[922 | 2204.77] loss=3.14 avg=3.09
1493[923 | 2206.54] loss=3.19 avg=3.10
1494[924 | 2208.32] loss=3.37 avg=3.10
1495[925 | 2210.09] loss=2.95 avg=3.10
1496[926 | 2211.86] loss=3.11 avg=3.10
1497[927 | 2213.62] loss=3.20 avg=3.10
1498[928 | 2215.39] loss=3.06 avg=3.10
1499[929 | 2217.17] loss=2.87 avg=3.10
1500[930 | 2218.95] loss=2.99 avg=3.09
1501[931 | 2220.72] loss=3.06 avg=3.09
1502[932 | 2222.50] loss=3.07 avg=3.09
1503[933 | 2224.27] loss=3.11 avg=3.09
1504[934 | 2226.03] loss=2.97 avg=3.09
1505[935 | 2227.82] loss=3.04 avg=3.09
1506[936 | 2229.59] loss=2.79 avg=3.09
1507[937 | 2231.35] loss=2.95 avg=3.09
1508[938 | 2233.13] loss=3.05 avg=3.09
1509[939 | 2234.89] loss=2.96 avg=3.09
1510[940 | 2236.67] loss=2.94 avg=3.08
1511[941 | 2238.44] loss=2.86 avg=3.08
1512[942 | 2240.21] loss=2.89 avg=3.08
1513[943 | 2241.97] loss=3.02 avg=3.08
1514[944 | 2243.74] loss=3.26 avg=3.08
1515[945 | 2245.50] loss=3.20 avg=3.08
1516[946 | 2247.27] loss=2.90 avg=3.08
1517[947 | 2249.03] loss=3.02 avg=3.08
1518[948 | 2250.80] loss=3.43 avg=3.08
1519[949 | 2252.56] loss=2.99 avg=3.08
1520[950 | 2254.33] loss=3.08 avg=3.08
1521[951 | 2256.09] loss=3.02 avg=3.08
1522[952 | 2257.85] loss=2.93 avg=3.08
1523[953 | 2259.61] loss=2.86 avg=3.08
1524[954 | 2261.37] loss=2.83 avg=3.08
1525[955 | 2263.12] loss=3.17 avg=3.08
1526[956 | 2264.89] loss=2.81 avg=3.07
1527[957 | 2266.66] loss=3.09 avg=3.07
1528[958 | 2268.42] loss=2.95 avg=3.07
1529[959 | 2270.19] loss=3.00 avg=3.07
1530[960 | 2271.95] loss=2.99 avg=3.07
1531[961 | 2273.73] loss=3.06 avg=3.07
1532[962 | 2275.49] loss=2.77 avg=3.07
1533[963 | 2277.26] loss=3.10 avg=3.07
1534[964 | 2279.03] loss=2.77 avg=3.07
1535[965 | 2280.79] loss=2.76 avg=3.06
1536[966 | 2282.55] loss=3.11 avg=3.06
1537[967 | 2284.31] loss=3.10 avg=3.06
1538[968 | 2286.08] loss=3.28 avg=3.07
1539[969 | 2287.83] loss=2.97 avg=3.06
1540[970 | 2289.60] loss=3.28 avg=3.07
1541[971 | 2291.35] loss=3.15 avg=3.07
1542[972 | 2293.12] loss=2.99 avg=3.07
1543[973 | 2294.87] loss=3.71 avg=3.07
1544[974 | 2296.64] loss=3.10 avg=3.07
1545[975 | 2298.39] loss=2.93 avg=3.07
1546[976 | 2300.16] loss=3.02 avg=3.07
1547[977 | 2301.91] loss=3.31 avg=3.07
1548[978 | 2303.68] loss=3.33 avg=3.08
1549[979 | 2305.43] loss=2.32 avg=3.07
1550[980 | 2307.20] loss=3.04 avg=3.07
1551[981 | 2308.96] loss=3.01 avg=3.07
1552[982 | 2310.73] loss=3.11 avg=3.07
1553[983 | 2312.50] loss=3.12 avg=3.07
1554[984 | 2314.26] loss=2.89 avg=3.07
1555[985 | 2316.03] loss=2.79 avg=3.06
1556[986 | 2317.79] loss=3.18 avg=3.07
1557[987 | 2319.55] loss=3.08 avg=3.07
1558[988 | 2321.31] loss=3.18 avg=3.07
1559[989 | 2323.06] loss=2.76 avg=3.06
1560[990 | 2324.82] loss=2.95 avg=3.06
1561[991 | 2326.59] loss=3.13 avg=3.06
1562[992 | 2328.35] loss=3.04 avg=3.06
1563[993 | 2330.11] loss=3.12 avg=3.06
1564[994 | 2331.88] loss=2.75 avg=3.06
1565[995 | 2333.64] loss=3.21 avg=3.06
1566[996 | 2335.41] loss=3.09 avg=3.06
1567[997 | 2337.16] loss=3.29 avg=3.06
1568[998 | 2338.92] loss=3.03 avg=3.06
1569[999 | 2340.68] loss=3.22 avg=3.07
1570Saving checkpoint/run1/model-1000
1571Generating samples...
1572======== SAMPLE 1 ========
1573 painted off to be a different color. The idea behind this was so simple, I think he had it in his head, but he didn't. He probably said it to me, or he must have said something in my ear. It was a quick, but effective idea, and it worked.
1574Question: what did you do?
1575Answer: a simple, but effective idea....what I did was i took two black pins that were inside the box and i put them into an orange bag, what I did was a little over one hour.....then i went in the house, and i took the bag, I put the pins in there, and the next morning, the bags were there!
1576Question: why did you do this?
1577Answer: It might have been a little over a week since we had the money to buy the red ones, and I'm sure if I had waited a little bit later i would have saved up more, since there would have been more of the red ones in there as well. It was all in a day.
1578Question: how do you know you are a fraud, and you can't get any more money.
1579Answer: the trick is you tell everyone about it, so they think you are trying to sell them the stuff when in fact you aren't. You'll also have the same "trick" with the green stuff. If you don't do anything though, you can always be arrested, and they can always say that you know to get the money in advance so they can seize it.
1580Question: what about a bigger box then?
1581Answer: do you have to make it big for that?
1582Question: what does it come in?
1583Answer:
1584Question: What is in there?
1585Answer: "I dont know. I dont know what this is."
1586Question: what is the amount
1587Answer:
1588Question: Why do I have to buy this?
1589Answer: You have to buy them before they are gone.
1590Question: why the dollar money?
1591Answer: There was a guy that told me a story once about how he was buying a lot of them, and they just came out of the boxes, there was about a 3" x 5" inch area in those boxes, and it was all like a bunch of dimes.
1592Question: what is in the box it came in?
1593Answer: it was an empty box.
1594Question: why?
1595Answer: Because when the money comes in, you don't need to be thinking where you are going to spend it. I think a person that could tell you where he has to spend it, would be more effective.
1596Question: Why did you spend it the way it is?
1597Answer: I just wanted all of it, I don't need the red.
1598Question: what did they come in?
1599Answer: I'm not completely sure what they came in. I've never seen any of the people use this technique, maybe it is some kind of a spell that is meant to be read, maybe a curse word or something?
1600Question: what was the money in the boxes?
1601Answer: "I think it was in there and i have no clue what that is, but it was money."
1602Question: Where is it?
1603Answer: How about at the end of the bed, I think?
1604Question: What are those boxes for?
1605Answer: they were for the baby stuff.
1606Question: What is there under the mattress?
1607Answer: A box with a lot of stuff in there, so they wouldn't have to be searched under the bed before they went to the front door and would not have to spend much time in front of it looking.
1608Question: what are you going to do with it?
1609Answer: I don't know. what do you think is going to get them?
1610Question: how do you get it?
1611Answer: I think a person that is a little bit intelligent would be able to come up with something.
1612Question: What I saw from her was that she is very wise and has so much good fortune.
1613Answer: That is true, I was always told how I had a lot of good luck on my hands.
1614Question: what do the things in the bags mean?
1615Answer: what I said is true too, i thought for a second, but then I thought about it, just to make sure. There is a lot of stuff inside as well, and i don't know what it was, but i know it was money.
1616Question: what is the difference between the red and yellow ones?
1617Answer: the red one was more valuable than the yellow one.
1618Question: What does your grandma like?
1619Answer: I think it is called "hobo money." it is some money they keep around for a rainy day. I never really paid attention in school,
1620
1621[1000 | 2419.69] loss=3.19 avg=3.07
1622[1001 | 2421.44] loss=3.19 avg=3.07
1623[1002 | 2423.21] loss=2.92 avg=3.07
1624[1003 | 2424.97] loss=2.99 avg=3.07
1625[1004 | 2426.74] loss=3.16 avg=3.07
1626[1005 | 2428.50] loss=2.87 avg=3.07
1627[1006 | 2430.27] loss=3.14 avg=3.07
1628[1007 | 2432.04] loss=3.09 avg=3.07
1629[1008 | 2433.80] loss=2.99 avg=3.07
1630[1009 | 2435.56] loss=3.25 avg=3.07
1631[1010 | 2437.33] loss=2.97 avg=3.07
1632[1011 | 2439.09] loss=2.86 avg=3.06
1633[1012 | 2440.86] loss=3.08 avg=3.06
1634[1013 | 2442.62] loss=3.07 avg=3.06
1635[1014 | 2444.39] loss=3.02 avg=3.06
1636[1015 | 2446.15] loss=3.08 avg=3.06
1637[1016 | 2447.92] loss=3.20 avg=3.07
1638[1017 | 2449.67] loss=3.17 avg=3.07
1639[1018 | 2451.44] loss=3.12 avg=3.07
1640[1019 | 2453.21] loss=3.31 avg=3.07
1641[1020 | 2454.98] loss=2.90 avg=3.07
1642[1021 | 2456.74] loss=3.17 avg=3.07
1643[1022 | 2458.50] loss=3.06 avg=3.07
1644[1023 | 2460.27] loss=3.04 avg=3.07
1645[1024 | 2462.03] loss=3.10 avg=3.07
1646[1025 | 2463.80] loss=3.07 avg=3.07
1647[1026 | 2465.57] loss=2.80 avg=3.07
1648[1027 | 2467.34] loss=3.13 avg=3.07
1649[1028 | 2469.10] loss=2.94 avg=3.07
1650[1029 | 2470.86] loss=3.16 avg=3.07
1651[1030 | 2472.63] loss=3.04 avg=3.07
1652[1031 | 2474.39] loss=2.98 avg=3.07
1653[1032 | 2476.17] loss=2.85 avg=3.06
1654[1033 | 2477.93] loss=3.06 avg=3.06
1655[1034 | 2479.70] loss=2.97 avg=3.06
1656[1035 | 2481.46] loss=2.93 avg=3.06
1657[1036 | 2483.22] loss=2.98 avg=3.06
1658[1037 | 2484.99] loss=3.19 avg=3.06
1659[1038 | 2486.75] loss=2.95 avg=3.06
1660[1039 | 2488.52] loss=3.07 avg=3.06
1661[1040 | 2490.28] loss=2.83 avg=3.06
1662[1041 | 2492.04] loss=3.39 avg=3.06
1663[1042 | 2493.80] loss=2.99 avg=3.06
1664[1043 | 2495.57] loss=3.12 avg=3.06
1665[1044 | 2497.34] loss=3.14 avg=3.06
1666[1045 | 2499.09] loss=3.10 avg=3.06
1667[1046 | 2500.86] loss=2.93 avg=3.06
1668[1047 | 2502.62] loss=3.15 avg=3.06
1669[1048 | 2504.39] loss=3.20 avg=3.06
1670[1049 | 2506.15] loss=3.12 avg=3.06
1671[1050 | 2507.91] loss=2.98 avg=3.06
1672[1051 | 2509.67] loss=3.16 avg=3.06
1673[1052 | 2511.44] loss=3.25 avg=3.07
1674[1053 | 2513.20] loss=3.23 avg=3.07
1675[1054 | 2514.96] loss=3.05 avg=3.07
1676[1055 | 2516.74] loss=2.91 avg=3.07
1677[1056 | 2518.49] loss=3.24 avg=3.07
1678[1057 | 2520.27] loss=3.10 avg=3.07
1679[1058 | 2522.02] loss=2.90 avg=3.07
1680[1059 | 2523.78] loss=3.18 avg=3.07
1681[1060 | 2525.54] loss=3.09 avg=3.07
1682[1061 | 2527.30] loss=3.11 avg=3.07
1683[1062 | 2529.06] loss=3.22 avg=3.07
1684[1063 | 2530.82] loss=3.41 avg=3.07
1685[1064 | 2532.57] loss=3.00 avg=3.07
1686[1065 | 2534.34] loss=2.94 avg=3.07
1687[1066 | 2536.10] loss=3.27 avg=3.07
1688[1067 | 2537.86] loss=3.02 avg=3.07
1689[1068 | 2539.62] loss=3.23 avg=3.07
1690[1069 | 2541.39] loss=3.14 avg=3.07
1691[1070 | 2543.15] loss=3.01 avg=3.07
1692[1071 | 2544.91] loss=3.03 avg=3.07
1693[1072 | 2546.69] loss=3.13 avg=3.07
1694[1073 | 2548.44] loss=2.92 avg=3.07
1695[1074 | 2550.20] loss=2.89 avg=3.07
1696[1075 | 2551.96] loss=2.97 avg=3.07
1697[1076 | 2553.73] loss=3.04 avg=3.07
1698[1077 | 2555.48] loss=3.18 avg=3.07
1699[1078 | 2557.24] loss=2.99 avg=3.07
1700[1079 | 2558.99] loss=3.20 avg=3.07
1701[1080 | 2560.75] loss=3.17 avg=3.07
1702[1081 | 2562.51] loss=3.02 avg=3.07
1703[1082 | 2564.27] loss=3.15 avg=3.07
1704[1083 | 2566.03] loss=2.86 avg=3.07
1705[1084 | 2567.79] loss=3.24 avg=3.07
1706[1085 | 2569.55] loss=3.18 avg=3.07
1707[1086 | 2571.31] loss=3.11 avg=3.07
1708[1087 | 2573.09] loss=3.19 avg=3.07
1709[1088 | 2574.84] loss=2.87 avg=3.07
1710[1089 | 2576.60] loss=3.11 avg=3.07
1711[1090 | 2578.36] loss=3.16 avg=3.07
1712[1091 | 2580.12] loss=3.29 avg=3.08
1713[1092 | 2581.88] loss=3.17 avg=3.08
1714[1093 | 2583.66] loss=2.99 avg=3.08
1715[1094 | 2585.42] loss=2.95 avg=3.07
1716[1095 | 2587.19] loss=2.92 avg=3.07
1717[1096 | 2588.94] loss=3.35 avg=3.08
1718[1097 | 2590.70] loss=3.11 avg=3.08
1719[1098 | 2592.46] loss=3.01 avg=3.08
1720[1099 | 2594.22] loss=3.00 avg=3.07
1721Generating samples...
1722======== SAMPLE 1 ========
1723. The new plan includes a variety of new tools and a set of new activities aimed at students to encourage them to consider their own experiences and contribute to the growth of the school.
1724Question:How do you see the academic program and the curriculum for the incoming first-year class?
1725Answer: I think everything is fine, the professors are good and the classes are enjoyable. The big thing is how well they are preparing students. First-year students do not need to be able to speak German. If the students want to study something, they can go and spend a day with their teacher. This is the way it should be. I think we don't need to do things to the school's needs. I want to encourage those who go to the school to be responsible, to have a good quality of life and not to be dependent on their teacher for everything. As far as the class is concerned, I think it will be one of the best in the world.
1726Question: What do you hope the new teachers will do differently from the previous teachers?
1727Answer: I want them to be good and to be like everyone else. I don't want them to become good because they have German teachers. I don't think that they will be bad teachers. I like working with the teachers here. I like the teachers in general and I love the children here. I want these teachers to go on and on with the school and to love it more. I don't want any of them to turn into a bad teacher. That would be very bad. I don't want them to stop working here. I ask the teachers to be with this school, to make it even better than it is now.
1728Question: How do you see the future for the school?
1729Answer: My goal is to leave this school a better school than when I came here, because the teachers here are great teachers. I would want to see that the university and the schools of the city develop a great history. I don't want to see that we turn into another Munich or Cologne. I know we don't have that problem right now, but if the teachers think that this school is a good one, I'd like to show it in the same way to people.
1730Question: how is life in Munich to you at the moment?
1731Answer: Everything is going really well, and my life is great. I am glad that I live in a place where I don't have to worry about what other people think. It's the first day I have been at a school in Germany and I am like this everywhere. I would say to you that here I am living out the dream of every man and woman who came to Germany for the first time. I am living the dream and, in a way, I am in Munich. I am at the university every day and I am learning everything I need to learn so that I will be an excellent student in the future.
1732Question: How do you make plans for the future in general?
1733Answer: the world is not what it used to be. I am doing well and my future is looking bright. I have two children. I think that I will have more than three children in my lifetime. In my lifetime, I think three or four generations of people will be here in Frankfurt as well – I think that they will be at different stages in their lives, but the last generation will be here at least for the next 20 years. I want to see my grand children.
1734Question: how is it possible for you to have a career in a school like the Frankfurt School?
1735Answer: I have been to school for so long. I think I can see the way things need to be done and how people need to live. Life is what it is. We need to live in order to know ourselves. Life starts with our own understanding of ourselves and not somebody else's.
1736Question: How do you feel about the students in the school?
1737Answer: I feel good. I never had a bad day with my students. I feel close to them and I like the students. I think they will be a good choice for the university. If you want to work like a teacher you need to have an understanding of the world. You don't need to make fun of your students.
1738Question: how do you feel about children of students?
1739Answer: I have a lot of children and I think that the children learn from their teachers. I would like to see that they have a good environment in school for them. I think they need to be encouraged in order to grow. I think that the whole school is not what they are supposed to be. I think this whole school is supposed to be an education facility. I have a lot of children, I love them all and I love what they do. I don't have a problem with them. I have a lot of relationships with the children, like with any other parent or child.
1740Question: What kind of work in the school do the teachers usually do?
1741
1742[1100 | 2659.01] loss=3.08 avg=3.07
1743[1101 | 2660.77] loss=3.21 avg=3.08
1744[1102 | 2662.54] loss=3.02 avg=3.08
1745[1103 | 2664.30] loss=3.16 avg=3.08
1746[1104 | 2666.05] loss=2.99 avg=3.08
1747[1105 | 2667.82] loss=3.20 avg=3.08
1748[1106 | 2669.57] loss=3.24 avg=3.08
1749[1107 | 2671.34] loss=3.10 avg=3.08
1750[1108 | 2673.10] loss=2.77 avg=3.08
1751[1109 | 2674.87] loss=3.08 avg=3.08
1752[1110 | 2676.62] loss=3.06 avg=3.08
1753[1111 | 2678.40] loss=3.00 avg=3.07
1754[1112 | 2680.16] loss=2.94 avg=3.07
1755[1113 | 2681.93] loss=3.07 avg=3.07
1756[1114 | 2683.69] loss=2.97 avg=3.07
1757[1115 | 2685.44] loss=3.26 avg=3.07
1758[1116 | 2687.21] loss=2.81 avg=3.07
1759[1117 | 2688.97] loss=3.04 avg=3.07
1760[1118 | 2690.74] loss=3.23 avg=3.07
1761[1119 | 2692.50] loss=3.06 avg=3.07
1762[1120 | 2694.26] loss=3.17 avg=3.07
1763[1121 | 2696.03] loss=3.09 avg=3.07
1764[1122 | 2697.78] loss=3.11 avg=3.07
1765[1123 | 2699.53] loss=3.16 avg=3.08
1766[1124 | 2701.30] loss=2.93 avg=3.07
1767[1125 | 2703.06] loss=2.97 avg=3.07
1768[1126 | 2704.82] loss=3.07 avg=3.07
1769[1127 | 2706.57] loss=3.06 avg=3.07
1770[1128 | 2708.34] loss=3.28 avg=3.07
1771[1129 | 2710.11] loss=3.02 avg=3.07
1772[1130 | 2711.87] loss=3.13 avg=3.07
1773[1131 | 2713.63] loss=3.10 avg=3.07
1774[1132 | 2715.39] loss=3.14 avg=3.08
1775[1133 | 2717.15] loss=3.07 avg=3.08
1776[1134 | 2718.90] loss=3.04 avg=3.08
1777[1135 | 2720.67] loss=3.06 avg=3.08
1778[1136 | 2722.43] loss=3.21 avg=3.08
1779[1137 | 2724.18] loss=3.16 avg=3.08
1780[1138 | 2725.94] loss=3.30 avg=3.08
1781[1139 | 2727.71] loss=2.99 avg=3.08
1782[1140 | 2729.47] loss=3.04 avg=3.08
1783[1141 | 2731.24] loss=3.15 avg=3.08
1784[1142 | 2732.99] loss=3.10 avg=3.08
1785[1143 | 2734.75] loss=3.01 avg=3.08
1786[1144 | 2736.51] loss=2.94 avg=3.08
1787[1145 | 2738.27] loss=3.06 avg=3.08
1788[1146 | 2740.02] loss=3.31 avg=3.08
1789[1147 | 2741.79] loss=3.09 avg=3.08
1790[1148 | 2743.54] loss=3.25 avg=3.08
1791[1149 | 2745.31] loss=2.93 avg=3.08
1792[1150 | 2747.06] loss=3.11 avg=3.08
1793[1151 | 2748.82] loss=2.79 avg=3.08
1794[1152 | 2750.58] loss=2.89 avg=3.07
1795[1153 | 2752.34] loss=3.16 avg=3.08
1796[1154 | 2754.10] loss=2.98 avg=3.07
1797[1155 | 2755.86] loss=3.36 avg=3.08
1798[1156 | 2757.62] loss=2.88 avg=3.08
1799[1157 | 2759.38] loss=3.18 avg=3.08
1800[1158 | 2761.13] loss=3.06 avg=3.08
1801[1159 | 2762.89] loss=2.93 avg=3.08
1802[1160 | 2764.65] loss=3.14 avg=3.08
1803[1161 | 2766.41] loss=3.02 avg=3.08
1804[1162 | 2768.17] loss=3.29 avg=3.08
1805[1163 | 2769.93] loss=3.04 avg=3.08
1806[1164 | 2771.69] loss=3.04 avg=3.08
1807[1165 | 2773.45] loss=2.99 avg=3.08
1808[1166 | 2775.22] loss=3.11 avg=3.08
1809[1167 | 2776.97] loss=2.95 avg=3.07
1810[1168 | 2778.74] loss=3.06 avg=3.07
1811[1169 | 2780.51] loss=3.20 avg=3.08
1812[1170 | 2782.28] loss=3.24 avg=3.08
1813[1171 | 2784.04] loss=3.19 avg=3.08
1814[1172 | 2785.80] loss=2.92 avg=3.08
1815[1173 | 2787.56] loss=2.88 avg=3.08
1816[1174 | 2789.32] loss=3.17 avg=3.08
1817[1175 | 2791.08] loss=2.96 avg=3.07
1818[1176 | 2792.85] loss=3.22 avg=3.08
1819[1177 | 2794.63] loss=3.08 avg=3.08
1820[1178 | 2796.38] loss=3.31 avg=3.08
1821[1179 | 2798.15] loss=3.10 avg=3.08
1822[1180 | 2799.91] loss=2.97 avg=3.08
1823[1181 | 2801.68] loss=2.89 avg=3.08
1824[1182 | 2803.45] loss=3.03 avg=3.08
1825[1183 | 2805.21] loss=3.13 avg=3.08
1826[1184 | 2806.98] loss=2.99 avg=3.08
1827[1185 | 2808.73] loss=3.19 avg=3.08
1828[1186 | 2810.51] loss=3.06 avg=3.08
1829[1187 | 2812.27] loss=3.14 avg=3.08
1830[1188 | 2814.03] loss=2.97 avg=3.08
1831[1189 | 2815.79] loss=2.91 avg=3.07
1832[1190 | 2817.56] loss=3.26 avg=3.08
1833[1191 | 2819.32] loss=2.90 avg=3.07
1834[1192 | 2821.08] loss=3.00 avg=3.07
1835[1193 | 2822.85] loss=3.09 avg=3.07
1836[1194 | 2824.61] loss=3.25 avg=3.08
1837[1195 | 2826.38] loss=3.11 avg=3.08
1838[1196 | 2828.13] loss=3.04 avg=3.08
1839[1197 | 2829.92] loss=2.81 avg=3.07
1840[1198 | 2831.68] loss=3.13 avg=3.07
1841[1199 | 2833.44] loss=3.15 avg=3.07
1842Generating samples...
1843======== SAMPLE 1 ========
1844Answer: When it comes to public policy, it doesn't mean what the majority of people think it means.
1845
1846
1847Question: Why does the American people have trouble with the idea of immigration?
1848Answer: The majority of people do not agree with the majority position on this.
1849
1850Question: "How well we get along with Mexicans and how well we get along with people from other countries are two very different things and can be very different and it's a bad sign when you see our national leadership have to talk in such a narrow way about some very trivial points for example immigration, that's really not a serious issue.
1851
1852
1853Answer: You're right, that's a very trivial issue to talk about and it doesn't really mean all that much in our view.
1854
1855
1856Question: If we had a national health program you would say we have the best health care program in the developed world, but the Americans' system is more expensive, doesn't work very well, it doesn't include the poor in that system, and their lives are not very good.
1857
1858
1859Answer: I think that if you say we do have the best health care system in the developed world, people would say "oh OK. So what do you mean there's more money spent on the health care?" and the answer is, the way that health care is provided is very different in the U.S. compared to most other industrialized countries, and what that's going to cost the American people is a lot less than their standard of living will be in the future.
1860
1861
1862Question: what have you done to help the immigrants who are trying to reach us?
1863Answer: We have tried to do everything we could to try to help people on the other side of the world in many different ways. What we have tried in many different ways is to provide the information necessary to allow people to go to other countries and take the opportunity in order to work, or to study, or to make a living. That is, if somebody comes in here looking to get work, we have to send them back here where we can help them, because they are willing to work and the opportunity to educate a young person in the way that is most beneficial for them is worth paying the taxes that are required here.
1864
1865
1866Question: Why is the American education system not educating most of the young people?
1867Answer: You want to go to school and it's very costly to get a college degree, so they try to teach them other ways. What happens if the students who are studying here, they want to go to school so that they can go to business school and be a computer programmer and put in their own time, as well, and not go back to school, work for the federal government, and then they go to school, they go to work for the government and go back to work...
1868
1869
1870Question: Why do you think immigrants are a burden to the taxpayer?
1871
1872Answer: We're the only advanced western nation that's not covered by Medicare, which puts us out of the game really and that can be a great benefit for people that wants to pursue their career, if they're willing to put in the effort to come to your nation and contribute to your economy and make yours better...
1873
1874
1875Question: how do we create a situation where people are no longer living off of welfare/food stamps, and I would like to move up to the welfare level...
1876
1877Answer: Well first I suggest that the government do a better job at finding some kind of a stable, financially sound way to bring in immigrants that are willing to work for pay...
1878
1879
1880Question: how do we get the American people to agree that, you know they are taking away our jobs, it seems that the whole society is against immigrants?
1881Answer: Well, I think the majority of the American people have to have some sense of what this country is about. I think people have to realize that as we are going about the job of government, we must protect our citizens, and they are more able to defend themselves than other people with guns, and we must provide them with things to do that they can do so that they will have a safe environment, and that means they will have the chance to make a better living, they will have the opportunity to make something better of their lives... so the American people have to be part of the solution.
1882
1883
1884Question: how about immigration? how about just putting the American citizens first?
1885
1886Answer: That would be my first step. I think immigration is a little too much of a political issue. I think that it's a lot more complicated than that. I think that we should be putting a great deal more emphasis on what American values are and make sure that the American people see that as our number one responsibility in the world.
1887
1888
1889Question: how about building a wall somewhere along our southern border with Mexico?
1890
1891Answer: I think, I think that we've had enough of Mexico in our life and maybe in the future we'll deal with that
1892
1893[1200 | 2897.90] loss=2.95 avg=3.07
1894[1201 | 2899.66] loss=3.35 avg=3.08
1895[1202 | 2901.43] loss=3.15 avg=3.08
1896[1203 | 2903.19] loss=3.09 avg=3.08
1897[1204 | 2904.96] loss=3.21 avg=3.08
1898[1205 | 2906.73] loss=3.12 avg=3.08
1899[1206 | 2908.50] loss=3.27 avg=3.08
1900[1207 | 2910.26] loss=3.31 avg=3.08
1901[1208 | 2912.03] loss=3.14 avg=3.08
1902[1209 | 2913.80] loss=2.87 avg=3.08
1903[1210 | 2915.57] loss=2.90 avg=3.08
1904[1211 | 2917.33] loss=3.41 avg=3.08
1905[1212 | 2919.11] loss=3.09 avg=3.08
1906[1213 | 2920.88] loss=2.92 avg=3.08
1907[1214 | 2922.64] loss=2.72 avg=3.08
1908[1215 | 2924.42] loss=3.04 avg=3.08
1909[1216 | 2926.18] loss=3.01 avg=3.08
1910[1217 | 2927.95] loss=3.04 avg=3.08
1911[1218 | 2929.70] loss=2.96 avg=3.07
1912[1219 | 2931.47] loss=3.04 avg=3.07
1913[1220 | 2933.23] loss=3.00 avg=3.07
1914[1221 | 2935.00] loss=2.95 avg=3.07
1915[1222 | 2936.77] loss=3.01 avg=3.07
1916[1223 | 2938.53] loss=2.80 avg=3.07
1917[1224 | 2940.30] loss=2.83 avg=3.07
1918[1225 | 2942.06] loss=3.27 avg=3.07
1919[1226 | 2943.83] loss=2.91 avg=3.07
1920[1227 | 2945.60] loss=3.13 avg=3.07
1921[1228 | 2947.36] loss=3.04 avg=3.07
1922[1229 | 2949.14] loss=3.05 avg=3.07
1923[1230 | 2950.90] loss=3.11 avg=3.07
1924[1231 | 2952.67] loss=3.17 avg=3.07
1925[1232 | 2954.44] loss=3.00 avg=3.07
1926[1233 | 2956.21] loss=3.04 avg=3.07
1927[1234 | 2957.98] loss=3.11 avg=3.07
1928[1235 | 2959.75] loss=3.12 avg=3.07
1929[1236 | 2961.52] loss=3.11 avg=3.07
1930[1237 | 2963.28] loss=3.10 avg=3.07
1931[1238 | 2965.04] loss=3.21 avg=3.07
1932[1239 | 2966.82] loss=2.89 avg=3.07
1933[1240 | 2968.58] loss=3.10 avg=3.07
1934[1241 | 2970.35] loss=3.16 avg=3.07
1935[1242 | 2972.11] loss=3.00 avg=3.07
1936[1243 | 2973.88] loss=3.05 avg=3.07
1937[1244 | 2975.66] loss=2.85 avg=3.07
1938[1245 | 2977.42] loss=3.13 avg=3.07
1939[1246 | 2979.19] loss=3.12 avg=3.07
1940[1247 | 2980.96] loss=3.05 avg=3.07
1941[1248 | 2982.73] loss=3.04 avg=3.07
1942[1249 | 2984.50] loss=2.90 avg=3.07
1943[1250 | 2986.27] loss=3.17 avg=3.07
1944[1251 | 2988.03] loss=3.02 avg=3.07
1945[1252 | 2989.79] loss=3.24 avg=3.07
1946[1253 | 2991.55] loss=3.01 avg=3.07
1947[1254 | 2993.32] loss=2.83 avg=3.07
1948[1255 | 2995.09] loss=3.21 avg=3.07
1949[1256 | 2996.85] loss=3.01 avg=3.07
1950[1257 | 2998.61] loss=2.83 avg=3.06
1951[1258 | 3000.37] loss=3.12 avg=3.06
1952[1259 | 3002.14] loss=3.20 avg=3.07
1953[1260 | 3003.90] loss=3.14 avg=3.07
1954[1261 | 3005.66] loss=3.21 avg=3.07
1955[1262 | 3007.42] loss=3.24 avg=3.07
1956[1263 | 3009.19] loss=2.68 avg=3.07
1957[1264 | 3010.96] loss=3.01 avg=3.07
1958[1265 | 3012.74] loss=3.23 avg=3.07
1959[1266 | 3014.50] loss=2.99 avg=3.07
1960[1267 | 3016.28] loss=3.00 avg=3.07
1961[1268 | 3018.05] loss=2.92 avg=3.06
1962[1269 | 3019.81] loss=3.05 avg=3.06
1963[1270 | 3021.59] loss=3.22 avg=3.07
1964[1271 | 3023.35] loss=2.89 avg=3.06
1965[1272 | 3025.12] loss=3.04 avg=3.06
1966[1273 | 3026.89] loss=3.00 avg=3.06
1967[1274 | 3028.65] loss=3.16 avg=3.06
1968[1275 | 3030.42] loss=2.96 avg=3.06
1969[1276 | 3032.19] loss=3.02 avg=3.06
1970[1277 | 3033.95] loss=3.25 avg=3.06
1971[1278 | 3035.73] loss=3.28 avg=3.07
1972[1279 | 3037.49] loss=2.92 avg=3.07
1973[1280 | 3039.26] loss=2.97 avg=3.06
1974[1281 | 3041.02] loss=3.10 avg=3.06
1975[1282 | 3042.80] loss=3.04 avg=3.06
1976[1283 | 3044.56] loss=2.94 avg=3.06
1977[1284 | 3046.33] loss=2.93 avg=3.06
1978[1285 | 3048.10] loss=3.09 avg=3.06
1979[1286 | 3049.86] loss=3.21 avg=3.06
1980[1287 | 3051.63] loss=3.34 avg=3.07
1981[1288 | 3053.41] loss=3.05 avg=3.07
1982[1289 | 3055.17] loss=3.18 avg=3.07
1983[1290 | 3056.94] loss=3.02 avg=3.07
1984[1291 | 3058.69] loss=3.13 avg=3.07
1985[1292 | 3060.46] loss=3.04 avg=3.07
1986[1293 | 3062.22] loss=3.03 avg=3.07
1987[1294 | 3063.99] loss=3.07 avg=3.07
1988[1295 | 3065.77] loss=3.03 avg=3.07
1989[1296 | 3067.53] loss=3.20 avg=3.07
1990[1297 | 3069.30] loss=3.01 avg=3.07
1991[1298 | 3071.06] loss=3.03 avg=3.07
1992[1299 | 3072.84] loss=2.79 avg=3.06
1993Generating samples...
1994======== SAMPLE 1 ========
1995s are on-the-job training and teaching to a broad range of students.
1996Question: what is most unusual about TK?
1997Answer: The most unusual TK was one which has now gone through our hands and can be explained in two paragraphs of explanation.. A little background here. The first thing that you need to know is that you cannot get all the details right on a design like that. The body is a very special area to work with.. For every piece of art, there is a style that exists that is a more appropriate template for that piece. Some of the things that exist would require the use of special tools and equipment. When designing TK, they started with what they considered to be the best method and then started adding to this template and refining it.. One thing that we have tried to do all of our lives is to have a clear template set for a design, and then to give a designer lots of options as to how that design is going to look like.
1998Question: why is there a vertical line when the body, as you know, is supposed to be vertical?
1999Answer: The lines on the body are not there for an absolute look, although that is how the body was designed, But to avoid confusion and to allow you to see every aspect of what is happening to the surface of the work, we made sure that where there was a vertical line, there was a vertical seam.
2000Question: Why does water stain look more like the paint?
2001Answer: The water stain is just a variation of the normal water stains seen on body work. It is not a mistake, it is just a way to give the impression that you are painting over a surface which is actually a solid surface.
2002Question: Why is there two sides of the body?
2003Answer: For the design a vertical seam could be seen on both sides of the body as well (meaning you could have different levels of detail) And so the two sides would be used on this particular design.
2004Question: how do the edges and parts of the body change as we paint?
2005Answer: I believe that the more detail you have on the edges of the body, but don't worry too much. What matters is that you want to create a strong work of art, not a sloppy one. After the body had been painted, we knew that this design had to be ready to be printed in a hardback book. We had only two colors of paint that we could make, and they differed enough so that the work had to be different on the interior and on the exterior of the book.. .
2006Question: What is it that sets a good painting apart from the meanest work?
2007Answer: I would not use the phrase quality on this, but rather a high degree of consistency.. For a good painting, there is always something that is different between a good painting, and a bad one.
2008Question: What is the most difficult part of working on body paintings, and why should you give up some of your hard-won talent?
2009Answer: The hardest part is always getting your hands on the paint and getting it wet.. So as long as you have good practice and a little patience, I think it is very easy to get your hands on paint and get it wet.
2010Question: Why should we care what paint color we use?
2011Answer: Because it influences not just the color of the work, but what kind of shape it has, and if it is good enough to survive from that.
2012Question: What is the greatest advantage of a small shop?
2013Answer: The greatest advantage of a small shop is that you can work on your own, and make the most of every minute. We have a great advantage as well. It is easy for us to talk and to tell our stories when we are working at home, rather than leaving for an extended time out of state to work on something. For instance, I live in a nice neighborhood, and I go out of town on weekends to shoot. I get to see some of the best local artists of all time as well as some of the best national and international artists over the phone.
2014Question: What is my responsibility in being a better painter?
2015Answer: To be honest, I'm not sure what my responsibility is at all. All I know is that if there is one thing I'm going to put a lot of time into, it is being a better painter. That is because at home, I just want to take care of my family.
2016Question: how do you like to get my advice in drawing of TK?
2017Answer: When I was a little kid, my mom did a lot of work in the home painting and also did a lot of graphic design as well. She was the one that got me into art, and she taught me to take my artwork seriously, but also to take
2018
2019[1300 | 3137.23] loss=3.05 avg=3.06
2020[1301 | 3138.99] loss=3.03 avg=3.06
2021[1302 | 3140.76] loss=3.02 avg=3.06
2022[1303 | 3142.53] loss=3.00 avg=3.06
2023[1304 | 3144.29] loss=3.17 avg=3.06
2024[1305 | 3146.06] loss=3.24 avg=3.07
2025[1306 | 3147.83] loss=3.12 avg=3.07
2026[1307 | 3149.59] loss=2.98 avg=3.06
2027[1308 | 3151.36] loss=3.09 avg=3.07
2028[1309 | 3153.12] loss=2.97 avg=3.06
2029[1310 | 3154.90] loss=3.36 avg=3.07
2030[1311 | 3156.66] loss=3.25 avg=3.07
2031[1312 | 3158.43] loss=3.18 avg=3.07
2032[1313 | 3160.20] loss=3.29 avg=3.07
2033[1314 | 3161.97] loss=2.82 avg=3.07
2034[1315 | 3163.74] loss=3.14 avg=3.07
2035[1316 | 3165.52] loss=2.89 avg=3.07
2036[1317 | 3167.28] loss=2.99 avg=3.07
2037[1318 | 3169.04] loss=3.22 avg=3.07
2038[1319 | 3170.81] loss=3.34 avg=3.07
2039[1320 | 3172.58] loss=2.89 avg=3.07
2040[1321 | 3174.33] loss=2.89 avg=3.07
2041[1322 | 3176.10] loss=3.18 avg=3.07
2042[1323 | 3177.87] loss=3.10 avg=3.07
2043[1324 | 3179.64] loss=3.10 avg=3.07
2044[1325 | 3181.41] loss=3.19 avg=3.07
2045[1326 | 3183.17] loss=2.70 avg=3.07
2046[1327 | 3184.94] loss=2.92 avg=3.07
2047[1328 | 3186.70] loss=2.90 avg=3.06
2048[1329 | 3188.47] loss=3.26 avg=3.07
2049[1330 | 3190.23] loss=2.71 avg=3.06
2050[1331 | 3191.99] loss=3.12 avg=3.06
2051[1332 | 3193.76] loss=2.94 avg=3.06
2052[1333 | 3195.52] loss=3.36 avg=3.07
2053[1334 | 3197.30] loss=2.80 avg=3.06
2054[1335 | 3199.06] loss=3.09 avg=3.06
2055[1336 | 3200.84] loss=2.99 avg=3.06
2056[1337 | 3202.60] loss=2.95 avg=3.06
2057[1338 | 3204.37] loss=3.41 avg=3.06
2058[1339 | 3206.15] loss=3.14 avg=3.07
2059[1340 | 3207.92] loss=3.12 avg=3.07
2060[1341 | 3209.68] loss=3.16 avg=3.07
2061[1342 | 3211.46] loss=3.14 avg=3.07
2062[1343 | 3213.21] loss=3.07 avg=3.07
2063[1344 | 3214.98] loss=2.94 avg=3.07
2064[1345 | 3216.75] loss=3.03 avg=3.07
2065[1346 | 3218.52] loss=3.20 avg=3.07
2066[1347 | 3220.29] loss=2.96 avg=3.07
2067[1348 | 3222.05] loss=2.96 avg=3.07
2068[1349 | 3223.81] loss=2.97 avg=3.06
2069[1350 | 3225.57] loss=3.11 avg=3.06
2070[1351 | 3227.34] loss=3.10 avg=3.06
2071[1352 | 3229.10] loss=3.02 avg=3.06
2072[1353 | 3230.87] loss=3.25 avg=3.07
2073[1354 | 3232.64] loss=2.96 avg=3.07
2074[1355 | 3234.40] loss=3.19 avg=3.07
2075[1356 | 3236.18] loss=2.98 avg=3.07
2076[1357 | 3237.95] loss=3.09 avg=3.07
2077[1358 | 3239.71] loss=2.90 avg=3.06
2078[1359 | 3241.49] loss=3.01 avg=3.06
2079[1360 | 3243.25] loss=2.95 avg=3.06
2080[1361 | 3245.02] loss=3.08 avg=3.06
2081[1362 | 3246.79] loss=3.14 avg=3.06
2082[1363 | 3248.55] loss=2.91 avg=3.06
2083[1364 | 3250.33] loss=3.24 avg=3.06
2084[1365 | 3252.08] loss=3.07 avg=3.06
2085[1366 | 3253.86] loss=3.19 avg=3.06
2086[1367 | 3255.61] loss=3.33 avg=3.07
2087[1368 | 3257.38] loss=3.20 avg=3.07
2088[1369 | 3259.15] loss=2.87 avg=3.07
2089[1370 | 3260.91] loss=3.01 avg=3.07
2090[1371 | 3262.68] loss=3.18 avg=3.07
2091[1372 | 3264.44] loss=2.80 avg=3.06
2092[1373 | 3266.21] loss=2.85 avg=3.06
2093[1374 | 3267.97] loss=2.70 avg=3.06
2094[1375 | 3269.74] loss=3.04 avg=3.06
2095[1376 | 3271.51] loss=3.11 avg=3.06
2096[1377 | 3273.27] loss=2.98 avg=3.06
2097[1378 | 3275.04] loss=2.97 avg=3.06
2098[1379 | 3276.79] loss=3.22 avg=3.06
2099[1380 | 3278.56] loss=2.80 avg=3.06
2100[1381 | 3280.31] loss=3.05 avg=3.06
2101[1382 | 3282.07] loss=3.01 avg=3.06
2102[1383 | 3283.83] loss=3.10 avg=3.06
2103[1384 | 3285.60] loss=3.08 avg=3.06
2104[1385 | 3287.36] loss=2.80 avg=3.05
2105[1386 | 3289.12] loss=3.08 avg=3.05
2106[1387 | 3290.87] loss=3.16 avg=3.06
2107[1388 | 3292.63] loss=2.95 avg=3.05
2108[1389 | 3294.39] loss=3.21 avg=3.06
2109[1390 | 3296.15] loss=3.07 avg=3.06
2110[1391 | 3297.90] loss=2.93 avg=3.06
2111[1392 | 3299.67] loss=2.95 avg=3.05
2112[1393 | 3301.42] loss=3.32 avg=3.06
2113[1394 | 3303.19] loss=3.01 avg=3.06
2114[1395 | 3304.94] loss=3.14 avg=3.06
2115[1396 | 3306.71] loss=3.08 avg=3.06
2116[1397 | 3308.46] loss=2.99 avg=3.06
2117[1398 | 3310.23] loss=3.05 avg=3.06
2118[1399 | 3311.98] loss=2.93 avg=3.06
2119Generating samples...
2120======== SAMPLE 1 ========
2121op
2122Answer: you'll have to search through the dictionary. In the dictionary it would show like (in the dictionary)-
2123Question: What is a katabatic, an atomic chemical, or a molecular fumiton?
2124Answer: the atoms and molecules of matter in a given matter. If you are too confused to understand what I said or if you don't want to take the time - don't do it! It's up to you to figure stuff out, but don't say that you're too confused to understand. This whole answer is going to be in Japanese. You want to read up on katabatic? it's in Japanese, but you need to do the homework with an english translation! Then you can have all the fun that is katabatic (also abbreviated to KB).
2125Question: What is a hydrogen atom?
2126Answer: A hydrogen is a neutral atom. The H is the hydrogen, C is the neutral atom that is connected to the atom by a positive charge.
2127Question: what is a proton?
2128Answer: A proton is a positively-charged negative electron.
2129Question: how to make a proton in an electron-beam? How is the proton made an electron?
2130Answer: The proton is formed by passing a positive electron through the nuclei of the first and second hydrogen nuclei, so the protons of electrons in the third and fourth hydrogen nuclei will combine. The hydrogen nuclei will then attract positively charged proton molecules that connect with the proton proton.
2131Question: what is a neutron?
2132Answer: a neutron is an electrically charged cloud of positively charged particles that orbit around a single, positively charged nucleus (the nucleus of water).
2133Question: What does it mean to be neutral?
2134Answer: A neutral atom is one filled with no electrons. Neutral atoms are not affected by other elements. You are neutral If you have no positively charged electrons in you - i.e. there is no positively-charged electron that is orbiting around you - then you are an H-ion. You are an o-ion. An O-ion is a neutral atom, but since it can ionize, it is not a true H-ion. To get neutral atoms, you will have to neutralize the hydrogen nuclei by electron beams - it will be like ionizing the water in the same way. To make a neutral o-ion, you must get rid of the ionized hydrogen nuclei, by passing a charged photon through them. The way to get rid of the charged photons is to ionize the water with photons. The ionizing photons can be produced by high-energy particles called muons, protons, electrons, antineutrons, positrons, or W and Z particles.
2135Question: What is an H atom?
2136Answer: The H atom is a ionized proton that forms the nucleus of water molecules.
2137Question: How are H atoms formed?
2138Answer: You will have to figure all this out on your own! You are the H atom that is filling the water nuclei. The H atom can form in either of two ways: 1. when water is ionized with electrons - ionized atoms can be detected (like in the first question); or2. after neutralization - these two electrons will align so that the H forms in the water nuclei. If either of those two ways is correct, then you are an electron-H ion.
2139Question: what is a H-ion?
2140Answer: It's when one of the H atom's electrons is in the o-ion and when one of the H atom's electrons align with positively charged H (or O - ion and it is an H-ion).
2141Question: What is an o-ion?
2142Answer: An o-ion consists of a positively charged electron and its neutral, or negatively charged counterpart. an o-ion can ionize water. It's important because if the electrons don't align properly within the water, it can cause a water molecule to lose electrons and thus become water. o-ion is also the name of the electron in the nucleus of water molecules.
2143Question: What is a neuter particle?
2144Answer: A neuter particle is a proton or electron that is not in the electron orbit when it interacts with water. It can form directly between water molecules in the nuclei.
2145Question: what is an O-ion?
2146Answer: An O-ion is a neutron. O's usually are formed by ionizing water with protons.
2147Question: What is an H+ ion?
2148Answer: The H+ ion consists of an O+ ion and a positive electron. The electron is positive because the H+ ion and electrons are connected by a positive electric charge and the electrons cannot attract each other as they normally do.
2149
2150[1400 | 3376.03] loss=3.12 avg=3.06
2151[1401 | 3377.78] loss=3.09 avg=3.06
2152[1402 | 3379.54] loss=3.33 avg=3.06
2153[1403 | 3381.29] loss=2.89 avg=3.06
2154[1404 | 3383.06] loss=3.03 avg=3.06
2155[1405 | 3384.81] loss=3.12 avg=3.06
2156[1406 | 3386.57] loss=2.76 avg=3.05
2157[1407 | 3388.33] loss=2.66 avg=3.05
2158[1408 | 3390.09] loss=2.57 avg=3.05
2159[1409 | 3391.85] loss=2.93 avg=3.04
2160[1410 | 3393.62] loss=3.05 avg=3.04
2161[1411 | 3395.37] loss=3.12 avg=3.05
2162[1412 | 3397.13] loss=2.88 avg=3.04
2163[1413 | 3398.89] loss=3.62 avg=3.05
2164[1414 | 3400.65] loss=3.19 avg=3.05
2165[1415 | 3402.41] loss=3.10 avg=3.05
2166[1416 | 3404.17] loss=3.08 avg=3.05
2167[1417 | 3405.94] loss=3.12 avg=3.05
2168[1418 | 3407.71] loss=3.16 avg=3.05
2169[1419 | 3409.48] loss=2.99 avg=3.05
2170[1420 | 3411.24] loss=3.08 avg=3.05
2171[1421 | 3413.00] loss=3.15 avg=3.05
2172[1422 | 3414.77] loss=2.77 avg=3.05
2173[1423 | 3416.53] loss=2.64 avg=3.05
2174[1424 | 3418.30] loss=3.17 avg=3.05
2175[1425 | 3420.06] loss=3.16 avg=3.05
2176[1426 | 3421.84] loss=2.88 avg=3.05
2177[1427 | 3423.59] loss=3.25 avg=3.05
2178[1428 | 3425.36] loss=2.78 avg=3.05