WaterKnight1998 / InformaticaMovilActividad231

0 stars 0 forks source link

libtorch in hrnet #1

Open henbucuoshanghai opened 3 years ago

henbucuoshanghai commented 3 years ago

RuntimeError: Expected integer literal for index: File "/home/david/Documents/pry/models/archs/hrnet.py", line 228

    for i in range(self.num_branches):
        x[i] = self.branches[i](x[i])
               ~~~~~~~~~~~~~~~ <--- HERE

    x_fuse = []
henbucuoshanghai commented 3 years ago

have you solve it?

WaterKnight1998 commented 3 years ago

have you solve it?

Are you doing binary or multi-class classification?

henbucuoshanghai commented 3 years ago

no