Here's a quick guide how to run SpaceEngineers Dedicated Server on Ubuntu with Wine
- A copy of Space Engineers
- A Windows box
- A Linux box running Ubuntu 14.04 or 14.10 (It'll probably work on other distros, YMMV)
| from keras import backend as K | |
| from keras import activations, initializations, regularizers, constraints | |
| from keras.engine import Layer, InputSpec | |
| from keras.utils.np_utils import conv_output_length | |
| from keras.layers import Convolution1D, Convolution2D | |
| import tensorflow as tf | |
| class Convolution1D_tied(Layer): | |
| '''Convolution operator for filtering neighborhoods of one-dimensional inputs. | |
| When using this layer as the first layer in a model, |
Here's a quick guide how to run SpaceEngineers Dedicated Server on Ubuntu with Wine