kinoc

Results 5 issues of kinoc

While using the C# core for another project I came across the problem of the kernel working great in Notebook but not Jupyterlab. After much digging I found the issue...

enhancement

The following is need to fix `UnityEditor.AudioImporter' does not contain a definition for `loadType' //workaround to prevent the error in the function getData when Audio Importer loadType is "compressed in...

In generator.py I changed: _self.output = sample.sample_sequence( hparams=hparams, length=length, context=self.context, batch_size=batch_size, )_ to _self.output = sample.sample_sequence( hparams=hparams, length=length, context=self.context, batch_size=batch_size, temperature=temperature, top_k=top_k )_ I am trying some finetuned models and...

I noticed in the notebook: if y_[3] == 'T' : JUGEMENTAL= True else: JUDGEMENTAL= False But I think it should be: if y_[3] == 'J' : JUDGEMENTAL= True else: JUDGEMENTAL=...

First, love the project ! I have a robotic and virtual agent project that I'm trying to get as close to real-time response as possible. I use the following to...