István Ketykó

Results 9 comments of István Ketykó

We have got SIM cards which are accessible for app installation via OTA only (because we have got just the OTA keys). I don't know whether it's SCP-80 or SCP-81...

Yes yes. They implemented it (wrapping APDUs into SMS-PP) in Python: https://github.com/Shadytel/sim-tools/blob/master/shadysim/shadysim.py

I think this TPU error has nothing to do with my modifications. In my experience it can be due to compatibility issues between the installed Tensorflow and Keras versions. A...

Hi @RobRomijnders, Am I right that you are following the VRAE approach (https://arxiv.org/abs/1412.6581) with a modification where the sampling from the latent vector happens? I still don't clearly understand the...

Gergo, could you try an evaluation of the model just by the noise_array training data exclusively? How would that go?

I've the exact same Exception with an ultra simple: `base_model = Seq2Seq(input_dim=128, input_length=150, hidden_dim=512, output_length=150, output_dim=128, depth=2) multi_model = multi_gpu_model(base_model, gpus=2) multi_model.compile(loss='mse', optimizer='adam', metrics=['mse'])` I don't have any masks and...

Hi, Have you tried our version which is developed further: https://github.com/ketyi/Deep-2SRNN ? Anyways, the datasets were not ours but cited in detail. So, you have to download those from their...

That is just the source of the results data frame for creating Figure 6. Are you sure you need that for any real?