Computer vision model parameters available?

Hi, I’m wondering if the actual weights and biases of the trained computer vision model are available to download, so I can play with them in PyTorch or TensorFlow or whatever?

Or are they kept secret?

Keenan

1 Like

if i’m understanding you correctly,

however, there are plenty of models that have been trained on iNaturalist data. so you might be able to play with those. for example, here are a few trained on iNat data from 2017: https://tfhub.dev/s?dataset=inaturalist&module-type=image-classification.

or else, you an train your own using the latest AWS Open Dataset: https://registry.opendata.aws/inaturalist-open-data/, or using the set from the 2021 Visipedia competition: https://github.com/visipedia/inat_comp/tree/master/2021

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.