qiangzibro
qiangzibro
Hello, Akosiorek! Thanks for sharing the code. I notice that you implemented the visualization methods for CCAE, so I tried to add `--plot=True` argument for CCAE, but the following error...
你好,注意到更改后版本使用的SD卡槽和原版不一样,那么用的具体是什么型号可以推荐下吗?
** PLEASE ONLY USE THIS ISSUE TRACKER TO SUBMIT ISSUES WITH THE EXAMPLE VOTING APP ** * If you have a bug working with Docker itself, not related to these...
【目的】 加快开发者创建新app的速度 【使用方法】 ```bash # 创建一个叫做birthday的app python manage.py --newapp birthday ``` 【设计考虑】 本版本暂未在HoloCubic_AIO.cpp加入对app的引用和注册, 后期可以考虑加入这个功能。一个管理app的脚本还可以有 - 去注册app - 删除app 等功能。当然,有更多的想法都可以在这个脚本里实现
pytorch version:0.4.1
Hi, I'm using zsh, suppose I defined a function in `~/.zshrc`: ```bash hello(){ echo "hello" } ``` Is it possible to use it with `FloatermNew` directly: ```bash exec 'FloatermNew hello`...
Hi, bro, nice work! I find that `QFileSystemModel.setRootPath` seems not to work in PyQt5, so I modified some codes according to [this](https://stackoverflow.com/questions/49617149/setrootpath-doesnt-set-work-as-expected) and it works now **origin code** ```python self.fileSystemModel...
大佬您好,我的使用场景希望用到 interactive shell,比如结合 asynctasks 快速在 docker 容器里运行一些命令,我写了个脚本 [d](https://github.com/QiangZiBro/Qdotfiles/blob/633f3e081ccbd7eef5cc6ef75d72ebb5d87354c2/bin/d) 做这个事情。 但不管在neovim内,还是使用脚本,发现都不支持 interactive shell 请问需要进行什么设置吗?
Hello, I'm using coc.nvim+ccls for CUDA completion, it works for completion/go to definition, but got error message in every cuda kernel call: `use of undeclared identifier cudaConfigureCall (ccls 2)`. Does...
Hi, thank you guys for the great work! Could you please give more hints on creating csv files about `--name_file_folder_train data` and `name_file_folder_validation data`? Thank you!