nn-Meter icon indicating copy to clipboard operation
nn-Meter copied to clipboard

How can I get the models in datasets.zip?

Open SakuraiYuuta opened this issue 2 years ago β€’ 0 comments
trafficstars

I found the dataset generation method in paper:

For each model (e.g., AlexNet), we generate 2,000 variants (e.g., AlexNets) by re-sampling the output channel number and kernel size for each layer. Specifically, the new output channel number is randomly selected from [0.2 Γ— πΆπ‘œπ‘’π‘‘, 1.8 Γ— πΆπ‘œπ‘’π‘‘], and the kernel size is sampled from {1, 3, 5, 7, 9}

and the generated models in the datasets.zip, but how can I get the models to execute them by myself?

I noticed that these models are ir graphs, how can I transfer them back to pytorch/tensorflow models to do the inference by myself

SakuraiYuuta avatar Aug 10 '23 16:08 SakuraiYuuta