issues
search
amjltc295
/
pytorch-golden-template
PyTorch Golden Template (under development)
13
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support optimizing/saving trainable parameters in the loss module
#76
ntubiolin
opened
4 years ago
0
Write epochs summary into a csv file; Link resumed checkpoint
#75
Nash2325138
closed
4 years ago
0
Allow users of clean_saved.py to specify an exact exp path
#74
Nash2325138
closed
4 years ago
0
Use YAML to replace JSON?
#73
amjltc295
opened
4 years ago
1
Support using args to overwrite configs and record in exp name
#72
amjltc295
opened
4 years ago
0
Add assert for monitored_loader
#71
amjltc295
closed
4 years ago
0
Add dataset example that reads a file for data files
#70
amjltc295
opened
4 years ago
0
Add script to make a list of files in a dataset folder
#69
amjltc295
closed
4 years ago
0
Avoid dependency of AttrDict
#68
amjltc295
opened
4 years ago
0
Avoid dependency of imageio and Pytorch > 1.2
#67
amjltc295
closed
4 years ago
0
Fix testing mode not using no_grad()
#66
amjltc295
closed
5 years ago
0
Script to clean saved checkpoints by time
#65
amjltc295
opened
5 years ago
0
Move no_grad() to WorkerTemplate._update_all_metrics()
#64
amjltc295
closed
5 years ago
0
Fix unexpectly saved config entry: added_config
#63
Nash2325138
closed
5 years ago
0
Add save_while_infer option to avoid storing too many results in memory
#62
amjltc295
closed
5 years ago
0
Testing pipeline may fail to work when the testing dataset is too large due to memory issue
#61
amjltc295
closed
5 years ago
0
Change valid_data_loaders in testing pipeline to test_data_loaders
#60
amjltc295
closed
5 years ago
0
Raise warning for not used configs
#59
amjltc295
opened
5 years ago
0
Gan structure
#58
Nash2325138
closed
5 years ago
0
Tester writing tensorboard
#57
amjltc295
opened
5 years ago
0
Gan validation
#56
Nash2325138
closed
5 years ago
0
Fix target_network accessing data parallel model
#55
amjltc295
closed
5 years ago
0
Refactor metrics
#54
Nash2325138
closed
5 years ago
0
Fix nongan experiment
#53
Nash2325138
closed
5 years ago
0
Fix GAN structure
#52
amjltc295
closed
5 years ago
0
Need config entry deletion or replacement
#51
Nash2325138
opened
5 years ago
0
The LR scheduler is not saved to (or loaded from) checkpoint
#50
Nash2325138
opened
5 years ago
0
Fix parallel load non parallel model
#49
amjltc295
closed
5 years ago
0
Data-parallel model fails to load pretrained non-data-parallel model
#48
amjltc295
closed
5 years ago
0
Evaluator
#47
amjltc295
closed
5 years ago
0
Make _setup functions in BasePipeline return attribute
#46
amjltc295
opened
5 years ago
0
Add file handler to save logged messages
#45
Nash2325138
closed
5 years ago
0
Missing file to record logged messages
#44
Nash2325138
closed
5 years ago
0
Make output dict
#43
amjltc295
opened
5 years ago
0
Add sequence diagram
#42
amjltc295
opened
5 years ago
0
Add comments for workers and pipelines
#41
amjltc295
opened
5 years ago
0
Fix checkpoint naming by adding :04d to ep-
#40
amjltc295
closed
5 years ago
0
Checkpoint name not aligned
#39
amjltc295
closed
5 years ago
0
Lazy loading
#38
amjltc295
opened
5 years ago
1
TensorboardX backward compatibility
#37
amjltc295
closed
4 years ago
0
Make nn modules of metric and loss in specified device.
#36
Nash2325138
closed
5 years ago
0
Global device
#35
amjltc295
closed
5 years ago
0
Fix config and bugbear warning
#34
Nash2325138
closed
5 years ago
1
Update class diagram: add TrainingWorker and SingleGlobalConfig
#33
Nash2325138
closed
5 years ago
1
Refactor tensorboard writer
#32
Nash2325138
opened
5 years ago
0
Use pytorch1.1 for builtin tfboard
#31
Nash2325138
closed
5 years ago
0
Update readme
#30
amjltc295
opened
5 years ago
0
Fix testing pipeline
#29
Nash2325138
closed
5 years ago
0
Template config
#28
amjltc295
closed
5 years ago
0
Checkpoint loaded twice when resumed
#27
amjltc295
closed
5 years ago
0
Next