MCPcopy Create free account

hub / github.com/MTG/DeepConvSep / functions

Functions289 in github.com/MTG/DeepConvSep

Method__init__
(self, prefix_in="in", prefix_out="out", path_transform_in=None, path_transform_out=None, sampleRate=44100, ex
dataset.py:1281
Method__init__
(self, ttype='fft', bins=48, frameSize=1024, hopSize=256, tffmin=25, tffmax=18000, iscale = 'lin', suffix='',
transform.py:221
Method__init__
(self,cqt,Ls)
util.py:85
Method__init__
(self,cqt,Ls)
util.py:97
Method__init__
(self, *args, **kwargs)
climate/flags.py:35
Method__init__
Construct this formatter. Provides colored output if the stream parameter is specified and is an acceptable TTY. We print hardwired e
climate/log.py:33
Method__init__
(self,db,feature_path,instruments,allowed_styles,allowed_dynamics,allowed_case,time_shifts,rwc_path,chunk_size
examples/bach10/compute_features_bach10rwc.py:40
Method__init__
(self,db,feature_path,instruments,allowed_styles,allowed_dynamics,allowed_case,time_shifts,rwc_path,chunk_size
examples/bach10_scoreinformed/compute_features_bach10rwc.py:40
Method__iter__
(self)
dataset_old.py:683
Method__iter__
(self)
dataset.py:729
Method__len__
(self)
dataset_old.py:677
Method__len__
(self)
dataset.py:723
Functionadd_arg
Add an argparse argument.
climate/flags.py:81
Functionadd_command
Add an argparse command parser. The name of the command will be stored in the "command_name" argparse variable. Returns -------
climate/flags.py:86
Functionadd_group
Add an argparse argument group. Returns ------- An argparse argument group object.
climate/flags.py:71
Functionadd_mutex
Add a mutually-exclusive argparse group. Returns ------- A mutually-exclusive argparse argument group object.
climate/flags.py:61
Functionannotate
Return a decorator for plac-style argument annotations.
climate/__init__.py:14
Methodbatches
(self)
dataset_old.py:689
Methodbatches
(self)
dataset.py:735
MethodbuildPitch
(self,mag,notes,start,stop)
dataset_old.py:750
MethodbuildPitch
(self,mag,notes,start,stop)
dataset_old.py:835
MethodbuildPitch
(self,mag,notes,start,stop)
dataset.py:881
MethodbuildPitch
(self,mag,notes,start,stop)
dataset.py:1258
MethodbuildPitch
(self,mag,notes,start,stop)
dataset.py:1396
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size :
examples/ikala/trainCNN.py:66
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size :
examples/dsd100/trainCNN.py:66
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size : int
examples/bach10/trainCNNbach10.py:66
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size : int
examples/bach10/trainCNNrwc.py:66
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size : int
examples/bach10/trainCNNSibelius.py:66
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size : int
examples/bach10_scoreinformed/trainCNNrwc.py:134
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size : int
examples/bach10_scoreinformed/trainCNNrwc_samp.py:195
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size : int
examples/dsd100_2ch_ILD/trainCNN_ILD_DSD100.py:66
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size : int
examples/dsd100_2ch_ILD/trainCNN_ILD_DSD100_3stages.py:66
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size :
examples/hiphopss/trainCNN.py:62
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size :
examples/hiphopss/augmentations/trainCNN_cs_aug.py:62
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size :
examples/hiphopss/augmentations/trainCNN_instr_aug.py:62
Functionbuild_ca
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size :
examples/hiphopss/augmentations/trainCNN_mix_aug.py:62
Functionbuild_ca_1x1
(input_var=None, batch_size=32,time_context=30,feat_size=1025,nchannels=4)
examples/bach10_scoreinformed/trainCNNrwc.py:66
Functionbuild_ca_1x1
(input_var=None, batch_size=32,time_context=30,feat_size=1025,nchannels=4)
examples/bach10_scoreinformed/trainCNNrwc_samp.py:66
Functionbuild_ca_old
Builds a network with lasagne Parameters ---------- input_var : Theano tensor The input for the network batch_size : int
examples/bach10_scoreinformed/trainCNNrwc_samp.py:134
Functioncall
Enable logging and start up a main method. Parameters ---------- main : callable The main method to invoke after initialization.
climate/__init__.py:19
Functioncircular_shift
(audio,min_size,cs=0.1,sampleRate=44100)
util.py:62
Methodcompute_file
Compute the STFT for a single audio signal Parameters ---------- audio : 1D numpy array The array compri
transform.py:224
Methodcompute_inverse
Compute the inverse STFT for a given magnitude and phase Parameters ---------- mag : 3D numpy array The
transform.py:254
Methodcompute_playing
Function to compute playing/not playing labels for the audio files Parameters ---------- audio : 2D numpy array
transform.py:133
Methodconvert_arg_line_to_args
Remove # comments and blank lines from arg files.
climate/flags.py:42
Functiondetect_silence
(audio,threshold=1e-5,hopSize=512,frameSize=4096)
util.py:616
FunctionemptyDir
(dirPath)
util.py:117
FunctionexpandMidi
(instrument,FilePath,beginTime,finishTime,interval,tuning_freq,nharmonics,samplerate,hop,window,timeSpan_on,ti
util.py:424
MethodfilterSpec
(self,mag,notes,start,stop)
dataset_old.py:793
MethodfilterSpec
(self,mag,notes,start,stop)
dataset.py:1172
MethodfilterSpec
(self,mag,notes,start,stop)
dataset.py:1300
Functionfixoverlap
(slices)
util.py:193
Functionfun
(f,q_in,q_out)
dataset_old.py:40
Functiongaussian
(x, mu, sig)
util.py:136
Functiongaussian1d
Returns a gaussian function with the given parameters
util.py:130
Functiongenerate_overlapadd
(allmix,input_size=513,time_context=30, overlap=10,batch_size=32,sampleRate=44100)
util.py:220
Functiongenerate_overlapadd
(allmix,input_size=513,time_context=30, overlap=10,batch_size=32,sampleRate=44100)
examples/bach10_scoreinformed/separate_bach10.py:114
MethodgetClassWeights
(self)
dataset.py:1222
MethodgetClassWeights
(self,imin=0,imax=1.)
dataset.py:1356
MethodgetMax
(self)
dataset_old.py:543
MethodgetMean
(self)
dataset_old.py:535
FunctiongetMidi
(instrument,FilePath,beginTime,finishTime,samplerate,hop,window,timeSpan_on,timeSpan_off,nframes,nlines=1,ferm
util.py:331
FunctiongetMidiLength
(instrument,FilePath)
util.py:517
FunctiongetMidiLength
(instrument,FilePath)
examples/bach10_scoreinformed/separate_bach10.py:297
FunctiongetMidiNum
(instrument,FilePath,beginTime,finishTime)
util.py:526
MethodgetMin
(self)
dataset_old.py:547
FunctiongetPitches
(pitch,shape_time,interp='zero')
util.py:203
MethodgetStd
(self)
dataset_old.py:539
FunctioninfoAudioScipy
(filein)
util.py:40
MethodloadFile
reads a .data file and splits into batches
dataset.py:931
FunctionloadObj
(filename)
util.py:112
MethodloadTensor
Loads a binary .data file
transform.py:168
Functionmwf
(spec,mixture,niter=10)
util.py:633
Methodnext
(self)
dataset_old.py:686
Methodnext
(self)
dataset.py:732
Functionoverlapadd
(fbatch,obatch,nchunks,overlap=10)
util.py:251
Functionoverlapadd_multi
(fbatch,obatch,nchunks,overlap=10)
util.py:297
Functionparse_args
Parse command-line arguments, overriding with keyword arguments. Returns ------- args : namespace The command-line argument names
climate/flags.py:102
Functionprint_help
Print help information for the currently defined parser. All positional and keyword arguments are passed to the underlying parser.
climate/flags.py:140
Functionprint_usage
Print usage information for the currently defined parser. All positional and keyword arguments are passed to the underlying parser.
climate/flags.py:132
FunctionreadAudioScipy
(filein)
util.py:47
Functionread_mat
(matfile)
util.py:607
FunctionsaveObj
(obj,filename)
util.py:108
Functionslicefft
(pitch,size,interval=30,tuning_freq=440,nharmonics=20,fmin=25,fmax=18000,iscale = 'lin',sampleRate=44100)
util.py:160
MethodupdateBatch
This function is called when batch_size changes
dataset_old.py:597
MethodupdateBatch
This function is called when batch_size changes
dataset.py:642
MethodupdatePath
Read the list of .data files in path, compute how many examples we can create from each file, and initialize the output variables
dataset.py:1087
FunctionwriteAudioScipy
(fileout,audio_out,sampleRate,bitrate="int16")
util.py:56
← previous201–289 of 289, ranked by callers