|
|
|
|
|
by nmca
2447 days ago
|
|
At some point you stop caring about being able to import a set of imagnet pretrained weights and start caring about extreme flexibility. Think about implement
ting, say "Scene Representation Networks" https://arxiv.org/abs/1906.01618 in each of the three frameworks. Tf is a pig, pytorch is slow, and Jax is going to crush the problem. The lack of say, keras.applications is a shame, but it won't last, and if you have a GPU or 8 the power of optimized (p/v)map definitely makes up for it. |
|
Do you have any particular evidence that PyTorch is slow here?