hhh
hhh
Similar problem occurs when trained with CelebA dataset. I have trained it for 500k iterations and before 410k iterations, everything looks fine but soon mode collapse problem occurs. Only three...
This should be handled on gatsby side and gatsby provides an api `createTypes` to modify type definition. Here is an example showing how to fix null value for a string...
Related issues: https://github.com/strapi/gatsby-source-strapi/issues/86#issuecomment-566526300 https://github.com/strapi/gatsby-source-strapi/issues/94#issuecomment-570039297
Any requirement for being an official core maintainer? I have been using strapi together with gatsby for a while and would like to contribute to the community.
@luoyibu Sorry to bother you. Any update on the pull request? If you are busy, I can open a new pull request on this topic.
I have made some changes to the code so that it can support nested persist. The syntax looks like: ``` { blacklistPerReducer: { reducerB: ['keyA', 'keyB.keyB1'] } } ``` Any...
I used node v8 at first and I changed to v7.0.0 but same error appears.
``` import 'babel-polyfill' import { tmp } from './module' tmp() ``` ---------------------------------------------------------------------------------------------------- ``` import { Facenet } from 'facenet' export async function tmp(){ const facenet = new Facenet() const imageFile...
Errors occur when running by babel-node For index.js(upper one): throw new Error("only one instance of babel-polyfill is allowed"); ^ Error: only one instance of babel-polyfill is allowed For test.js(lower one):...
Thanks for your advices. Now I am able to run the codes and I have one more question. Is there any requirement for the input photo? I use some face...