Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dancsalo/TensorFlow-MIL
/ functions
Functions
12 in github.com/dancsalo/TensorFlow-MIL
⨍
Functions
12
◇
Types & classes
3
↓ 2 callers
Method
expand_img
Transforms a single MNIST digit into a larger image with 0's around it
datasets.py:21
↓ 1 callers
Method
build_data
Returns the train and test datasets and their labels
datasets.py:34
↓ 1 callers
Function
define_model
Define Deep FCN for MIL, layer-by-layer from original paper
deep_mil.py:43
↓ 1 callers
Function
main
()
deep_mil.py:84
↓ 1 callers
Function
train
Train FCN
deep_mil.py:63
↓ 1 callers
Function
visualize
Save png of deconvolution image from first image in test set
deep_mil.py:79
Method
__init__
(self, output_dim, **kwargs)
deep_mil.py:21
Method
__init__
(self, num_classes, img_rows, img_cols)
datasets.py:8
Method
__init__
(self)
datasets.py:15
Method
build
(self, input_shape)
deep_mil.py:25
Method
call
(self, x)
deep_mil.py:33
Method
compute_output_shape
(self, input_shape)
deep_mil.py:39