Skip to content

Commit

Permalink
Added proper reference to ConvNextV2 for MAE+convnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Jul 3, 2024
1 parent 651a3a2 commit ad0eb51
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NormalizingFlows.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2306,6 +2306,23 @@
"Parallel WaveNet: Fast High-Fidelity Speech Synthesis](https://arxiv.org/abs/1711.10433)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Masked autoregressive flows coupled with convnets as state of the art in 2023\n",
"* Checkout (ConvNextV2)[https://arxiv.org/abs/2301.00808]"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"#IFrame(\"doc/NormalizingFlows/2301.00808v1.pdf\", width=1200, height=800)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Binary file added doc/NormalizingFlows/2301.00808v1.pdf
Binary file not shown.

0 comments on commit ad0eb51

Please sign in to comment.