Why do I always get the same value as the result in a CNN in pytorch?

前端 未结 0 456
自闭症患者
自闭症患者 2021-01-28 03:01

Here is my code

dataset = pd.read_csv(\'augmented_data.csv\')
dataset = dataset.sample(frac=1)

class ConvNet(nn.Module):
def __init__(self):
    super(ConvNet, s         


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