Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
KexinFeng committed Dec 20, 2022
1 parent 3de907e commit 0fdfec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/ai/djl/training/GradientCollector.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*
* <p>Due to limitations in most engines, the gradient collectors are global. This means that only
* one can be used at a time. If multiple are opened, an error will be thrown. However, if the
* collector is specified to opterate on a certain block, then multiple collectors can coexist.
* collector is specified to operate on a certain block, then multiple collectors can coexist.
*/
public interface GradientCollector extends AutoCloseable {

Expand Down

0 comments on commit 0fdfec9

Please sign in to comment.