TeleRagingFires

Results 2 issues of TeleRagingFires

Hi, The dataset preparation command in pytroch version of mean-teacher: `pip install git+ssh://[email protected]/pytorch/vision@c31c3d7e0e68e871d2128c8b731698ed3b11b119` is no longer exist. Hope you would update the dataset link later. Thank you!

I am now trying to use Keras-complex on an autoencoder for one image compression and reconstruction project. In my code: ``` **def encoder(x): x = complexnn.conv.ComplexConv3D(filters=2, kernel_size=(3, 3, 2), padding='same',...