GithubHelp home page GithubHelp logo

v-iashin / voxceleb Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 3.0 7.04 MB

An attempt to replicate the results of [1706.08612] VoxCeleb: a large-scale speaker identification dataset

Jupyter Notebook 100.00%

voxceleb's Introduction

VoxCeleb

An attempt to replicate the results of [1706.08612] VoxCeleb: a large-scale speaker identification dataset. Only identification results are provided.

Identification

Top-5 accuracy: 90 % (92 % reported)

Top-1 accuracy: 76 % (81 % reported)

voxceleb's People

Contributors

v-iashin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

voxceleb's Issues

VGG Vox Network

In the original implementation, the number of filters in conv3 is 384 while you are using 256, any particular reason?

Verification part

Hi,

did you finish the verification part, if yes, what is the performance?

about the iden_split.txt

Hi~
your code is really helpful. could you please tell me more about the iden_split.txt?
is it a text file that contains file paths, one row one path?

error: module multiprocessing.util' has no attribute '_flush_std_streams

hey~~~
I run your code but error shows up.....
it seems like cannot enumerate trainloader. once do enumerate(trainloader), error appears: "module multiprocessing.util' has no attribute '_flush_std_streams"
However, change the NUM_WORKERS to 1, it disappeared..., but that's not what I want...

`AttributeError Traceback (most recent call last)
in
21 plt.title('Batch from dataloader')
22
---> 23 for i_batch, sample_batched in enumerate(dataloader):
24 print(i_batch, sample_batched['image'].size(),
25 sample_batched['landmarks'].size())

~/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/utils/data/dataloader.py in iter(self)
499
500 def iter(self):
--> 501 return _DataLoaderIter(self)
502
503 def len(self):

~/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/utils/data/dataloader.py in init(self, loader)
287 for w in self.workers:
288 w.daemon = True # ensure that the worker exits on process exit
--> 289 w.start()
290
291 _update_worker_pids(id(self), tuple(w.pid for w in self.workers))

~/anaconda3/envs/pytorch/lib/python3.6/multiprocessing/process.py in start(self)
103 'daemonic processes are not allowed to have children'
104 _cleanup()
--> 105 self._popen = self._Popen(self)
106 self._sentinel = self._popen.sentinel
107 # Avoid a refcycle if the target function holds an indirect

~/anaconda3/envs/pytorch/lib/python3.6/multiprocessing/context.py in _Popen(process_obj)
221 @staticmethod
222 def _Popen(process_obj):
--> 223 return _default_context.get_context().Process._Popen(process_obj)
224
225 class DefaultContext(BaseContext):

~/anaconda3/envs/pytorch/lib/python3.6/multiprocessing/context.py in _Popen(process_obj)
275 def _Popen(process_obj):
276 from .popen_fork import Popen
--> 277 return Popen(process_obj)
278
279 class SpawnProcess(process.BaseProcess):

~/anaconda3/envs/pytorch/lib/python3.6/multiprocessing/popen_fork.py in init(self, process_obj)
15
16 def init(self, process_obj):
---> 17 util._flush_std_streams()
18 self.returncode = None
19 self._launch(process_obj)

AttributeError: module 'multiprocessing.util' has no attribute '_flush_std_streams'`

I dont know how to solve it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.