zeno17

Results 11 comments of zeno17

@stefan-it could you tell me what the known problem with the small generator entails? Does it have to do with the setting of: `self.generator_hidden_size = 0.25 # frac of discrim...

Additional information: I wiped my anaconda installation, set it up as new and it still fails with the following error: ``` Collecting jiant Using cached jiant-2.2.0-py3-none-any.whl (253 kB) Collecting datasets==1.1.2...

If I remove my MinGW installation it cannot compile at all because it seems to be missing some compiler in path. ``` Building wheels for collected packages: jsonnet Building wheel...

Any help would be greatly appreciated given that as of now, I cant use the library in its entirity

I have not been able to fix the issue itself but there is something you can do to get `jiant` running on a Windows-machine. See thread: https://github.com/google/jsonnet/issues/912#issuecomment-845872430

> I built a [package with binary releases for all major platforms](https://github.com/mcovalt/jsonnetbin) (Windows/Linux/macOS). > > ``` > pip install jsonnetbin > ``` > > I really only changed setup.py to...

I have tried solutions such as [this specific solution](https://github.com/google/jsonnet/issues/476#issuecomment-488656947) from #476. But that does not seem to work given that I get other errors: ``` Collecting jiant Using cached jiant-2.2.0-py3-none-any.whl...

Any help would be greatly appreciated given that as of now, I cannot use the `jiant` library in its entirity.

I also tried to install `jiant` and its `jsonnet` dependency on a computer cluster which is Linux-based which went without any problems, but I would really like to be able...

Personally I wouldn't know how to fix it. I only ran into this issue because of `jiant`s dependency on `jsonnet`. I dont have the knowledge about C++/Makefile/Make/etc. to solve this...