Ehsan M. Kermani
Ehsan M. Kermani
>Being even more aggressive though, having configs for what actually are different entities (regularizer, loss function, ...) in the same struct probably means that we are conflating too much behaviour...
Any update on this issue? This is limiting as when a user wants to pass different hyperparameters, they must be hardcoded inside the `model_fn`.
rust @ehsanmok
For the record, per many discussions, it turns out that version in FQN has a more general semantic unlike the as expected tag-like version like `v1.0` and in my case,...
Have had this issue with poetry env not updating correctly and it has only happened with polyaxon and no other dependencies so far. After env deactive/activate it worked fine.
@StevenJokes Thanks for your comments! Couple of things: * Your comments are violating the [Code of Conduct](https://github.com/apache/incubator-mxnet/blob/master/CODE_OF_CONDUCT.md). Rude and harassing comments, no matter how useful they are, will not be...
Thanks! fixed
Check [this](https://github.com/ehsanmok/create-your-own-lang-with-rust/issues/5#issuecomment-811223799) out and let me know
Thanks for the suggestions! yes, also I'll go deeper into PEG and pest in the later chapters where I introduce what's necessary to add more language constructs support by going...
@japaric Any idea how to solve this issue? (do you need to sync your branch [#13](https://github.com/japaric/nvptx/issues/13)). I get the similar rustc nightly 1.27 error with: ``` error: `impl Trait for...