Skip to content

Commit

Permalink
Update RandomNetworkDistillation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AqwamCreates committed Oct 27, 2024
1 parent 082aab8 commit c6422e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/API/Others/RandomNetworkDistillation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RandomNetworkDistillation:getTargetModelParameters(doNotDeepCopy: boolean): Mode

### getPredictorModelParameters()

Gets the target model parameters from the network.
Gets the predictor model parameters from the network.

```
RandomNetworkDistillation:getPredictorModelParameters(doNotDeepCopy: boolean): ModelParameters
Expand All @@ -84,7 +84,7 @@ RandomNetworkDistillation:getPredictorModelParameters(doNotDeepCopy: boolean): M

### setTargetModelParameters()

Set the model parameters to the network
Set the target model parameters to the network

```
RandomNetworkDistillation:setTargetModelParameters(TargetModelParameters: ModelParameters, doNotDeepCopy: boolean)
Expand All @@ -98,7 +98,7 @@ RandomNetworkDistillation:setTargetModelParameters(TargetModelParameters: ModelP

### setPredictorModelParameters()

Set the model parameters to the network
Set the predictor model parameters to the network

```
RandomNetworkDistillation:setPredictorModelParameters(PredictorModelParameters: ModelParameters, doNotDeepCopy: boolean)
Expand Down

0 comments on commit c6422e6

Please sign in to comment.