gotch/nn
2022-03-12 18:20:20 +11:00
..
batch-norm.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
conv-transpose.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
conv.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
func.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
init.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
jit.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
layer-norm.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
linear.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
loss.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
optimizer_test.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
optimizer.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
other.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
rnn_test.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
rnn.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
scheduler_test.go added OneCycleLR 2021-06-12 18:21:43 +10:00
scheduler.go export nn/scheduler DefaultSchedulerOptions() 2021-07-25 18:29:11 +10:00
sequential.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
sparse_test.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
sparse.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
varstore_test.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
varstore.go change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00