Gordon Erlebacher
Gordon Erlebacher
After installation of DeepCTR via `python setup.py install`, I get the following error: ``` python cuda ready... cuda:0 Train on 4 samples, validate on 0 samples, 2 steps per epoch...
I cloned Vue2Vis and executed the command ```npm install --save @vue2vis/graph2d vis-data moment``` as stipulated in the ```packages/graph2d/README.md``` file. Here is the result: ``` npm install --save @vue2vis/graph2d vis-data moment...
I would like to try your code. Do you have an installer that works with newer versions of Python? Currently, I cannot get the code to execute. Ideally, setup.py should...
Hi, In evaluation.py, you define the function `evaluate` twice with different arguments. And yet, Python does not support function overloading. Here are your declarations: ``` def evaluate(G: object, k: int...
Vue 3
Has anybody tried to upgrade to Vue 3? I tried and failed. I get argument errors in most function call related to strict mode. If someone is willing to work...
Hi, The Elbo function returns monitor_functions, a dictionary of elements to monitor. In train.py and evaluation.py, you call elbo_loss, which returns monitor_functions. So far so good. In train.py, you call...
Hi, Yet, in train(), you call: feed_dict[x], feed_dict[x_w] = training_data.next_batch(batch_size, whitened=False) (my line numbers no longer correspond to yours). Note that in UnlabelledDataSet, the last few lines are: if whitened:...
Hi, The following code does not execute: """ train_data, valid_data, test_data = datasets.IWSLT.splits( exts=('.de', '.en'), fields=(SRC, TRG), filter_pred=lambda x: len(vars(x)['src'])
hi, Could you please provide instructions on how to run on the CPU only? Thanks. I set GOOGLE_CUDA=0 in makefile in the resampled folder but got an error. Nvcc not....