This commit is contained in:
Aditya Kusupati 2019-06-21 23:11:33 +05:30 коммит произвёл GitHub
Родитель 3246f9bec7
Коммит 4c8bcedbd9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@ This directory includes, example notebook and general execution script of
Bonsai developed as part of EdgeML. Also, we include a sample cleanup and
use-case on the USPS10 public dataset.
`edgeml.graph.bonsai` implements the Bonsai prediction graph in tensorflow.
`pytorch_edgeml.graph.bonsai` implements the Bonsai prediction graph in tensorflow.
The three-phase training routine for Bonsai is decoupled from the forward graph
to facilitate a plug and play behaviour wherein Bonsai can be combined with or
used as a final layer classifier for other architectures (RNNs, CNNs).