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

本站现有博文321篇,共被浏览764801

本站已经建立2442天!

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