Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LaRiffle/ariann
/ functions
Functions
29 in github.com/LaRiffle/ariann
⨍
Functions
29
◇
Types & classes
7
↓ 6 callers
Method
__init__
(self, dataset, out_features=10)
models.py:52
↓ 4 callers
Function
encode
Depending on the setting, acts on a tensor - Do nothing OR - Transform to fixed precision OR - Secret
data.py:37
↓ 3 callers
Function
test
(args, model, private_test_loader)
procedure.py:98
↓ 2 callers
Function
get_data_loaders
(args, kwargs, private=True)
data.py:36
↓ 2 callers
Function
get_model
(model_name, dataset, out_features)
models.py:242
↓ 2 callers
Function
get_number_classes
(dataset)
data.py:9
↓ 2 callers
Function
kill_processes
(worker_processes)
main.py:285
↓ 2 callers
Function
load_state_dict
(model, model_name, dataset)
models.py:271
↓ 2 callers
Function
one_hot_of
Transform to one hot tensor Example: [0, 3, 9] => [[1., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 1
data.py:19
↓ 2 callers
Function
run
(args)
main.py:24
↓ 1 callers
Function
build_prepocessing
(model, dataset, batch_size, workers, args)
preprocess.py:164
↓ 1 callers
Function
forward
(optimizer, model, data, target)
procedure.py:44
↓ 1 callers
Function
train
(args, model, private_train_loader, optimizer, epoch)
procedure.py:30
Method
__init__
(self, dataset, out_features)
models.py:11
Method
__init__
(self, dataset, out_features)
models.py:29
Method
__init__
(self, out_features=10)
models.py:75
Method
__init__
(self, out_features=10)
models.py:115
Method
__init__
(self)
models.py:156
Function
alexnet
(dataset, out_features)
models.py:148
Method
forward
(self, x)
models.py:17
Method
forward
(self, x)
models.py:36
Method
forward
(self, x)
models.py:59
Method
forward
(self, x)
models.py:102
Method
forward
(self, x)
models.py:141
Method
forward
(self, x)
models.py:159
Function
profile
A gentle profiler
procedure.py:10
Function
resnet18
(dataset, out_features)
models.py:225
Function
vgg16
(dataset, out_features)
models.py:186
Function
wrapper
(args_, *args, **kwargs)
procedure.py:13