Nikita Ivanov
Nikita Ivanov
Is it some dcgan problem or just an architectural mistake? Net seems to return images not in [-1; 1], lower bound is lifted up in -0.6, -0.5 or so. So...
At build function, when using with options: ```js build( 'TeX', 'AsciiMath', 'CommonHTML', { toFile: true, compress: true, folder: 'ascii' } ); ``` It fails because you try to `...options.customExtensions`, but...
Your regexp at main.js:1041 has 2 mistakes: - it relies on that directory separator is '/' (so it fails under windows) - it has a dot symbol unescaped in 'MathJax.js'...