dcgans_amc.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:jamespy_py3 作者: jskDr 项目源码 文件源码
def generator_model_qpsk(no_bits_in_a_frame):
    """
    Now the outputs will have 2-d, consisting of real and image parts
    input should be the same output.
    """
    model = Sequential()
    model.add(Conv1D(
        2, 2,
        subsample_length=2,
        input_shape=(no_bits_in_a_frame, 1)))
    return model
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号