DuongTSon
DuongTSon
@tsdeng The protobuf issue can be fixed by using a patch to make it compatible with the Bazel 5.3.0. ``` http_archive( name = "com_google_protobuf", strip_prefix = "protobuf-3.9.2", urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.9.2.zip"],...
Finally, I have successfully built both the tensorflow-text 2.9 and 2.11. The tensorflow-macos version and the tensorflow-text version should be strictly matched. If you build the text V2.11, then you...
@ethiel Sorry, my mistake. Actually we do not need to install tensorflow-deps to build the tensorflow-text on M1 MacOS. Updated my answer!
@broken Just try to fix that line, actually the condition $osname should be in lowercase. ``` # Set tensorflow version if [[ $osname != "darwin" ]] || [[ ! $(sysctl...
@mridulrao it's tensorflow-metal version issue. You can use tensorflow-metal==0.6.0, I have tested with tensorflow-text 2.10. It's working well.
@mridulrao I have built the 2.10 from source and tested the Transformer without any issue. I guess it's python version, miniconda might lack some functions. My build environment is like...
> Could I use I precompiled wheel for macos 13 and if yes could someone provide me one? I followed @DuongTSon instructions but when I build it gets stuck :(...
> @DuongTSon Okay! I will try your system configuration. Moreover, if possible can you help me understand Transformers architecture and solve a few bugs? I have been following the transformer...
Thanks all for the guidelines and the DINOV2 team for the release of the pre-trained model. I have managed to train a semantic segmentation model in my domain it has...
@PeterKim1 Hi, I cannot share the code since it was a project in my company. However you can take a look at this repository https://github.com/itsprakhar/Downstream-Dinov2, it covers the basic structure...