Shoaib Ahmed Siddiqui

Results 9 comments of Shoaib Ahmed Siddiqui

Please additionally install the APEX library. This will resolve your problem. https://github.com/NVIDIA/apex

If you are using TF 1.2 or 1.3, you can rename the tf.contrib.rnn.core_rnn_cell to tf.contrib.rnn so tf.contrib.rnn.core_rnn_cell.BasicLSTMCell will become tf.contrib.rnn.BasicLSTMCell and tf.contrib.rnn.MultiRNNCell, tf.contrib.rnn.GRUCell will be changed in the same way....

Hi, If the system is only printing "Generating first batch", it means that the batch generation failed which resulted in skipping of the epoch. So "Generating first batch" would have...

@mcarilli Is it possible to use FP32 BN params with eval() mode? I would like to use the model for the generation of adversarial examples within the validation loop, so...

> I'm not sure to understand your use case completely. > Even if I freeze the affine parameters in all batchnorm layers, my code snippet still works. > Could you...

@LayneH I added a custom wrapper on top of the BN layer in order to make it compatible. I have added the code for your reference. Just let me know...

PyTorch 2.0 is not yet supported by Open3D (you'll have to install PyTorch 1.13 unfortunately). See the discussion on the Python 3.11 PR here which also mentions migration steps to...

Also updated the data.py script for automatic downloading of CIFAR-10 dataset

Apologies for the late response. The old GDrive was removed. Just updated the links to point to a new account. Please do let me know if you face any issues.