Marc J. Schmidt

Results 444 comments of Marc J. Schmidt

@gigobyte is right. This is the biggest performance difference. Having such simple checks without error reporting is basically useless. What should I do when quartet returns false? Throw a generic...

I have a io-ts benchmark here: https://github.com/super-hornet/super-hornet.ts/blob/master/packages/marshal-benchmark/tests/validation2.spec.ts, which is based on their official [benchmark](https://github.com/gcanti/io-ts/blob/master/perf/typescript-runtime-type-benchmarks.ts). They have already built-in `Guard` semantics. And `Either` returned by `decode` theoretically has detailed error information...

Marshal was the foundation of Deepkit, so the repo was renamed. Its functionality with the same JIT technique is now in deepkit/type, but instead of being based on classes with...

Which operating system do you use and which Docker version? Did you set manually Docker environment variables in the cluster node settings? It might be that at https://github.com/deepkit/deepkit/blob/master/packages/cli/src/task.ts#L607-L616 there are...

All images should work perfectly fine. Which did you use? So you cluster node server has Ubuntu 16.04, right? You can try starting your image by using `docker run imagename`...

> Is it possible to inspect every command the deepkit runs? Not yet. I'm currently working on a debug mode so we get valuable insights in such cases. > Or...

@planetceres thanks for the detailed description. Could you also please post your deepkit.yml content? I wonder if `training` is an actual config value defined in the file, what content it...

``` training: epochs: 50 samples: 20 ``` this results always in `[object Object]` as nested objects are not supported in the create-experiment view. I tried your example with `deepkit/deepkit.yml` and...

> If we create a directory ./deepkit and put deepkit.yml there, DeepKit can't seem to find the configuration But you showed a screenshot of this configuration, so Deepkit found it....

Hey, I already started (https://github.com/deepkit/deepkit/commit/8f9ac31b2c1924ec4a908fac8d53ab566e86c685) cloud provider support which does exactly that. It works a bit different though: You first create a new cluster of type Azure/AWS/GC/Genesis and configure what...