Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added result.json and classes.py file for Flower_Net #26

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Flower_Net-CNN/classes.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import torch.nn as nn

class ensemble_Net(nn.Module):
pass
class Flower_Net_1(nn.Module):
pass
class Flower_Net_2(nn.Module):
pass
class Flower_Net_3(nn.Module):
pass
15 changes: 15 additions & 0 deletions Flower_Net-CNN/result.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{"Title": "Flower_Net",
"Tags": ["Computer Vision","CNN"],
"Architecture":"CNN-2D",
"Publisher": [["Aryaman Sriram","https://github.com/aryamansriram"],["Smoketrees","https://github.com/smoke-trees"]],
"Problem Domain": "Image",
"Model Format":"CNN Ensemble",
"Language": "English",
"Dataset": [["Flower Recognition","https://www.kaggle.com/alxmamaev/flowers-recognition"]],
"Link" : "https://drive.google.com/file/d/1wk2VXY38r10EK4ApebvrtMGR0XnK_13X/view?usp=sharing",
"Usage": "usage.html",
"Input Shape": [["224X224"]],
"Output Shape": [["1X5"]],
"Description": "Flower_Net is a custom ensemble architecture consisting of 3 convolutional neural networks consisting of filters of different sizes which aims to learn as many features as it can from around 4000 images of flowers and classify five different categories of flowers.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invalid charachter here, see failed tests for more information, missing closing apostrophe


}