Justus Schwabedal

Results 4 issues of Justus Schwabedal

Hi, I updated the version of edfjs to v0.4.0. This required a change to `const edffile = new edfjs.EDF()`. See if this works for you.

We add '/torch_train_model.py' that reproduces the training in '/train_model.py'. Each element in the cpc network are wrapped in `torch.nn.Module` subclasses: * `NetworkEncoder` : Transforms a batch of images into an...

Updating to py3.6 * The script now works seemlessly under py3.6. * f-strings break backwards compartibility. Increasing flexibility * Using argparse module, more cmdline control has been added. * The...