Googlenet network's parameters changed

Hello,I want ask a question. How can I change googlenet’s others parameters like learning rate …?

Hi,

Learning rate is a training parameter. Do you want to re-train the model?
If yes, you can adjust the parameter directly when launching the training process.

For example, it’s allowed to adjust the learning rate on the lunch interface.
https://github.com/dusty-nv/jetson-inference/blob/master/docs/imagenet-training.md#creating-image-classification-model-with-digits

Thanks.

Is your googlenet inception V4?

Hi,

Not exactly.

InceptionV4 is evolved from GoogleNet but has some difference.
Here is introduction for InceptionV4 for your reference:

Thanks.