Hacker News new | ask | show | jobs
by EvgeniyZh 2703 days ago
TF does have stuff which is still lacking in pytorch: for example complex numbers support, better sparse matrix support. The new distributed api is much more functional than pytorch one, allowing different levels of control, and not only high level. Surely there are more examples outside of my usecases. So yeah, pytorch is default, but if I need feature which is lacking there, I switch back to tf
1 comments

Distributed training is not a concern for someone who's just learning the ropes, I think you will agree.