Skip to content

Commit e91fc03

Browse files
author
Arsenii Ashukha
authored
Update description.md
1 parent c94188a commit e91fc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepbayes-school/2018/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We define Autoencoder as two parametric differentiable functions, namely the Enc
1313
where the left part is L2 reconstruction loss, the right part is L1 regularizer, and λ is a scalar regularizer weight.
1414

1515
You are requested to implement the AutoEncoder class.
16-
Use [ ```task.py```]() as a template of the solution; all technical details are described there.
16+
Use [ ```task.py```](https://bayesgroup.github.io/deepbayes-school/2018/task.py) as a template of the solution; all technical details are described there.
1717
Your solution has to be implemented in _python 3.6_.
1818
Changing prototypes of the functions and using additional libraries (except included) is prohibited, otherwise, the solution will be automatically rejected.
1919
Please copy to the form only the implementation of the AutoEncoder class.

0 commit comments

Comments
 (0)