automl / NASLib

NASLib is a Neural Architecture Search (NAS) library for facilitating NAS research for the community by providing interfaces to several state-of-the-art NAS search spaces and optimizers.
Apache License 2.0
528 stars 117 forks source link

Error loading notebook #53

Closed jinningli closed 2 years ago

jinningli commented 3 years ago

Hi,

I cannot open https://github.com/automl/NASLib/blob/master/examples/naslib_tutorial.ipynb either with my Chrome or after I download it and run locally. I suppose this file is broken. Could you help have a look?

Unreadable Notebook: NASLib-Develop/examples/naslib_tutorial.ipynb NotJSONError('Notebook does not appear to be JSON: \'{\\n "cells": [\\n {\\n ...',)

Thanks, Jinning

shashankskagnihotri commented 2 years ago

Dear Jinning, Please use the Develop branch to view the notebook, it has been fixed there.

Regards Shashank