William Falcon
|
7099f8dbfb
|
split trainer mixins (#209)
* split trainer mixins
* Update multi_node_cluster_template.py
* Update single_cpu_template.py
* Update single_gpu_node_16bit_template.py
* Update single_gpu_node_ddp_template.py
* Update single_gpu_node_dp_template.py
* Update trainer_cpu_template.py
* Update trainer_io.py
* split trainer mixins
* Update multi_node_cluster_template.py
* deconflicted
* deconflicted
* deconflicted
|
2019-09-06 14:11:07 -04:00 |
Stanislav
|
73cf47112e
|
Gradient accumulation callback (#150)
* Gradient accumulation callback
* little test case
* typo
* import fix
* method name fix
* fix epochs indexing from 1
* better code style
* code style fix v2 :/
* change interface
* fix Trainre new api in tests
* trainer api bug fix
* new raising error, new update method
* extentions tests
* a little better tests
* typo fix
* flack8 better
* using scheduler for int and dict
* typo
* firs epoch bug fix
* test update
* empty dict exception
* floats check
* codestyle fix
* grad counting test
* someday, i will install normal linter
* add more checks
* Update test_models.py
* Update test_models.py
* Update test_models.py
* Update test_models.py
* Update test_models.py
* Update test_models.py
* Update test_models.py
|
2019-08-30 10:56:14 -04:00 |
William Falcon
|
10e4b18452
|
made imports absolute
|
2019-08-07 10:14:59 -04:00 |
Jiri BOROVEC
|
c44966a8bf
|
apply PEP8
|
2019-08-06 22:45:27 +02:00 |
Jiri BOROVEC
|
469941a528
|
pkg relative imports
* split requirements.txt
* pytest verbose
|
2019-08-05 10:52:09 +02:00 |
William Falcon
|
ffe0cd5965
|
removing unused imports
|
2019-08-04 13:08:45 -05:00 |
William Falcon
|
522af58504
|
clean up dead code
|
2019-07-03 17:05:20 -04:00 |
William Falcon
|
63d84283a4
|
removed checkpoint save_function option
|
2019-06-28 17:14:18 -04:00 |
William Falcon
|
4f75515ca4
|
adding docs
|
2019-06-27 11:04:02 -04:00 |
William Falcon
|
39af973bd4
|
added trainer docs
|
2019-06-27 11:03:53 -04:00 |