Syomantak Chaudhuri
Syomantak Chaudhuri
Hi, Is anyone else able to register/log in? The website seems to be broken!
**Feature request** It would be great if you can add support for conv1D as well!
I am basically just doing whatever the author of [this](https://towardsdatascience.com/say-goodbye-to-excel-a-simple-evaluation-of-python-grid-studio-using-covid-19-data-90624f322b81) blog has done but somehow I am running into a weird error. The data frame has about 108 rows but...
In the MNIST code, around line 57 (I think), the following code is wrong in my opinion ``` for data, target in test_loader: ``` It should be replaced by ```...
I am using this package for some analysis of ODEs and I have started with a very simple example. ``` def func(t, state): dx_dt = beta[0]*t dy_dt = beta[1]*t return...
The official implementation uses KL-Div loss while your implementation seems to use categorical cross entropy loss of Keras. Using the latter would completely invalidate the use of soft predictions in...
Fixed a simple spelling mistake on readme.md
Hi, while running the main.py for resnet50 with 365 output classes, I ran into the following error ``` torch.Size([1, 2048]) torch.Size([365, 2048]) torch.Size([1, 1000]) --------------------------------------------------------------------------- RuntimeError Traceback (most recent call...