-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
126 lines (125 loc) · 2.94 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Generated by roxygen2: do not edit by hand
S3method(scaler,data.frame)
export(OneCycleCallback)
export(add_lr_to_history)
export(antirect_resblock_1d)
export(antirect_resblock_2d)
export(are_tensors)
export(as.fraction)
export(as_tensor)
export(belu)
export(binom_coeff)
export(brelu)
export(calculate_divisor_pairs)
export(callback_save_optimizer_weights)
export(cast_like)
export(compute_lr)
export(compute_momentum)
export(e)
export(ex_model)
export(fib)
export(first)
export(gcd)
export(gelu)
export(get_divisors)
export(infer_best_lr_params)
export(is_integerish)
export(is_list)
export(is_scalar)
export(is_sentinel)
export(is_tensor)
export(is_vec)
export(is_vec2)
export(last)
export(layer_activation_belu)
export(layer_activation_brelu)
export(layer_activation_gelu)
export(layer_activation_nac)
export(layer_activation_nalu)
export(layer_antirectifier)
export(layer_antirectifier_nd)
export(layer_argmax)
export(layer_expand_dims)
export(layer_glu)
export(layer_glu_block)
export(layer_squeeze)
export(lr_range_test)
export(lucas)
export(mean_normalize)
export(minmax_scale)
export(mnist_data)
export(mnist_dataset)
export(mod)
export(n_primes)
export(nac)
export(nalu)
export(nearest_pow2)
export(nroot)
export(nunzip)
export(padded_imdb_data)
export(pascal)
export(phi)
export(plot_lr_range_test_from_hist)
export(plot_model)
export(pow2_range)
export(pow2_up_to)
export(powers_of_2)
export(primes_n)
export(pyunzip)
export(pyzip)
export(resblock_1d)
export(resblock_2d)
export(resblock_batchnorm_1d)
export(resblock_batchnorm_1d_base)
export(resblock_batchnorm_1d_v2)
export(resblock_batchnorm_2d_base)
export(resblock_batchnorm_bottle_1d)
export(resblock_batchnorm_bottle_1d_v2)
export(resblock_batchnorm_bottle_2d)
export(resblock_bottle_vanilla)
export(return_decimal)
export(return_decimal2)
export(rotate)
export(rwalk)
export(rwalk2)
export(scaler)
export(shape_list)
export(shape_list2)
export(shuffle)
export(shuffle_cols)
export(shuffle_rows)
export(sparse_eye)
export(split_numeric)
export(sqrt_scale)
export(standardize)
export(time)
export(train_set_size_run)
export(unit_vector_scale)
importFrom(dplyr,bind_cols)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(keras,activation_relu)
importFrom(keras,callback_learning_rate_scheduler)
importFrom(keras,create_layer)
importFrom(keras,dataset_imdb)
importFrom(keras,dataset_mnist)
importFrom(keras,fit)
importFrom(keras,keras_model_sequential)
importFrom(keras,layer_add)
importFrom(keras,layer_conv_1d)
importFrom(keras,layer_max_pooling_1d)
importFrom(keras,pad_sequences)
importFrom(keras,to_categorical)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(qs,qsave)
importFrom(reticulate,import)
importFrom(rlang,is_empty)
importFrom(tensorflow,flags)
importFrom(tfdatasets,dataset_batch)
importFrom(tfdatasets,dataset_repeat)
importFrom(tfdatasets,dataset_shuffle)
importFrom(tfdatasets,tensor_slices_dataset)
importFrom(zeallot,"%<-%")