bluff icon indicating copy to clipboard operation
bluff copied to clipboard

Bluff: Interactively Deciphering Adversarial Attacks on Deep Neural Networks

Results 3 bluff issues
Sort by recently updated
recently updated
newest added

Bumps [apache-airflow](https://github.com/apache/airflow) from 1.10.9 to 2.6.0. Release notes Sourced from apache-airflow's releases. Apache Airflow 2.6.0 Significant Changes Default permissions of file task handler log directories and files has been changed...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies

Hi @haekyu, great work! Just curious, if we want to use models other than `Inception v1`, do we just need to update the `LAYER_BLK_SIZES` and `LAYER_SIZES` in the [model.py](https://github.com/poloclub/bluff/blob/5e74fd6c670512e3b7dddeb52cecd41074a54088/code/backend/massif/model.py)? If...