António Alegria

Results 51 comments of António Alegria

It seems Bundler tries to copy the gem from /Library/Ruby/Gems/1.8/cache/activerecord-2.3.5.gem but there is none there.. It might be because I have activesupport 2.3.5 installed but I don't have it in...

I reinstalled all my gems and everything is working now. Still, I think bundler should not assume anything about the system's gem cache.

Ok, I see Histograms support a toJSON method. That's good enough

Actually, the toJSON methods are not enough - there isnt a fromJSON to convert back... What would be the best course to implement SerDe for Histograms?

I had to do this manually, it wasn't that hard actually (just store the Bins and reset them afterwards) for a simple usecase where I'm using simple targets. For more...

Training Args has fp16=True. But I have tried after the training to convert model to torch.float16 as well as every module inside it, doesn't make a difference, I get the...

I would love it if we could get some progress information (could be a callback or a tqdm integration) for collect() operations. I'm building a tool that does some data...

Is there any workaround we could use to be able to report to the user some progress of a collect?

This is a great idea, we would definitely take advantage of this - is there any expectation of tackling this or do you have any suggestion about using Gitbook in...