Matt Lea
Matt Lea
Having the same issue. Any word on the status of Text/Basic Logo/Symbol tracking?
+1 same error `/home/user1a/Unity-2019.1.0f2/Editor/2019.2.10f1/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/UI/Core/Layout/LayoutUtility.cs(148,74): error CS0433: The type 'Func' exists in both 'WebSocket4Net, Version=0.14.1.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a' and 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'`
> I have a gtx 1060 6gb and I also have this problem. > Searching on google I read that the batch size should be reduced, so I launched >...
For those of you finding this in the future I had the same problem. Turns out that PDFs with more than 1 page need to be run Asynchronously. Meaning that...
+1 to @webeng 's question. I am running it on a g5.12xlarge with 4 GPUs each with 96 total. And I am getting the ``` RuntimeError: CUDA out of memory....
Right now for some reason we are unable to craft tools like axes. Were somewhat sure it has to do with the fact that there are multiple item types required...
They can harvest blocks with their hand or just break blocks?
So I got it to compile by changing this file from `VERSION_1_7` to `VERSION_1_8` :https://github.com/blakgeek/cordova-plugin-flurryanalytics/blob/master/src/android/plugin.gradle#L4 ``` ext.postBuildExtras = { android { compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } }...
> I finally ended up using this: > > https://github.com/ShivamShrirao/diffusers/tree/main/examples/dreambooth Yesss!! Finally yeah this worked. I am running on 8GB and finally got it to train using the info in...
I ended up switching back to no VPC after a few tries and realized that my IAM roles were slightly off. I only had the bucket arn with ** after...