Torstein Otterlei

Results 3 comments of Torstein Otterlei

Hello there! Have you managed to acheieve any results using this model? I have been trying multiple times now to get the same results as the provided "Block0_skip_model_100", but I...

I had this same issue. Apparently it happens beacuse the model has been saved using the nn.DataParallel function. You can solve this by loading the model with strict=False like this:...

The Avro encoding in master is broken and useless with those extra 12 bytes in addition to the actual 5 magic+schemaID bytes. This PR fixes that. But I guess this...