First implementation of MultiResUNet as described in : https://arxiv.org/abs/1902.04049
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
30
commits
:pencil: (time_log() decorator in timing.py): Updated docstring.
9d150b5View on GitHubDeleted old timing_example.py and renamed tester.py->timing_example.py
c09dad9View on GitHubtiming.time_log() can now handle non-JSON-serializable objects in a safe manner.
4d0226aView on GitHubModified timing.py to use jsonpickle https://jsonpickle.github.io/#module-jsonpickle, because some of the possible arguments are very likely to not be JSON-serializable. Added tester.py
3a1a7edView on GitHubModified timing.py, adding a new decorator that logs timings to a json-lines file. Added an example timing_example.py
32d5661View on GitHubComented out: 'import timing' on multiresunet.py and added easyimport.py
4dcca40View on GitHubImplementation error : wrong order of parameters when calling functions inside MultiResUNet()
476a699View on GitHub