mirror of
				https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
				synced 2025-11-01 03:43:09 +08:00 
			
		
		
		
	corrected a typo
This commit is contained in:
		| @ -51,7 +51,7 @@ class RHNCell(Module): | ||||
|     We have also replaced the weight matrices and bias vectors from the equations with | ||||
|     linear transforms, because that's how the implementation is going to look like. | ||||
|  | ||||
|     We implement weight tying, as described in paper, $c_d^t = (1 - g_d^t$. | ||||
|     We implement weight tying, as described in paper, $c_d^t = 1 - g_d^t$. | ||||
|     """ | ||||
|  | ||||
|     def __init__(self, input_size: int, hidden_size: int, depth: int): | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 KeshSam
					KeshSam