mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 12:20:46 +00:00
Use HF Papers
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
//! Note that this implementation is for inference only, there is no possibility to track the
|
||||
//! running stats.
|
||||
//!
|
||||
//! [`Batch Normalization`]: https://arxiv.org/abs/1502.03167
|
||||
//! [`Batch Normalization`]: https://huggingface.co/papers/1502.03167
|
||||
use candle::{DType, Result, Tensor, Var};
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
|
@ -27,7 +27,7 @@
|
||||
//! # Ok(()) }
|
||||
//! ```
|
||||
//!
|
||||
//! [`Layer Normalization`]: https://arxiv.org/abs/1607.06450
|
||||
//! [`Layer Normalization`]: https://huggingface.co/papers/1607.06450
|
||||
use candle::{DType, Module, Result, Tensor, D};
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
|
Reference in New Issue
Block a user