VitCon

Results 6 issues of VitCon

Please make this update ASAP: **Change** [JsonProperty("**status**")] public string? PublishedStatus { get; set; } **To** [JsonProperty("**published_status**")] public string? PublishedStatus { get; set; } At the moment I cannot filter pages...

**Is your feature request related to a problem? Please describe.** I successfully use DCGAN to generate avatars trained by cartoonset (https://google.github.io/cartoonset/). I want to make an improvement that allows specifying...

enhancement
feature

Shopify has sent emails asking me to update my app to implement session tokens to replace cookies. https://shopify.dev/apps/auth/oauth/session-tokens I'm using the code copied from The Shopify Development Handbook. Could you...

question
stale

### Describe the issue SessionOptions.MakeSessionOptionWithCudaProvider(0) raises OnnxRuntimeException: LoadLibrary failed with error 126. I've tried targeting both .NET 6 and .NET 7, both of them produce the same exception. The exception...

ep:CUDA
platform:windows
platform:mobile

Trying to train try-on condition generator using the script and got the error. python3 train_condition.py --cuda --Ddownx2 --Ddropout --lasttvonly --interflowloss --occlusion `Traceback (most recent call last): File "C:\Users\Admin\Desktop\TryOn\hr_viton\train_condition.py", line 498,...

According to [Shopify REST API](https://shopify.dev/docs/api/admin-rest/2024-01/resources/article#put-blogs-blog-id-articles-article-id), an article image should have 3 properties: attachment, src, and alt. The alt property is currently missing from the ArticleImage class, making it difficult to...