Gilsinia Lopez

Results 6 comments of Gilsinia Lopez

Is there a conda install for this ? I do have visual Studio 2015 with C++ installed. Here is the error I get > LINK : warning LNK4044: unrecognized option...

Nope. I did not figure it out. I used glove code compiled by a colleague. I suspect it has something to do with spaces in the path on windows OS

Here is what i did ``` # move the sliding window for i in range(batch_size): mask = [0] * span # taking context words equal to num_skips for ns in...

Please explain the change. I believe the original version is the right one

After installing conda in context_manager.py I did the following to unblock myself ``` def add_conda_to_path(path_conda): conda_bin_path = os.path.join(path_conda, "bin") os.environ["PATH"] = conda_bin_path + os.pathsep + os.environ["PATH"] return conda_bin_path ```

[like] Gilsinia Lopez reacted to your message: ________________________________ From: George Zerveas ***@***.***> Sent: Wednesday, March 5, 2025 6:51:57 AM To: microsoft/HydraLab ***@***.***> Cc: Subscribed ***@***.***> Subject: [microsoft/HydraLab] Never followed/subscribed: Users...