Error: TypeError: __init__() takes from 1 to 3 positional arguments but 5 were given

前端 未结 0 699
盖世英雄少女心
盖世英雄少女心 2021-02-08 17:11

I was translating a program from pytorch to Tensorflow in which I wrote for a generator model:

class Generator(tf.Module):
    def __init__(self, noise_size, cond         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题