nhuet

Results 14 comments of nhuet

Nice! But are we sure that the `build()` method does only create the weights? Perhaps i will miss something else by skipping `build()` ? I would like a solution that...

> A simpler solution to your problem would be: > > 1. Instantiate the new Dense layer, e.g. `dense = Dense.from_config(...)`. (It doesn't have weights at that time) > 2....

Hi, is there any progress on this issue? Since 2.16, tensorflow and tensorboard are supposed to be keras 3 fully compatible since this is now the default keras installed. It...

I got the same issue when deploying with "single-commit=true" + "clean:false" to the root "/" of an orphan branch (gh-pages). This works: ```yml - name: Commit versions.json uses: JamesIves/github-pages-deploy-action@v4 with:...

I found why i add examples working and others not working. Actually in the example not working (single-commit:true) i was also doing a checkout of gh-pages (the very branch on...

The fix `pip3 install mip==1.16rc0` was working before on macos-latest github runners, but not anymore since the release of the new image: https://github.com/actions/runner-images/releases/tag/macos-14-arm64%2F20240514.3 Have you an idea what has changed...

I checked locally on windows from [git bash](https://gitforwindows.org/) with scikit-decide 0.9.7 from pypi. The bug is still there. To reproduce: - on windows with git bash, create a python virtual...