Andreas Karampatsos

Results 9 comments of Andreas Karampatsos

I only need from IE10+ so it will be optimal! Thanks i'll try it :)

I have moved away from scriptjs long ago, now using SystemJS module loading system to get ready for ES2016 with Typescript.

Hey, I understand what you are saying. Perhaps if we define as default extension the ts files and use karma-typescript-preprocessor but don't have time to test it at the moment....

I have been playing with the preprocessors but didn't manage to do it :/

May I ask the cmake command for SSE2? I got an error when I skipped avx since my CPU is old (Xeon 5670) and I got an error about ```cpp_shape_inference.pb.h```...

Hello, thanks for the great repo! Using Python 3.6, Pycharm 2018.3.5 Windows 10 tensorflow_gpu-1.13.1 Installed darkflow globally with pip install . after cloning the project How can I use the...

@hemanth2410 can you plz clarify those 2? :P > and paint both primary and secondary colors to matte black. > > enable speed info (KMPH only) from sample trainer.

My version in the end is: ```` const CheckboxWithLabelAndError = ({ input, label, classes, meta: {touched, error}, children, ...custom }) => ( {children} } /> {touched && error && {error}}...