Replies: 4 comments 6 replies
-
|
@vahuja4 i see your issue. in notebook/cloud machines we might don't have the My suggestion is, for now, either: Sorry for the inconvenience. |
Beta Was this translation helpful? Give feedback.
-
|
Running it locally (on an M1 Mac) gave me this error: https://ibb.co/nM7TmMT |
Beta Was this translation helpful? Give feedback.
-
|
jpg
…On Thu, 21 Oct 2021, 19:43 Tadej Svetina, ***@***.***> wrote:
What format are images in your dataset?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#155 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABILQW2QM5B7N77FL6XWV7DUIANZFANCNFSM5GNT6JWA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
|
@vahuja4 can you update your jpg, it's now shown up |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So, I ran this
`import finetuner
finetuner.fit(
model=model,
interactive=True,
train_data=data_gen,
freeze=True,
to_embedding_model=True,
input_size=(3, 224, 224),
output_dim=100
)
`
And, it completed in 20s, but the labeling UI didn't pop up because I am in a cloud based jupyter environment. What is the best way to use a cloud gpu with finetuner?
Beta Was this translation helpful? Give feedback.
All reactions