Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/affinelayer/pix2pix-tensorflow
/ types & classes
Types & classes
3 in github.com/affinelayer/pix2pix-tensorflow
⨍
Functions
458
◇
Types & classes
3
↓ 1 callers
Class
PytorchCheckpointDumper
Class for dumping Pytorch Checkpoints. Attributes ---------- state_dictionary : dict Dictionary defining checkpoint variables and weights
server/tools/dump_checkpoints/pytorch_checkpoint_dumper.py:40
↓ 1 callers
Class
TensorflowCheckpointDumper
Class for dumping Tensorflow Checkpoints. Attributes ---------- reader : NewCheckpointReader Reader for given tensorflow checkpoint
server/tools/dump_checkpoints/tensorflow_checkpoint_dumper.py:37
Class
CheckpointDumper
Base Checkpoint Dumper class. Attributes ---------- checkpoint_file : str Path to the model checkpoint FILENAME_CHARS : str Allow
server/tools/dump_checkpoints/checkpoint_dumper.py:31