Giter Club home page Giter Club logo

mindmappings's People

Contributors

kartik-hegde avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mindmappings's Issues

The individual optimization process exhibits a spiky result, could you help us.

Dear Kartik:
Thank you for your promising work. We've encountered some issues while attempting to replicate the results from your paper. Could you assist us? While reproducing the experiments, we've noticed that the individual optimization process exhibits a spiky result, and we haven't been able to identify a clear convergence trend, as below:

image
image

Could you please review whether the code in this repository is the most up-to-date version of your experiments and if the hyperparameters are appropriately set, such as the 'injection_intervals' parameter?

Additionally, we've found a few minor code issues, e.g.,

`
best_cost = next_cost if(next_cost < best_cost) else best_cost

best_mapping = projected_mapping if(next_cost < best_cost) else best_mapping
`

Your help would be greatly appreciated.

Reproduce Results not equal to Search Results

Hi,
We found a possible for provided surrogate model, that when we run reproduce command, we notice that the number of EDP Normalized to Alg. Min is nearly 5, but when run search, the searched best mapping's cost is over 100 when normalized to Alg. Min.

The figure below illustrates our doubt.
image

We don't know if we use a wrong model or we do some mistakes.

Just correct me if I overlooked something. Thank you in advance!

Best regards,
Linyan

Reported Cost (EDP) was inf.

Dear authors, thanks for this tool! However, when I followed the setup instructions and executed python3 costModel/timeloop/model_timeloop.py, it reported the EDP to be inf as below, is it an expected (or possible) outputs ? If not, how could this be fixed ?

image

Perhaps incorrect data parsing in Python code

Hi,

After installing Timeloop, I executed the python3 costModel/timeloop/model_timeloop.py. However, I have noticed that the code is not working as expected, it threw ValueError: could not convert string to float: 'EDP(J*cycle):. And upon further inspection, I found that the positions of the data being parsed maybe swapped.

During debugging, I found the relative position of data is:

debug0

While the relevant lines of the code in mindmappings/costModel/timeloop/model_cnn.py#L250-L252:

cost.append(float(data[-24].split(" ")[-1]))
cost.append(float(data[-22].split(" ")[-2]))
cost.append(float(data[-23].split(" ")[-1]))

It seems that these three index number should be continuous. So I swaped the -22 and -23, and python did not raise error then.

Is it really a bug or do I miss anything?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.