pretrained-models.pytorch
pretrained-models.pytorch copied to clipboard
Python 2 float/integer compatibility fix
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.
Travis: The job exceeded the maximum time limit for jobs, and has been terminated.
How do I run it with more time? It seems stuck downloading pertained weights
@Cadene Thanks ^