Tags give the ability to mark specific points in history as being important
- Sort by
- Name
- Oldest updated
- Last updated
-
v0.0.7Release v0.0.7
- !15 Tensorflow 2 compatibility: Fixes #9
- !16 Make FaceNet pickalable: In this MR FaceNet was made picklable. Two things were necessary. 1. Organize the initialization of the public variables of the facenet class 2. Add a semaphore to control two critical regions (call and getstate). This allows Dask to smoothly do multithreading.