Stefan Otte

Results 107 comments of Stefan Otte

Nice, you're getting there! :) Same code as yours, with the following changes: ```python res = get_components(A, B) id_ = res[0][0] data = res[0][1] reveal_type(data) reveal_type(data[0]) reveal_type(data[1]) assert isinstance(data, tuple)...

Hey @mrocklin, thanks for the quick reply. I'm not complaining about dask-ec2 :) It looks like a great project. I was just trying to summarize the problem I had when...

It would be great if the api docs would show the respond. (I"m not sure what the link above is supposed to indicate.)

Sure. I'll have time on Saturday again...

I have no idea how to fix this...

Yes, I did. But maybe I did it wrong. There must be a way!

Ant script for documentation exists now. (refs #11)

I have no experience with travis-ci. I'm using Jenkins for several years now and there are plugins for everything. Travis is not that popular yet.

Thank you very much for the kind words! I'm glad you liked it! I would say that he [official PyTorch tutorials](https://pytorch.org/tutorials/) are pretty good as well. And this one deals...