3

From Tensorflow docs, we can use transfer learning for object detection when you run from cloud. Also, can we using transfer-learning for running locally ? i see that we have a doc about running on local but i can not find any documents that write about transfer learning when run on local machine . I expected it in pipeline but i can not find it. So how can we config transfer learning on running locally ?

1 Answer 1

6

You are correct. You can use transfer learning when running locally.

The steps are similar to the instruction on running pets on google cloud, but your training config should reference your local file system instead of a path on GCS. In particular, you need to configure the train_config.fine_tune_checkpoint field to point to the unzipped checkpoint.

See the sample resnet101 config for more details. You should only have to change the PATH_TO_BE_CONFIGURED strings to point to the correct value.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.