Skip to content
View mikechen66's full-sized avatar
Block or Report

Block or report mikechen66

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AlexNet_TensorFlow_2 AlexNet_TensorFlow_2 Public

    Update the AlexNet and its variants from small dataset to the 160GB+ ImageNet dataset to adapt to the need for really big data. With supporting both TensorFlow 2.10.0 and Keras 2.10.0, the update g…

    Jupyter Notebook 17 5

  2. Inception-v1-v4-tf2 Inception-v1-v4-tf2 Public

    Make the classical Inception v1~v4, Xception v1 and Inception ResNet v2 models in TensorFlow 2.3 and Keras 2.4.3. Rebuild the 6 models with the style of linear algebra, including matrix components …

    Jupyter Notebook 6 1

  3. EfficientNet_TF2 EfficientNet_TF2 Public

    Make the necessary changes to adapt to the environment of TensorFlow 2.3, Keras 2.4.3, CUDA Toolkit 11.0, cuDNN 8.0.1 and CUDA 450.57. In addition, write the new lines of code to replace the deprec…

    Jupyter Notebook 1

  4. DenseNet_TF2 DenseNet_TF2 Public

    Make the necessary modifications on the DenseNet and make it adapt to the new environment of TensorFlow 2.3, Keras 2.4.3.

    Python

  5. keras_frcnn_tf2 keras_frcnn_tf2 Public

    Forked from lucasjinreal/keras_frcnn

    Implementation of faster_rcnn for TensorFlow 2.4/Keras 2.4 and the above

    Python 1 1

  6. Operating-Systems Operating-Systems Public

    Operating System supports both kernel and user mode. Kernel mode allows unrestricted access to all machine resources, including all MPU instructions, and User mode operation sets limits on instruct…

    C 4