Type Alias NetParams

NetParams: {
    fc: {
        age: FCParams;
        gender: FCParams;
    };
}