Zacharias Fisches
Zacharias Fisches
I just wanted to point out a rudimentary hack for anyone interested in this issue that enables access to the Forvo mp3 files by circumventing the official API entirely and...
Would you like me to create a pull request with points 1.-3. fixed? I wasn't sure if you were interested so I didn't invest the time yet. Re: 3. I...
I have the source and other information displayed instead, relying on this terrible hack, but it's good enough for me: In the file `review_gui.py` add the lines in between the...
Yes, this comment was only meant for people who pass by this issue and can help themselves.
Could you be more specific, please? Which files are you running precisely and in which way are the results unexpected? Loss and Acc measure two different things that are correllated...
same issue here! Especially the case of having many smaller `.tfrecords` files that I usually get with a glob for all .tfrecords in a folder.
this is really interesting to read! thanks
Hi @zehanort, I think this is a great pitch and I would welcome such an addition to the codebase very much! Especially in light of the fact that https://github.com/ChrisCummins/ProGraML/pull/107 is...
@ChrisCummins I used to have a `from programl.proto.program_graph_pb2 import ProgramGraph` available. Where do I get it?
Hi Marianna, thanks for your interest in the transformer details! In standard transformers, such as from huggingface, the input _sentences_, e.g. `"What don't the foxes say?"` is tokenized into elements...