Yanbo Zhang
Yanbo Zhang
When building Mocha, an error shows: ``` Running "g++ -fPIC -Wall -03 -shared -fopenmp -o libmochaext.so im2col.cpp pooling.cpp" im2col.cpp:1:0: warning: -fPIC ignored for target #include ^ g++: error: libgomp.spec: No...
When repeatly run `pyphi.compute.phi(subsystem)`, the CPU using is continue growing and the program speed is contiune slowing down.
### Checklist - [x] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? I didn't realize any thing I have...
In `utilities.default_net()`, we have a default activation function (currently, we use `nn.SELU`). Which one works best?
In `INN.BatchNorm1d`, the forward function is: ```python def forward(self, x, log_p=0, log_det_J=0): if self.compute_p: if not self.training: # if in self.eval() var = self.running_var # [dim] else: # if in...
大概需要好几个月
Modules with Gouk's version of spectral norm cannot be saved by `torch.save`. However, the native SN of PyTorch don't has this problem. Reproduce: ```python import torch import torch.nn as nn...
### System Info - `transformers` version: 4.45.2 - Platform: Linux-5.4.0-187-generic-x86_64-with-glibc2.31 - Python version: 3.11.5 - Huggingface_hub version: 0.23.4 - Safetensors version: 0.4.3 - Accelerate version: 0.33.0 - Accelerate config: not...