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

本站现有博文320篇,共被浏览756827

本站已经建立2421天!

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