EADST

Paddle Argmax Function

Paddle Argmax Function

import paddle

x = paddle.to_tensor([[5,8,9,5],
                     [0,0,1,7],
                     [6,9,2,4]])
# paddle.argmax(x, axis=None, keepdim=False, dtype='int64', name=None)
out1 = paddle.argmax(x)
print(out1) # 2
out2 = paddle.argmax(x, axis=0)
print(out2)
# [2, 2, 0, 1]
out3 = paddle.argmax(x, axis=-1)
print(out3)
# [2, 3, 1]
out4 = paddle.argmax(x, axis=0, keepdim=True)
print(out4)
# [[2, 2, 0, 1]]

Reference

Paddle Argmax

相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
顶会 LeetCode JSON Website BF16 多进程 git-lfs Conda TTS Git 版权 Miniforge Zip C++ DeepSeek Hotel Plate NameSilo SQLite Domain Paper Ptyhon GoogLeNet Bitcoin 净利润 Shortcut 签证 算法题 阿里云 Jupyter BTC RAR 证件照 API Windows Dataset Transformers LoRA Tracking 继承 Paddle LLAMA CEIR Math CC VPN Cloudreve Qwen2.5 Food Color Proxy Claude FastAPI Gemma Image2Text LaTeX CV PIP Hungarian Use NLP BeautifulSoup SVR Plotly Logo GPT4 Excel Safetensors 音频 CUDA Pytorch XML 域名 ModelScope 关于博主 printf VSCode HaggingFace InvalidArgumentError uWSGI Random WAN Python CTC OpenAI XGBoost Bin PDB Breakpoint v2ray Google 论文 Sklearn Card Augmentation MD5 强化学习 Llama 搞笑 EXCEL CAM Linux Clash GGML SPIE LLM Distillation ms-swift FP32 报税 Diagram AI OCR TSV CSV Base64 NLTK Permission 腾讯云 UI RL Video Tensor git Animate v0.dev WebCrawler Statistics diffusers Michelin Qwen2 Agent News COCO Disk QWEN Pillow transformers OpenCV SQL llama.cpp Tiktoken Datetime Pickle Markdown hf Quantization Bipartite Django IndexTTS2 Streamlit Docker Anaconda ChatGPT Password Bert Mixtral RGB Algorithm Search tar Ubuntu 论文速读 Translation Quantize 云服务器 公式 Hilton mmap 图形思考法 Baidu tqdm TensorRT PyCharm Magnet DeepStream Qwen Template Attention Vim 递归学习法 Web Pandas FlashAttention CLAP Data TensorFlow Nginx 飞书 PyTorch ResNet-50 GIT Numpy uwsgi Crawler Firewall Land Input Jetson Rebuttal torchinfo Freesound PDF 多线程 Interview FP64 FP8 第一性原理 FP16 财报 VGG-16 Review icon HuggingFace Heatmap logger Github scipy Vmess 图标 Knowledge GPTQ UNIX ONNX SAM YOLO
站点统计

本站现有博文333篇,共被浏览924679

本站已经建立2631天!

热门文章
文章归档
回到顶部