Lotte1990
Lotte1990
@teijeong @Xhark Yes, I can confirm this is still an issue using tf-nightly (2.6.0.dev20210418) and tensorflow-model-optimization 0.5.0. Please look into this issue.
@teijeong @Xhark Any updates on this?
This issue is still bothering me. Please look into this.
@mrj-taffy Unfortunately not. Let's hope it will be fixed soon. Perhaps @Xhark could give an update on the situation...
@WillLiGitHub What do you mean? Could you explain a bit more?
Ok, so I fixed this error by adding the following lines to my project's CMakeLists.txt. ``` externalproject_add(boost URL https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.zip CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND "") externalproject_get_property(boost SOURCE_DIR) set(srcdir_boost ${SOURCE_DIR}) include_directories(${srcdir_boost})...