June Knauth

Results 6 issues of June Knauth

when running train.py i get the following issue: C:\Users\cknau\Downloads\pixel-cnn-master\pixel-cnn-master>python train2.py input args: { "data_dir":"D:\\PixelCNN\\dataset", "save_dir":"D:\\PixelCNN\\samples", "data_set":"cifar", "save_interval":20, "load_params":false, "nr_resnet":5, "nr_filters":160, "nr_logistic_mix":10, "resnet_nonlinearity":"concat_elu", "class_conditional":false, "energy_distance":false, "learning_rate":0.001, "lr_decay":0.999995, "batch_size":16, "init_batch_size":16, "dropout_p":0.5, "max_epochs":5000,...

When using the default {{sympy:}} syntax, I get a python error stating that `/.obsidian/scripts/sympy-tool.py` is not found. I checked and indeed there's no /scripts folder at all. Looking at the...

## General information Please report the following information as possible as you can: - Terminal program: Konsole (xterm-256color) - Operating system: Linux (6.4.9-arch1-1-g14 #1 SMP PREEMPT_DYNAMIC Thu, 10 Aug 2023...

This extra function call causes an error stating that the add-on is already registered when adding it via the GUI menu. Removing it resolves the issue. We are also working...

I'm running a simulation which involves thousands of bodies interacting. Each body has ~20 collision spheres. I can add these, albeit slowly, using add_body and add_shape_sphere. However, when calling builder.finalize(),...

question

I just got coq.nvim setup with the Jedi server through the default nvim LSP. Unfortunately, it looks like there are missing characters, which appear as boxes like so: ![image](https://github.com/ms-jpq/coq_nvim/assets/27783101/e3b711c2-228b-42de-96bf-00a116831a7e) I'm...