2

I want to upload pretrained model to DIGITS. If I use zip file does not accept file. What should inside the zip file? How can I upload pretrained model live VGG-19 into DIGITS and use it for different dataset? How can I fine tune the new model for new dataset which is different in image size and original images?

1 Answers1

2

Try downloading a model from another training job on your server. Look at the contents of that zipfile, and then create a new zipfile with your new content in the same format.

Also, you can just upload the individual files using the form rather than creating a zipfile.

enter image description here

Luke Yeager
  • 1,400
  • 1
  • 17
  • 30