rememberBr
rememberBr
> 你可以试试该作者的另一个模型,open-acm,好像比这个更新一点,但是我也没试过
Check your keras version, the merge method is cancelled in subsequent versions, and now it is the Concatenate method used
> What is the model you are using? It seems the initialized model does not contain fc_norm and head. The correct model to use for fine-tuned models should be vit_large_patch16...
> @rememberBr A fine-tuned model is fine-tuned for classification and cannot be used for generation. OK,thanks
> Adding for completeness: CV-CUDA is currently compatible with WSL2 with Ubuntu >= 20.04添加完整性:CV-CUDA 目前与 Ubuntu >= 20.04 的 WSL2 兼容 I am even more looking forward to the native...
@vurusovs Greetings, the minimum input size I can handle is 30x30, while the maximum allowed size is 200x200. The test images I work with also fall within this range. Although...
> @rememberBr @utorik45 hello, recently we have merged [memory leak fix](https://github.com/openvinotoolkit/openvino/pull/24104) in master branch. Could you please try master branch starting from [b886fa5](https://github.com/openvinotoolkit/openvino/commit/b886fa5d10105ae8041a11a67b7e2391d3591a32) commit? The fix will be also included...
> I tried the cnn.onnx model on the current master in the following scenario: > > * the model is compiled with dynamic shapes > * height and weight size...
@v-Golubev Thank you for your response. I understand what you mean now. I noticed that you mentioned "Users can regulate primitives cache capacity via CPU_RUNTIME_CACHE_CAPACITY property." And when CPU_RUNTIME_CACHE_CAPACITY is...
@v-Golubev Does the capacity of CPU_RUNTIME_CACHE_CAPACITY approximately correspond to the number of shape information entries? For example, when my image sizes range between 80-100, there are a total of 400...