Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #283 from PIC123/feature/import-export-tfrecord
Browse files Browse the repository at this point in the history
Refactor Export TFRecord Logic
  • Loading branch information
PIC123 authored Dec 6, 2018
2 parents a4e187e + 569a7cf commit e206244
Show file tree
Hide file tree
Showing 16 changed files with 1,009 additions and 1,203 deletions.
3 changes: 0 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ function createWindow () {
mainWindow.send('export-tags', arg);
});

ipcMain.on('export-records', (event, arg) => {
mainWindow.send('export-records', arg);
});

ipcMain.on('review-model', (event, arg) => {
mainWindow.send('review-model', arg);
Expand Down
Loading

0 comments on commit e206244

Please sign in to comment.