Skip to content

Commit

Permalink
update web
Browse files Browse the repository at this point in the history
  • Loading branch information
voidful committed Feb 11, 2024
1 parent d205a65 commit 5279b24
Show file tree
Hide file tree
Showing 29 changed files with 10,027 additions and 11,758 deletions.
2 changes: 1 addition & 1 deletion benchmarking.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def evaluate_dataset(dataset_name, is_stream, specific_models=None, max_duration
parser = argparse.ArgumentParser(description='Evaluate audio datasets.')
parser.add_argument('--dataset', type=str, default="AudioDecBenchmark/librispeech_asr_dummy_synth",
help='Name of the dataset to evaluate')
parser.add_argument('--streaming', action='store_true', default=True, help='Evaluate in streaming mode')
parser.add_argument('--streaming', action='store_true', help='Evaluate in streaming mode')
parser.add_argument('--batch', type=int, default=100,
help='Batch size for processing the dataset')
parser.add_argument('--models', nargs='*', help='Specific models to evaluate')
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions web/web-visualization/src/App.js → web/src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import React, { useState } from 'react';
import ResultsTable from './ResultsTable'
import './App.css'
import Header from './Header';


function App() {
const [dataset, setDataset] = useState('librispeech_asr_dummy');
Expand Down Expand Up @@ -68,6 +70,7 @@ function App() {

return (
<div className="App">
<Header />
<h1>Results</h1>
<div>
<label>Select Dataset: </label>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
11,757 changes: 0 additions & 11,757 deletions web/web-visualization/yarn.lock

This file was deleted.

10,023 changes: 10,023 additions & 0 deletions web/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 5279b24

Please sign in to comment.