Documentation correction
This commit is contained in:
parent
61d004089c
commit
aef739a85c
@ -258,7 +258,7 @@ XLA_TEST_F(TestUtilsTest, MakeFakeArgumentsForGather) {
|
||||
auto module = ParseHloString(R"(
|
||||
HloModule Test
|
||||
|
||||
ENTRY %module(paramater.0: f32[200,100,300], parameter.1: s32[10,2]) ->
|
||||
ENTRY %module(parameter.0: f32[200,100,300], parameter.1: s32[10,2]) ->
|
||||
f32[10,300] {
|
||||
%parameter.0 = f32[200,100,300] parameter(0)
|
||||
%parameter.1 = s32[10,2] parameter(1)
|
||||
|
@ -46,7 +46,7 @@ class ParameterServerStrategy(distribute_lib.DistributionStrategy):
|
||||
becomes local training where variables are assigned to local CPU or the only
|
||||
GPU. When each worker has more than one GPU, operations will be replicated on
|
||||
these GPUs. In both cases, operations are replicated but variables are not and
|
||||
these workers share a common view for which paramater server a variable is
|
||||
these workers share a common view for which parameter server a variable is
|
||||
assigned to.
|
||||
|
||||
This class assumes between-graph replication will be used and works on a graph
|
||||
|
@ -37,7 +37,7 @@ using toco::port::StringF;
|
||||
namespace toco {
|
||||
namespace {
|
||||
|
||||
// 'nslimit' is a graphviz (dot) paramater that limits the iterations during
|
||||
// 'nslimit' is a graphviz (dot) parameter that limits the iterations during
|
||||
// the layout phase. Omitting it allows infinite iterations, causing some
|
||||
// complex graphs to never finish. A value of 125 produces good graphs
|
||||
// while allowing complex graphs to finish.
|
||||
|
@ -112,7 +112,7 @@ class RandomFourierFeatures(base_layer.Layer):
|
||||
definitions above). When provided, it should be a positive float. If None,
|
||||
the implementation chooses a default value (1.0 typically). Both the
|
||||
approximation error of the kernel and the classification quality are
|
||||
sensitive to this parameter. If trainable is set to True, this paramater
|
||||
sensitive to this parameter. If trainable is set to True, this parameter
|
||||
is learned end-to-end during training and the provided value serves as an
|
||||
initialization value.
|
||||
NOTE: When this layer is used to map the initial features and then the
|
||||
|
Loading…
x
Reference in New Issue
Block a user