-
Can this optimiser be used in keras models with multiple inputs.. I use fit_generator as the data cannot be in ram, so tried to follow the example given, and implemented this for multiple inputs.
I…
Miail updated
6 years ago
-
Voir
https://excalidraw.com/#room=5bc87ce38eaede6378d7,BjLz8vGTdURix4Pxu5LUzA
-
Hello,
Si j'ai bien compris, la dernière version en date pour la partie mobile est celle publiée sur covid-aides-entreprises.netlify.app => Corrige-moi si je me trompe.
Après tests sur cette version…
-
La table w3sys_secteur n'étant plus nécessaire , il faut la supprimer et réécrire le code adéquat
-
![Screenshot 2024-05-28 123815](https://github.com/AlexMontgomerie/fpgaconvnet-hls/assets/112262876/c877215f-ee69-4fef-a1c8-9098e3de1f5a)
-
Do you think it would be possible to make arrayfire optional? The benefits of arrayfire are enormous, but it also seems like a huge handicap that anyone using the crate will be forced to download and …
-
Hi! When I train the model, because of the sufficient graphic memory, I change the model like this
```python
(self.feed('data')
.conv(3, 3, 64, 1, 1, name='conv1_1')
.max_pool(2,…
-
Hi @vtraag - thankyou for this amazing repo. It has been immensely useful.
I have a feature request - can you add an additional argument that fixes the number of communities ? Say, if I want 5 comm…
-
### Description
The mobile version takes a long time to load every item when the user first connect without feedback indicating that the application is loading.
#### What is the valuable outcome t…
-
h/t @qxcv
`AdversarialTrainer.train()` will repeatedly call `PPO.learn(total_timesteps=gen_batch_size, reset_num_timesteps=False)` where `gen_batch_size` is usually a small number compared to conv…