George Darkwah

Results 5 issues of George Darkwah

introduced the number of batches ('n_batches') option for the save frequency instead of 'batch_size'. Using 'batch_size' works in this tutorial because the length of the training data is 1000 which...

Instead of np.floor, I think np.ceil is the right form of rounding to use. this is with reference to the tensorflow/keras documentation (https://www.tensorflow.org/api_docs/python/tf/keras/utils/Sequence) Example explanation: given a sample size (or...

I am just reopening a previous [pull request](https://github.com/dalmo1991/superflexPy/pull/6) that I mistakenly closed For example, an element with 2 states will have two flux functions: `[f1, f2]` and two s_zeros: `[S0_1,...

Using the `op` argument is depricated as per the following warning: ``` FutureWarning: The `op` parameter is deprecated and will be removed in a future release. Please use the `predicate`...

if the test file is in the same folder as the `context.py`, then there is no need for the preceding dot when importing context