mildnet icon indicating copy to clipboard operation
mildnet copied to clipboard

Visual Similarity research at Fynd. Contains code to reproduce 2 of our research papers.

Results 14 mildnet issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.10.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.10.0 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Hello, first of all thanks for the job you have this in repo!! It's great. I wonder is this line is correct or there is a typo [Original Line 127](https://github.com/gofynd/mildnet/blob/master/trainer/model.py#L127):...

I try to run your model **!bash gcloud.local.run.keras.sh $MILDNET_CONFIG** on my Jupyter but it has the RuntimeError: Failed. Model function mildnet_vgg16 not found ![image](https://user-images.githubusercontent.com/14229984/93164994-0e1ff180-f745-11ea-965e-0ca92ee80b58.png) please kindly help to solve this...

WARNING: Cannot import tensorflow under path /usr/local/bin/python. Using "chief" for cluster setting. If this is not intended, Please check if tensorflow is installed. Please also verify if the python path...

The Google Colab with no modifications currently fails. On the command: `!bash gcloud.local.run.keras.sh $MILDNET_CONFIG` This is the output: ``` job_configs/mildnet.cnf WARNING: The `gcloud ml-engine` commands have been renamed and will...

Hello, I am having a problem to run a training step in the colab and the same problem is even when I run your code localy with google cloud sdk...

In `trainer.datagen.Iterator` class constructor, you counted lines in csv file and then set size of dataset in this way: `count = count//batch_size*batch_size ` This way you make sure that count...