yxl502

Results 5 comments of yxl502

anyone meet this question? torch.onnx.errors.UnsupportedOperatorError: Exporting the operator 'aten::bincount' to ONNX opset version 12 is not supported. Please feel free to request support or submit a pull request on PyTorch...

Not found 发自我的iPhone ------------------ Original ------------------ From: Arayvapor ***@***.***> Date: Wed,Feb 12,2025 3:55 PM To: yunxiaoshi/Neural-IMage-Assessment ***@***.***> Cc: yxl502 ***@***.***>, Author ***@***.***> Subject: Re: [yunxiaoshi/Neural-IMage-Assessment] who can share the pre-trainmodel?...

from typing import Any, Callable, Dict, List, Mapping, Optional, Tuple, Union import torch import torch.nn as nn import torch.nn.functional as F from models.model_config import MODEL_SPECS def make_divisible( value: float, divisor:...