Haozhe Zhu
Haozhe Zhu
For anonymous `Bundle`, scala cannot clone its type automatically now. Here is an example. ```scala case class A() extends Bundle { val b = new Bundle { val c =...
I am trying to run the code in the usage part of the README file. `python imagenet.py --gpu 0,1,2,3 --data /home/bcrc/Datasets/imagenet --mode pre .......` However, I encountered 'core dump' error...
1. Add Beian ICP information, which is a must for every Chinese legal website. 2. Add a dot between `author` and `PoweredBy`. 3. Jump to a new tab when clicking...
Reference Issue #88 .
## 🐛 Bug The pytorch-bultin function `torch.utils.data.random_split` is used in multiple `DataModule`s. However, this function implementation is not correct, and it cannot generate label-balanced sub-datasets. ### To Reproduce Steps to...
When using the `random_split` function provided in PyTorch to split the dataset to training and validation sets, the propotion of categories are imbalanced.
**Test case** ```systemverilog // Input to the formatter, preferably a reduced test case. input var logic rw1_clock, input var logic rw1_enable, input var logic rw1_write, input var logic [ADDR_WIDTH-1:0] rw1_addr,...
首先感谢开发者们的工作~ 请问能否考虑支持FontAwesome之外的图标?(尤其是一些开源或Free的图标库,目前FontAwesome的大量图标都是收费的) 例如: - Tabler Icons: https://tabler-icons.io/ - Feather Icons: https://feathericons.com/ - ... ### 备选方案 如果您觉得原生支持的维护工作量过大,或者不太必要的话,能否退而求其次,考虑允许支持本地的SVG图标?例如这样: ```yaml ... social_links: Github: icon: /assets/icons/github.svg url: https://github.com/somebody ``` 可以考虑通过 icon的字符串首字符是否是 "/" 区分是否是一个本地的路径。
First, thank the developers for your efforts. I use the Steward GitHub action to manage my Scala projects' dependencies. I am using some mill 0.11 features in a project, so...
**Type of issue**: Feature Request (It is also a bug report) **Is your feature request related to a problem? Please describe.** If I use `MixedVecInit` with multiple bidirectional bundles such...