cf上有题解,我写这个只想说真服了,卡double了导致一直没做出来
开long double过的 贴一下我的代码
#include <bits/stdc.h>using namespace std;
typedef long double LD;
typedef long long LL;
#define int LL
#define double LD
const int N …
Google的MLP-MIXer的复现(pytorch实现)
该模型原论文实现用的jax框架实现,先贴出原论文的代码实现:
# Copyright 2024 Google LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may …