Hanju Yoo

Results 14 comments of Hanju Yoo

I think we need a wiki page explaining how to install mods. It's hard for newcomers to know about it..

I'm making a wiki page(https://github.com/yvt/openspades/wiki/Applying-mods) Please see and help :)

Previous versions don't work, too. I'm using Windows 10 Home x64 with Intel i5-2467M CPU and onboard graphics(HD 3000). Goxel runs well on my desktop(Windows 10 Pro x64 / Intel...

I can't reproduce this(on voxlap client), can you explain it in more detail?

There's `/where` on `movement.py`, but it seems broken **EDIT**: got errors on `to_coordinates`, but it works on `airstrike2.py`. Strange -_-

Can you provide some error logs? You should edit line 12, 13 of `train.py` to properly include your CIFAR-10 dataset folder. The dataset folder should include `test/` and `train/` folders,...

@Echo-cwb One epoch took about one minute on my RTX 3070 machine. Are you running tensorflow on gpu?

Follow https://colab.research.google.com/notebooks/gpu.ipynb to check if tensorflow are using GPUs. It seems you're using your google drive to load the CIFAR-10, so that might be the bottleneck? Try downloading CIFAR-10 dataset...

For overall architecture, I think system architecture figure on readme would help. https://user-images.githubusercontent.com/23615360/155274350-3c9cf90f-cef4-4e1c-8e88-cbb0284b1923.png Residual block is from [ResNet paper](https://arxiv.org/abs/1512.03385), and ViT block is from [ViT paper](https://arxiv.org/abs/2010.11929). Denoising autoencoder is just...

Hello, thank you for your interest for my project :) Firstly, this code does not actually send produced constellation via wireless channel. This code is just for simulation, so the...