pretrained-models.pytorch icon indicating copy to clipboard operation
pretrained-models.pytorch copied to clipboard

Python 2 float/integer compatibility fix

Open 1Reinier opened this issue 6 years ago • 3 comments

This fixes se_resnext models where math.floor is used to compute layer width. In Python 3 this outputs an integer, but in 2.7 this outputs a float. This fix makes sure an int is always supplied.

1Reinier avatar May 06 '19 18:05 1Reinier

Travis: The job exceeded the maximum time limit for jobs, and has been terminated.

1Reinier avatar May 07 '19 15:05 1Reinier

How do I run it with more time? It seems stuck downloading pertained weights

1Reinier avatar May 07 '19 15:05 1Reinier

@Cadene Thanks ^

1Reinier avatar May 07 '19 15:05 1Reinier