Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/christophschuhmann/improved-aesthetic-predictor
/ functions
Functions
18 in github.com/christophschuhmann/improved-aesthetic-predictor
⨍
Functions
18
◇
Types & classes
3
↓ 1 callers
Function
normalized
(a, axis=-1, order=2)
simple_inference.py:84
↓ 1 callers
Function
normalized
(a, axis=-1, order=2)
prepare-data-for-training.py:16
↓ 1 callers
Function
normalized
(a, axis=-1, order=2)
visulaize_100k_from_LAION400M.py:77
Method
__init__
(self, input_size, xcol='emb', ycol='avg_rating')
train_predictor.py:18
Method
__init__
(self, input_size, xcol='emb', ycol='avg_rating')
simple_inference.py:41
Method
__init__
(self, input_size, xcol='emb', ycol='avg_rating')
visulaize_100k_from_LAION400M.py:34
Method
configure_optimizers
(self)
train_predictor.py:57
Method
configure_optimizers
(self)
simple_inference.py:80
Method
configure_optimizers
(self)
visulaize_100k_from_LAION400M.py:73
Method
forward
(self, x)
train_predictor.py:40
Method
forward
(self, x)
simple_inference.py:63
Method
forward
(self, x)
visulaize_100k_from_LAION400M.py:56
Method
training_step
(self, batch, batch_idx)
train_predictor.py:43
Method
training_step
(self, batch, batch_idx)
simple_inference.py:66
Method
training_step
(self, batch, batch_idx)
visulaize_100k_from_LAION400M.py:59
Method
validation_step
(self, batch, batch_idx)
train_predictor.py:50
Method
validation_step
(self, batch, batch_idx)
simple_inference.py:73
Method
validation_step
(self, batch, batch_idx)
visulaize_100k_from_LAION400M.py:66