-
张老师好,我安装软件的时候没有提示报错,用conda安装依赖环境的时候也没有提示报错。
git clone https://github.com/YuboZhangPKU/ERICA.git
cd ERICA
conda create --name ERICA python=3.6 tensorflow=2.1.0 plotnine=0.6.0
但是运行示例数据的时候,有报错。以下是运…
zrr97 updated
5 months ago
-
**Describe the bug**
In short: The assumption stated at https://github.com/abseil/abseil-cpp/blob/311bbd2e50ea35e921a08186840d3b6ca279e880/absl/container/internal/container_memory.h#L322-L325 that …
-
s2 fails to build on OS X 10.10 and earlier:
https://trac.macports.org/ticket/67784
```
absl/debugging/internal/examine_stack.cc:58:34: error: use of undeclared identifier 'MAP_ANONYMOUS'
…
-
### Issue type
Build/Install
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.15.0
### Custom code
Yes
### OS platform and distribution
…
-
On Mac OSX Catalina, I found the abseil build failed because it did not default to a C++11 or higher standard. I replaced the cmake command,
```
cmake -DCMAKE_INSTALL_PREFIX=$MY_INSTALL_DIR \
…
-
**What version of protobuf and what language are you using?**
Version: v25.1 (actually a bit after, main from 20231123. Relevant code hasn't changed since then)
Language: C++
**What operatin…
-
Abseil has defined LOG as well: https://github.com/abseil/abseil-cpp/blob/master/absl/log/log.h
proxy-wasm-api.h defining the macro unconditionally causes issues importing abseil into wasm.
-
In low-level code one sometimes has to read or write integers that may be unaligned, may be big endian, little endian or native. Could functions for this be provided? The non-native ones are non-triv…
-
```
[2297/38437] clang++ -MD -MF obj/third_party/perfetto/src/tracing/client_api_without_backends/track_event_internal.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_OZONE=1 -DOFFICIAL_BUILD -D__STDC…
-
In https://github.com/abseil/abseil-cpp/issues/259#issuecomment-458997650 , a good point is made against setting `CMAKE_CXX_STANDARD` explicitly in libraries, in favor of just using `target_compile_fe…