tawsif
tawsif
**Tensorflow Version:** 2.9.2 **Python Version:** 3.7.15 **Bug's Behaviour:** ``` A bug happened! I have created a derived version of AlexNet, I think BatchNormalization layers might be the cuprit behind the...
The pip command in the README file was not accurate and it was not possible to install the package using that command. (was giving an error) and the sample notebook...
as per the previous recommendation, I included both cloning & directly installing the repository and accessing it using `pip` and then wrapped the example notebook with gradio UI so that...
**- What I did** I have added the method on how to add functions as activations and others from keras-contrib library using string alias **- How I did it** I...
# SineReLU gone rough in Sequential Method after being called through string alias method Previously, I had called SineReLU function in subclass model building method using string alias through **get_custom_objects()**,...
I've been trying to install Tensorflow Quantum as outlined by Tensorflow documentation, here: [https://www.tensorflow.org/quantum/tutorials/hello_many_worlds] Unfortunately, pip states it's trying to find the required version and it's been 6 hours since...
* node version: v14.18.0 * npm version: 8.4.1 * os: Windows 11 **### Error output** ``` app.use(express.static(path.join(__dirname*/public))); ^ SyntaxError: Invalid regular expression: missing / at wrapSafe (internal/modules/cjs/loader.js:1001:16) at Module._compile (internal/modules/cjs/loader.js:1049:27)...
I was using ```c2q_transfer_learning_ants_bees.ipynb``` this notebook and I let all the layers of resnet18 to train from scratch on the ```ants_bees``` dataset. And I did not change anything else on...
Thanks for sharing such oustanding tutorials on Transfer-learning and Quantum Circuits. I was experimenting the code with MobileNet V2. By default the notebook uses Resnet18. But, I thought to use...
I was running the ```c2q_transfer_learning_ants_bees.ipynb``` notebook and received an error in the qnet function about an attribute error. I am assuming it is happenning as float point is being applied...